Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino | |
(please test, especially PF portion) | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom | |
NULL to full 64 bits on a 64 bit address system. Soultion is to add a (void *) cast before NULL. This makes a 64 bit MIPS kernel work and will probably help future 64 bit ports as well. OK from art@ | |||
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt | |
2001-05-27 | Yup, more tag fixups. | Angelos D. Keromytis | |
2001-05-22 | TAILQ_INIT() is preferred. | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-03-23 | Careful with copying mbuf pkthdr. | Angelos D. Keromytis | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1996-10-21 | -Wall happiness | Michael Shalayeff | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-12 | missed ; | Michael Shalayeff | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-04-24 | Fix prototyping. | Michael Shalayeff | |
1996-03-04 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |