| Commit message (Expand) | Author | Age | Files | Lines |
| * | begone, fucking rotten appletalk shit. ok room |  henning | 2011-07-09 | 15 | -3600/+0 |
| * | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm |  henning | 2011-07-06 | 1 | -3/+3 |
| * | Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set |  guenther | 2010-09-27 | 1 | -3/+3 |
| * | Do not declare the domain and protosw structures in at.h fixes build with |  claudio | 2010-09-23 | 2 | -7/+4 |
| * | timeout_add -> timeout_add_msec |  blambert | 2010-07-02 | 2 | -4/+4 |
| * | This needs sys/sysctl.h to compile. |  claudio | 2010-06-30 | 1 | -1/+2 |
| * | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 2010-06-26 | 1 | -2/+1 |
| * | instead of fiddling with the per-interface address lists directly in |  henning | 2010-01-13 | 1 | -3/+4 |
| * | Use TAILQ_ macros instead of handrolling them self. Tested by myself. |  claudio | 2009-11-13 | 2 | -32/+13 |
| * | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -3/+3 |
| * | One last rtrequest() was hiding here but it could not hide from grep. |  claudio | 2008-06-08 | 1 | -4/+11 |
| * | Make this compile again, by adding a struct proc * argument |  thib | 2008-05-23 | 2 | -7/+6 |
| * | use arc4random_uniform() for random number requests that are not a |  djm | 2008-04-18 | 1 | -2/+2 |
| * | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 3 | -4/+47 |
| * | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. |  krw | 2007-10-06 | 1 | -2/+2 |
| * | MALLOC+bzero -> malloc+M_ZERO. |  krw | 2007-10-03 | 1 | -3/+2 |
| * | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' |  krw | 2007-10-01 | 1 | -3/+2 |
| * | De-common a few variables by moving the definition into a .c file. |  claudio | 2007-05-26 | 3 | -9/+16 |
| * | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -2/+2 |
| * | adopt to extended rtrequest / rtalloc1 api |  henning | 2006-06-17 | 1 | -2/+2 |
| * | fix endian issue. netbsd pr31051 via ian mcwilliam |  tedu | 2006-04-25 | 1 | -3/+3 |
| * | With the exception of two other small uncommited diffs this moves |  brad | 2006-03-04 | 3 | -8/+8 |
| * | bitfields must be off an int or such type |  deraadt | 2005-12-11 | 1 | -19/+19 |
| * | Use arc4random() instead of time-based node start id |  tholo | 2004-06-21 | 1 | -2/+2 |
| * | adress -> address, and a few more; all from Jonathon Gray; |  jmc | 2003-11-07 | 1 | -2/+2 |
| * | fix suser() calls, pr3430 |  tedu | 2003-09-02 | 2 | -4/+4 |
| * | avoid M_WAIT in network stack; netbsd revision 1.13 |  itojun | 2003-06-06 | 1 | -3/+9 |
| * | don't use M_WAIT in network stack. use M_PREPEND to keep m_pkthdr. |  itojun | 2003-06-06 | 1 | -7/+7 |
| * | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. |  itojun | 2003-05-14 | 1 | -8/+2 |
| * | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things |  millert | 2002-03-15 | 1 | -7/+1 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 6 | -69/+69 |
| * | More old timeouts removal, mainly affected unused/unmaintained code. |  miod | 2001-08-19 | 2 | -8/+18 |
| * | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -2/+2 |
| * | bzero PCB after allocation |  angelos | 2001-07-06 | 1 | -2/+4 |
| * | Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCB |  angelos | 2001-05-26 | 1 | -3/+3 |
| * | No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocate |  angelos | 2001-05-26 | 1 | -5/+6 |
| * | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 1 | -5/+1 |
| * | take MIN/MAX from param.h, okay theo@ |  provos | 2000-06-16 | 1 | -3/+1 |
| * | Remove two incorrect ntoh's which make a comparison of a constant w/ a |  deraadt | 1998-06-11 | 1 | -3/+3 |
| * | $OpenBSD$ |  niklas | 1997-11-07 | 1 | -0/+2 |
| * | fix #endif; David.Sainty@MCS.VUW.AC.NZ |  deraadt | 1997-09-06 | 1 | -2/+2 |
| * | at_control cmd is a u_long. |  denny | 1997-07-24 | 1 | -2/+2 |
| * | cmd is a u_long |  deraadt | 1997-07-24 | 2 | -5/+5 |
| * | netatalk, based on the 1.4a2 dist from the University of Michigan. |  denny | 1997-07-23 | 15 | -0/+3564 |