Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell | |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel | |
noticed by aaron@, recommended by deraadt@ | |||
2002-03-26 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist | |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
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-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino | |
it is to be friendly with postfix daemon-to-daemon communication (not 100% sure if which behavior is correct, specwise). patch similar to netbsd. | |||
2001-05-22 | TAILQ_INIT() is preferred. | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-03-23 | Careful with copying mbuf pkthdr. | Angelos D. Keromytis | |
1999-02-23 | self prototype is needed to compile | Michael Shalayeff | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-05-11 | spelling; kleink | Theo de Raadt | |
1998-03-10 | please gcc 2.8.1 | Theo de Raadt | |
1998-01-03 | ignore PRU_SHUTDOWN if socket is already shutdown | Theo de Raadt | |
1997-03-29 | uninitialized variable; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-02-24 | OpenBSD tags | Niklas Hallqvist | |
1997-01-18 | Do not partially initialize a structure at declaration in a function. | briggs | |
This causes gcc to generate a memset() on the m68k. Instead, bzero and initialize the structure later in the function. | |||
1996-12-23 | no panic on ppp down/retry | Michael Shalayeff | |
1996-10-21 | missing struct rtentry prototype | Michael Shalayeff | |
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-05-07 | add local decl of sockaddr | Theo de Raadt | |
1996-04-24 | Fix prototyping. | Michael Shalayeff | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-04 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |