Age | Commit message (Expand) | Author |
2002-06-19 | kill sprintf | Theo de Raadt |
2002-06-19 | Remove BUGS section as it no longer applies. | Miod Vallat |
2002-06-19 | Fix compilation error if option DEBUG is defined. | Miod Vallat |
2002-06-19 | rename variable so that scoping is more obvious | Niels Provos |
2002-06-19 | Poach a commit; error(1) groks yacc output now... | Todd C. Miller |
2002-06-19 | have yacc spit out c compiler-like error messages, so that utilities which | Theo de Raadt |
2002-06-19 | re-enable both crypto operations | Theo de Raadt |
2002-06-19 | regress for the kqueu for random | Michael Shalayeff |
2002-06-19 | add kqfilter for random, regress is coming | Michael Shalayeff |
2002-06-19 | cdev_ugen_init does not need to be, it's just a usbdev, just like any other u... | Michael Shalayeff |
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less wrong... | Michael Shalayeff |
2002-06-19 | Updates from lite2 via NetBSD; fixes license. | Todd C. Miller |
2002-06-19 | kq: it did not work like this and it seem to be working, from the denver wher... | Michael Shalayeff |
2002-06-19 | KNF, -Wall, and other cleanups. still does not failover 100% correctly | Theo de Raadt |
2002-06-19 | stupid stupid bug ja ja ja ja | Theo de Raadt |
2002-06-19 | stretch some ugly while(); | Theo de Raadt |
2002-06-19 | correct size_t printing | Theo de Raadt |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-18 | pull in missing includes | Theo de Raadt |
2002-06-18 | size_t cleanups | Theo de Raadt |
2002-06-18 | gcc -Wall (pass this one up, hin) | Theo de Raadt |
2002-06-18 | string.h | Theo de Raadt |
2002-06-18 | oops, forgot to commit this when gpr was added. | Federico G. Schwindt |
2002-06-18 | Style. | Angelos D. Keromytis |
2002-06-18 | KNF | Angelos D. Keromytis |
2002-06-18 | Initialize mo to NULL, for good measure -- sam@errno.com | Angelos D. Keromytis |
2002-06-18 | Missing freeing of crp, from sam@errno.com | Angelos D. Keromytis |
2002-06-18 | need string.h | Theo de Raadt |
2002-06-18 | sync | Theo de Raadt |
2002-06-18 | propogate a '!' when a host resolves to multiple IP addresses | Mike Frantzen |
2002-06-18 | actually, wrong type for printing of sise_t | Theo de Raadt |
2002-06-18 | don't allow individual keep state rules to specify timeouts for 'interval' and | Mike Frantzen |
2002-06-18 | Fix double-free. | Angelos D. Keromytis |
2002-06-18 | Same as with ip_ah.c (fix unreachable reference-after-free) | Angelos D. Keromytis |
2002-06-18 | Fix reference to free'ed location (unreachable condition because of | Angelos D. Keromytis |
2002-06-18 | update copyright notice. mckusick says that Van signed the standard | Theo de Raadt |
2002-06-18 | make this example code 'secure' wrt shmget() perms; ok millert@ | Todd T. Fries |
2002-06-18 | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | Markus Friedl |
2002-06-18 | Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPC | Nathan Binkert |
2002-06-18 | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se... | Markus Friedl |
2002-06-18 | Rewrite to get proper Copyright. | Marc Espie |
2002-06-18 | fix file descriptor leak. | Jun-ichiro itojun Hagino |
2002-06-18 | KNF (whitespace) | Jun-ichiro itojun Hagino |
2002-06-18 | document CAPS_IS_CONTROL. suggested by miod | Jun-ichiro itojun Hagino |
2002-06-18 | format string audit. From: Gregory Steuck <greg@nest.cx> | Jun-ichiro itojun Hagino |
2002-06-18 | "option CAPS_IS_CONTROL" will enable use of caps key as control | Jun-ichiro itojun Hagino |
2002-06-18 | From bjh21@NetBSD: | Jason Wright |
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos |
2002-06-18 | KNF | Theo de Raadt |
2002-06-18 | update a bit. | Federico G. Schwindt |