Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-05 | Syntax, style, wording. | Angelos D. Keromytis | |
2001-07-05 | Man page for IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Make it compile again. | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Remove dead ifdefs, M_COMP should be copied. | Angelos D. Keromytis | |
2001-07-05 | Style | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Typo. | Angelos D. Keromytis | |
2001-07-05 | Style | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | $OpenBSD$ tag | Angelos D. Keromytis | |
2001-07-05 | KNF | Angelos D. Keromytis | |
2001-07-05 | Stylistic changes. | Angelos D. Keromytis | |
2001-07-05 | For IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp itself (include files). angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Include files for IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Compression support for IPComp. Include files only. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | makedev is a macro. Admittedly, it's not function-like at all, | Marc Espie | |
and should probably be spelled MAKEDEV to not trip people. | |||
2001-07-05 | It feels a bit pointless to have: | Artur Grabowski | |
#define sonewconn(head, connstatus) sonewconn1((head), (connstatus)) Just wastes preprocessor time. | |||
2001-07-05 | Add d2i_X509_NAME | Angelos D. Keromytis | |
2001-07-05 | Document ASN1 DN. | Angelos D. Keromytis | |
2001-07-05 | Remove some left-overs from the old vm system. | Artur Grabowski | |
2001-07-05 | v_vmdata is no longer needed. | Artur Grabowski | |
2001-07-05 | p_thread is no longer needed. | Artur Grabowski | |
2001-07-05 | DER_ASN1_DN ID handling --- untested | Angelos D. Keromytis | |
2001-07-05 | On closer inspection, freeing the X509 names is bad. I should stop | Angelos D. Keromytis | |
coding late while half-asleep. | |||
2001-07-05 | No more HAVE_VM_VM_OBJECT_H | Artur Grabowski | |
2001-07-05 | No need to include vm/vm_object.h. | Artur Grabowski | |
It only includes to files which are already included by vm/vm.h | |||
2001-07-05 | kern_fthread is no longer needed. | Artur Grabowski | |
2001-07-05 | Don't use some macros from vm_page.h. | Artur Grabowski | |
This was the only user and I want to clean those up. | |||
2001-07-05 | clean up includes. | Artur Grabowski | |
2001-07-05 | Free X509 names in case of failure and when done. | Angelos D. Keromytis | |
2001-07-05 | Get rid of unnecessary includes. | Artur Grabowski | |
2001-07-05 | clarify -a. sync with kame | Jun-ichiro itojun Hagino | |
2001-07-05 | create iop0, iop1 | Michael Shalayeff | |
2001-07-05 | add iop | Michael Shalayeff | |
2001-07-05 | move cdev_decl(iop) into sys/conf.h | Michael Shalayeff | |
2001-07-05 | build iopctl on alpha, i386, powerpc | Michael Shalayeff | |
2001-07-05 | controlling utility for iop(4) | Michael Shalayeff | |
2001-07-05 | sync | Theo de Raadt | |
2001-07-04 | need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status, | Marc Espie | |
in that they're only activated when the corresponding include has been seen) Okay millert@ | |||
2001-07-04 | handle mutiple adds of the same smartcard key | Markus Friedl | |
2001-07-04 | cleaner | Theo de Raadt | |
2001-07-04 | for smartcards remove both RSA1/2 keys | Markus Friedl | |
2001-07-04 | sync | Theo de Raadt | |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie | |
Ok millert@ | |||
2001-07-04 | handle card removal more gracefully, add sc_close() to scard.h | Markus Friedl | |
2001-07-04 | match time definition with include file, volatile included. | Marc Espie | |
Okay millert@ | |||
2001-07-04 | Embedding newlines in strings is a bad idea, and prints out badly. | Marc Espie | |
Okay millert@, like previous commit. |