Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok dhartmei@ | |||
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 | |
'frag' -- they aren't applied anyway ok dhartmei@ and henning@ | |||
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 | |
spl protection, but better safe...) --- pointed out by sam@errno.com | |||
2002-06-18 | update copyright notice. mckusick says that Van signed the standard | Theo de Raadt | |
Berkeley copyright assignment form, therefore the new license should be on these files. I just copied in the notice that Kirk mailed me. | |||
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 | |
CRIOGET per EVP_Init(); ok niklas@, miod@ | |||
2002-06-18 | Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPC | Nathan Binkert | |
and NPCCONSKBD) ok matthieu | |||
2002-06-18 | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct ↵ | Markus Friedl | |
session_op) | |||
2002-06-18 | Rewrite to get proper Copyright. | Marc Espie | |
Should even be slightly better than the old one. Checked and fixed by miod@, my initial version was not 100% right (writing m68k loops blindly doesn't always work). | |||
2002-06-18 | fix file descriptor leak. | Jun-ichiro itojun Hagino | |
http://marc.theaimsgroup.com/?l=openbsd-tech&m=102125850815351&w=2 From: Gregory Steuck <greg@nest.cx> | |||
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 | |
(need wsconsctl keymap too) | |||
2002-06-18 | From bjh21@NetBSD: | Jason Wright | |
- When open(2) fails, it returns -1, not NULL. - When we're assigning to a long, use 0 rather than NULL. | |||
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos | |
document missing flags from proc.h | |||
2002-06-18 | KNF | Theo de Raadt | |
2002-06-18 | update a bit. | Federico G. Schwindt | |
2002-06-18 | uftdi is fixed now | Nathan Binkert | |
2002-06-18 | fix uftdi so that it matches what usbdevs says | Nathan Binkert | |
2002-06-18 | sync | Theo de Raadt | |
2002-06-18 | regen. | Federico G. Schwindt | |
2002-06-18 | this is better. | Federico G. Schwindt | |
2002-06-18 | ANSI | Theo de Raadt | |
2002-06-18 | revoke privs after kvm_openfiles | Theo de Raadt | |
2002-06-18 | remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even come | Eric Jackson | |
close to compiling w/o HAVENIS deraadt@ ok | |||
2002-06-18 | Add gpr, i386 only; this may change in the near future to something more | Federico G. Schwindt | |
generic as /dev/smartcard or similar. deraadt@ ok. | |||
2002-06-17 | sync | Theo de Raadt | |
2002-06-17 | option XSERVER was only needed for pccons console driver, which | Matthieu Herrb | |
has been obsoleted. ok millert@, miod@ and deraadt@. | |||
2002-06-17 | remove old pccons console driver. Not used anymore and not maintained. | Matthieu Herrb | |
ok millert@, miod@. | |||
2002-06-17 | typo. From: "R. Lewczuk" <rafal.lewczuk@pronet.pl> | Jun-ichiro itojun Hagino | |
2002-06-17 | Go ahead and enable upa0 at mainbus0 | Jason Wright | |
2002-06-17 | cosmetic changes in the copyright suggested by theo. | Federico G. Schwindt | |
2002-06-17 | when calling system(3) redirect std* from /dev/null | Jason Wright | |
2002-06-17 | and more uftdi kernel breaking crap here. Geez | Theo de Raadt | |
2002-06-17 | Who the HELL commited this thing which breaks kernels? Get your act | Theo de Raadt | |
in gear! |