Age | Commit message (Expand) | Author |
2005-12-30 | better wording, based on a diff from daniel matic; | Jason McIntyre |
2005-12-29 | mention the keywords "wireless network interface" for the -M switch; | Reyk Floeter |
2005-12-28 | no close() after fdopen(); ok hshoexer@ | Christian Weisgerber |
2005-12-28 | remove some unused functions and an unused variable found by lint. | Hans-Joerg Hoexer |
2005-12-28 | make sure isakmpd fifo is actually a fifo. | Hans-Joerg Hoexer |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-12-18 | Fix condition so "BIOS fixup botch" can, unlikely as it is, be | Kenneth R Westerback |
2005-12-13 | Fix an assignment (=) where an equality test (==) was meant. Found by | Chad Loder |
2005-12-12 | use ARGSUSED1 here | Hans-Joerg Hoexer |
2005-12-12 | Don't wait one time interval before sending the first packet. | Jared Yanovich |
2005-12-12 | use err() instead of errx() | Hans-Joerg Hoexer |
2005-12-12 | Correctly copy interface names; fixes breakage noticed by naddy@ | Hans-Joerg Hoexer |
2005-12-11 | Don't allow a -prefixlen arg of -1. jaredy@ ok | Aaron Campbell |
2005-12-10 | better wording, helped by krw and roughly ok deraadt; | Jason McIntyre |
2005-12-09 | add some missing boot_ pages; | Jason McIntyre |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-06 | more appropriate error messages; ok hshoexer | Markus Friedl |
2005-12-06 | ipip support: ip-in-ip w/o gif(4); ok hshoexer | Markus Friedl |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat |
2005-12-02 | make lint a bit happier | Theo de Raadt |
2005-12-02 | mark signal races | Theo de Raadt |
2005-12-02 | more sig_atomic_t | Theo de Raadt |
2005-12-01 | spacing | Theo de Raadt |
2005-12-01 | do not choke and dump core when printing bypass flows. noticed by jacob | Hans-Joerg Hoexer |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne |
2005-11-30 | handle that pfkey_ipsec_flush() can fail. | Hans-Joerg Hoexer |
2005-11-28 | do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadt | Markus Friedl |
2005-11-27 | BINMODE not needed | Theo de Raadt |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre |
2005-11-27 | .Xr vnconfig 8 | Jason McIntyre |
2005-11-27 | sanity check constraints for transforms. | Hans-Joerg Hoexer |
2005-11-27 | truly permit auth/enc/comp expressions to be in any order | Theo de Raadt |
2005-11-26 | allow specficiation of encryption and authentication algorithms to be swapped. | Hans-Joerg Hoexer |
2005-11-26 | get rid of some leftovers from a cleanup during c2k5. From Andrey Matveev | Hans-Joerg Hoexer |
2005-11-26 | enable the bpf filter-drop option in dhclient | Reyk Floeter |
2005-11-24 | "hmac" not "hmc", notice by <gwyllion at ulyssis dot org> | Hans-Joerg Hoexer |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-24 | Make clear we only have "hmac-sha1" and "hmac-md5". | Hans-Joerg Hoexer |
2005-11-24 | Remove old-style keyed sha1/md5. We only support hmac-sha1/md5. | Hans-Joerg Hoexer |
2005-11-21 | Accept and pass through -b option for fsck_ffs and fsck_ext2fs | Todd C. Miller |
2005-11-21 | Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>, | Hans-Joerg Hoexer |
2005-11-21 | Replace default DEV_BSIZE sector conversion factor with disklabel's | Kenneth R Westerback |
2005-11-17 | typo, ok hshoexer@ | Alexander von Gernler |
2005-11-17 | for pfctl -f rules, open the file before resetting options. when opening | Daniel Hartmeier |
2005-11-17 | add a free() which got lost in r1.104. ok hshoexer@ deraadt@ | Moritz Jodeit |
2005-11-16 | Avoid printing a NULL string. ok hshoexer | Chad Loder |
2005-11-16 | Fix conversion of K units to handle case where sector size > 1024. e.g. | Kenneth R Westerback |
2005-11-15 | Add support for light sensors. | Mark Kettenis |