summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-05For IPComp. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05IPComp itself (include files). angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05Include files for IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05Compression support for IPComp. Include files only. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05makedev is a macro. Admittedly, it's not function-like at all,Marc Espie
2001-07-05It feels a bit pointless to have:Artur Grabowski
2001-07-05Add d2i_X509_NAMEAngelos D. Keromytis
2001-07-05Document ASN1 DN.Angelos D. Keromytis
2001-07-05Remove some left-overs from the old vm system.Artur Grabowski
2001-07-05v_vmdata is no longer needed.Artur Grabowski
2001-07-05p_thread is no longer needed.Artur Grabowski
2001-07-05DER_ASN1_DN ID handling --- untestedAngelos D. Keromytis
2001-07-05On closer inspection, freeing the X509 names is bad. I should stopAngelos D. Keromytis
2001-07-05No more HAVE_VM_VM_OBJECT_HArtur Grabowski
2001-07-05No need to include vm/vm_object.h.Artur Grabowski
2001-07-05kern_fthread is no longer needed.Artur Grabowski
2001-07-05Don't use some macros from vm_page.h.Artur Grabowski
2001-07-05clean up includes.Artur Grabowski
2001-07-05Free X509 names in case of failure and when done.Angelos D. Keromytis
2001-07-05Get rid of unnecessary includes.Artur Grabowski
2001-07-05clarify -a. sync with kameJun-ichiro itojun Hagino
2001-07-05create iop0, iop1Michael Shalayeff
2001-07-05add iopMichael Shalayeff
2001-07-05move cdev_decl(iop) into sys/conf.hMichael Shalayeff
2001-07-05build iopctl on alpha, i386, powerpcMichael Shalayeff
2001-07-05controlling utility for iop(4)Michael Shalayeff
2001-07-05syncTheo de Raadt
2001-07-04need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status,Marc Espie
2001-07-04handle mutiple adds of the same smartcard keyMarkus Friedl
2001-07-04cleanerTheo de Raadt
2001-07-04for smartcards remove both RSA1/2 keysMarkus Friedl
2001-07-04syncTheo de Raadt
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
2001-07-04handle card removal more gracefully, add sc_close() to scard.hMarkus Friedl
2001-07-04match time definition with include file, volatile included.Marc Espie
2001-07-04Embedding newlines in strings is a bad idea, and prints out badly.Marc Espie
2001-07-04case labels without statements are not permitted by ANSI C... and gcc 3.0Marc Espie
2001-07-04ignore SIGPIPE when debugging, tooMarkus Friedl
2001-07-04Eat backslashes in regex's so things like:Todd C. Miller
2001-07-04Merge entries.Angelos D. Keromytis
2001-07-04Better handling of Key IDs.Angelos D. Keromytis
2001-07-04missed EOL at EOFMarc Espie
2001-07-04Some text on KEY_ID payloads.Angelos D. Keromytis
2001-07-04Fix -s option, which never worked. We need to pass in the input stringTodd C. Miller
2001-07-04document PACKET_TAG_PF_GENERATED; ok angelos@Daniel Hartmeier
2001-07-04ktrace.h looks better with an EOL at EOF...Marc Espie
2001-07-04add new icmp codes and types as symbolic names, ok deraadtPeter Stromberg
2001-07-04do not pick a fightTheo de Raadt
2001-07-04syncjasoni
2001-07-04call ip_output() correctly, use ICMP_MINLEN, only m_copyback() where needed. ...Daniel Hartmeier