summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-06Implement discovery of a `packing-list' prefix, e.g., the first @cwdMarc Espie
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
2003-11-06Style nits.Hakan Olsson
2003-11-06Require encrypted messages are soon as we have the keystate for it.Hakan Olsson
2003-11-06spis[] type tweak. From Hans-Joerg Hoexer.Hakan Olsson
2003-11-06antispoof with ipless interfaceHenning Brauer
2003-11-06two more KNF violations I missed earlier. who introduces those all the time?Henning Brauer
2003-11-06and fix two err() that should be errx() while beeing hereHenning Brauer
2003-11-06need calloc hereHenning Brauer
2003-11-06KNFHenning Brauer
2003-11-06document that label macros can now be used in tags as wellHenning Brauer
2003-11-06allow the label macros to be used in tags as well.Henning Brauer
2003-11-06Teach gdb about the existence of SIGINFO. Fixes PR 3173.Otto Moerbeek
2003-11-06named.boot no longer necessary;Jason McIntyre
2003-11-06add commented out LoadModule statements for each module we build and installHenning Brauer
2003-11-06don't write magic until the file system is really done. preventsTed Unangst
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
2003-11-05another ad codecMichael Shalayeff
2003-11-05PFS: Perfect Forward Secrecy (RFC 2409);Jason McIntyre
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05Cleanups.Ryan Thomas McBride
2003-11-05Make tcpdump -x work with pfsync.Ryan Thomas McBride
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-11-04add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()Markus Friedl
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
2003-11-04make pkg_create aware of duplicate files in plist, which are a bad thing.Marc Espie
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
2003-11-04let pkg_delete use logging facilities to save issues with deleting filesMarc Espie
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
2003-11-04sync docs with current implementation;Jason McIntyre
2003-11-04sort options in SYNOPSIS and sync usage();Jason McIntyre
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-11-04Test r operator.Otto Moerbeek
2003-11-04Duh, a stack machine without swap; implement GNU compatible 'r'Otto Moerbeek
2003-11-04old __syscall test is really a wait() testMichael Shalayeff
2003-11-04a simpler test for __syscall args alignmentMichael Shalayeff
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
2003-11-03replace magic number for min number of poll_data entriesMarco S Hyman
2003-11-03Don't define a specific target when the default rule will do perfectly.Otto Moerbeek
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-11-03syncOtto Moerbeek