Age | Commit message (Expand) | Author |
2011-04-25 | don't erase 1st manpage in case two manpages have the first name. | Marc Espie |
2011-04-24 | Get rid of casts to struct rsession in relayd by not declaring a | Alexander Bluhm |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-23 | Only print changed TOS in returned packets when -t is set (last commit was | Stuart Henderson |
2011-04-23 | BRKSIZ is the right constant now, so I don't get lots of teeny tiny heaps | Ted Unangst |
2011-04-21 | no need to escape `|'; | Jason McIntyre |
2011-04-21 | Make nsd-zonec less verbose in nsdc runs by removing the -v | Claudio Jeker |
2011-04-21 | Oopsy. | Antoine Jacoutot |
2011-04-21 | Better detection of obsolete files (naddy@ reported a false positive). | Antoine Jacoutot |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2011-04-21 | daemon() can fail; don't hide this for the user if that's the case. | Jasper Lievisse Adriaanse |
2011-04-20 | grammar fix; from Michael W. Bombardieri | Jason McIntyre |
2011-04-20 | Enhance sysmerge(8) output so that it is more readable and make it more | Antoine Jacoutot |
2011-04-18 | people (should) bump REVISION nowadays. | Jasper Lievisse Adriaanse |
2011-04-18 | yeouch | Marc Espie |
2011-04-18 | Fix a bug where OBSOLETE_FILES would contain only the last appended | Antoine Jacoutot |
2011-04-17 | improve line breaking in the SYNOPSIS section. | Igor Sobrado |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-17 | remove unused IMSG_ defines | Gilles Chehade |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |
2011-04-17 | no functionnal change, getting rid of deprecated prototypes | Gilles Chehade |
2011-04-16 | I accidentally changed group ownership of fsqueue to _smtpd, it used to be | Gilles Chehade |
2011-04-16 | remove trailing whitespace, no binary change. | Igor Sobrado |
2011-04-16 | rephrase argument to -g for consistency not only with useradd(8) | Igor Sobrado |
2011-04-15 | whenever an envelope is reinserted into the ramqueue after a trip to mda or | Gilles Chehade |
2011-04-15 | teach walk_queue() about the new disk-queue layout | Gilles Chehade |
2011-04-15 | valid_message_id() and valid_message_uid() are no longer needed | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2011-04-15 | temporarily add fsqueue_hash() prototype until runner is fully converted to | Gilles Chehade |
2011-04-15 | stop talking about make depend; ok guenther | Theo de Raadt |
2011-04-15 | do not need the run "make depend" reminder anymore | Theo de Raadt |
2011-04-14 | bye bye queue_hash() you can now rest in peace. | Gilles Chehade |
2011-04-14 | - implement missing operations for fsqueue: | Gilles Chehade |
2011-04-14 | no functionnal change | Gilles Chehade |
2011-04-14 | - implement fsqueue_message_create() and fsqueue_message_commit() | Gilles Chehade |
2011-04-14 | remove annoying log_debug() | Gilles Chehade |
2011-04-14 | fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() to | Gilles Chehade |
2011-04-14 | fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'm | Gilles Chehade |
2011-04-14 | fsqueue queue backend will implement a filesystem queue: | Gilles Chehade |
2011-04-14 | smtpd makes too many assumptions about the structure and layout of its | Gilles Chehade |
2011-04-13 | following an idea from jacekm@, smtpd now uses a ram-queue instead of doing | Gilles Chehade |
2011-04-12 | Splicing is currently only supported for TCP relays, not for HTTP or | Reyk Floeter |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2011-04-12 | Enable socket splicing for relayd. This allows zero-copy data | Alexander Bluhm |
2011-04-10 | Correct the logic on when fib-update is set. Test the flag don't | Jonathan Gray |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-08 | - avoid nasty line wrap in SYNOPSIS | Jason McIntyre |
2011-04-07 | tweak previous; | Jason McIntyre |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2011-04-06 | When specifying tos with -t, display a message if the returned packet | Stuart Henderson |