Age | Commit message (Expand) | Author |
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fix | Theo de Raadt |
2003-02-18 | intial -> initial; | Jason McIntyre |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-07-31 | fix potential NULL pointer deref. From: tedu <grendel@zeitbombe.org> | Jun-ichiro itojun Hagino |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-04-30 | arguement -> argument | Theo de Raadt |
2002-04-29 | wierd -> weird | Peter Valchev |
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 |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
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 |
2002-02-18 | bye bye. i delete this not because it is disgusting, but because it is disgu... | Theo de Raadt |
2001-11-19 | more than typo | Theo de Raadt |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-06-23 | Likewise, use m_tag_init() | Angelos D. Keromytis |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-05-27 | More tag fixups (why do I bother with this...) | Angelos D. Keromytis |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino |
2001-05-24 | Dereference mbuf after validity check (tedu@heorot.stanford.edu) | Angelos D. Keromytis |
2001-05-22 | Initialize packet tags. | 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-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-03-23 | Use M_COPY_PKTHDR(), and zero out tdbi. | Angelos D. Keromytis |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-02-25 | clear m->m_pkthdr when changing mbuf type to M_PKTHDR. | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-04-22 | we don't need to include buf.h | Artur Grabowski |
1998-04-04 | gcc 2.8 supplication | don |
1998-01-03 | ignore PRU_SHUTDOWN if socket is already shutdown | Theo de Raadt |
1997-09-07 | Enclose comments after #endif in /* */ and #if 0 out this section | Todd C. Miller |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller |
1997-02-08 | need arc4random proto | Theo de Raadt |
1996-05-22 | sync | Theo de Raadt |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt |