1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-09 22:38:01 -08:00
OpenBSD
Go to file
gilles 3f522ce892 fsqueue queue backend will implement a filesystem queue:
- fsqueue->setup() performs the queue initialization;
- fsqueue->message() controls messages;
- fsqueue->envelope() controls envelopes;

This commit brings the following to fsbackend:
fsqueue_setup(), fsqueue_message_delete(), fsqueue_envelope_load(),
fsqueue_envelope_update(), fsqueue_envelope_delete().

It also makes smtpd use the queue_backend API for these operations.
2011-04-14 20:11:08 +00:00
bin Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now 2011-04-10 03:20:58 +00:00
distrib sync 2011-04-10 23:00:43 +00:00
etc allow man(1) to find the ports/infrastructure manpages by default. 2011-04-11 14:45:41 +00:00
games Hide the cursor during game. From NetBSD. 2011-04-03 10:25:59 +00:00
gnu A few, hopefully last, NULL-as-an-integer misuses. 2011-04-12 21:38:16 +00:00
include Define NULL as a void * instead of a long integer, as required by Single Unix. 2011-04-06 11:39:42 +00:00
kerberosV The heimdal code switched to using DES from libcrypto when 0.7.2 2010-10-13 08:14:22 +00:00
lib Unrevert the FS.base diff: the issues were actually elsewhere 2011-04-13 02:49:12 +00:00
libexec Reviewing my version of the code, Andrew Fresh found an elegant way to 2011-04-10 23:28:48 +00:00
regress add missing tools.h file 2011-04-12 07:12:59 +00:00
sbin print flags in hex; from hshoexer@; ok mikeb@ mpf@ 2011-04-13 11:31:27 +00:00
share document size argument; prodded by jmc 2011-04-12 20:24:56 +00:00
sys Make spstrcpy actually copy strings. 2011-04-14 19:37:07 +00:00
usr.bin mention valid -b sizes for ECDSA keys; bz#1862 2011-04-13 04:09:37 +00:00
usr.sbin fsqueue queue backend will implement a filesystem queue: 2011-04-14 20:11:08 +00:00
Makefile install mtree always 2010-03-23 21:31:02 +00:00
Makefile.cross unlink libsectok from the build; ok markus@ deraadt@ 2010-10-17 08:44:15 +00:00