Age | Commit message (Expand) | Author |
2008-06-08 | One last rtrequest() was hiding here but it could not hide from grep. | Claudio Jeker |
2008-05-23 | Make this compile again, by adding a struct proc * argument | Thordur I. Bjornsson |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-05-26 | De-common a few variables by moving the definition into a .c file. | Claudio Jeker |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-06-17 | adopt to extended rtrequest / rtalloc1 api | Henning Brauer |
2006-04-25 | fix endian issue. netbsd pr31051 via ian mcwilliam | Ted Unangst |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt |
2004-06-21 | Use arc4random() instead of time-based node start id | Thorsten Lockert |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-09-02 | fix suser() calls, pr3430 | Ted Unangst |
2003-06-06 | avoid M_WAIT in network stack; netbsd revision 1.13 | Jun-ichiro itojun Hagino |
2003-06-06 | don't use M_WAIT in network stack. use M_PREPEND to keep m_pkthdr. | Jun-ichiro itojun Hagino |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
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-07-06 | bzero PCB after allocation | Angelos D. Keromytis |
2001-05-26 | Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCB | Angelos D. Keromytis |
2001-05-26 | No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocate | Angelos D. Keromytis |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
1998-06-11 | Remove two incorrect ntoh's which make a comparison of a constant w/ a | Theo de Raadt |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist |
1997-09-06 | fix #endif; David.Sainty@MCS.VUW.AC.NZ | Theo de Raadt |
1997-07-24 | at_control cmd is a u_long. | denny |
1997-07-24 | cmd is a u_long | Theo de Raadt |
1997-07-23 | netatalk, based on the 1.4a2 dist from the University of Michigan. | denny |