Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | begone, fucking rotten appletalk shit. ok room | 2011-07-09 | 15 | -3600/+0 | |
| | |||||
* | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | 2011-07-06 | 1 | -3/+3 | |
| | |||||
* | Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set | 2010-09-27 | 1 | -3/+3 | |
| | | | | ok henning@ | ||||
* | Do not declare the domain and protosw structures in at.h fixes build with | 2010-09-23 | 2 | -7/+4 | |
| | | | | netatalk enabled. | ||||
* | timeout_add -> timeout_add_msec | 2010-07-02 | 2 | -4/+4 | |
| | | | | ok claudio@ | ||||
* | This needs sys/sysctl.h to compile. | 2010-06-30 | 1 | -1/+2 | |
| | |||||
* | Don't #include <sys/user.h> into files that don't need the stuff | 2010-06-26 | 1 | -2/+1 | |
| | | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@ | ||||
* | instead of fiddling with the per-interface address lists directly in | 2010-01-13 | 1 | -3/+4 | |
| | | | | | many places create a proper API (ifa_add / ifa_del) and use it. ok theo ryan dlg | ||||
* | Use TAILQ_ macros instead of handrolling them self. Tested by myself. | 2009-11-13 | 2 | -32/+13 | |
| | |||||
* | Second pass of simple timeout_add -> timeout_add_sec conversions | 2008-10-15 | 1 | -3/+3 | |
| | | | | | | | This should take care of the simpler ones (i.e., timeout values of integer multiples of hz). ok krw@, art@ | ||||
* | One last rtrequest() was hiding here but it could not hide from grep. | 2008-06-08 | 1 | -4/+11 | |
| | | | | Change to rtrequest1() so that we can retire rtrequest(). OK henning@ | ||||
* | Make this compile again, by adding a struct proc * argument | 2008-05-23 | 2 | -7/+6 | |
| | | | | | | to the usrreq's. (Both MPLS and NETATALK are disabled in GENERIC). | ||||
* | use arc4random_uniform() for random number requests that are not a | 2008-04-18 | 1 | -2/+2 | |
| | | | | | | | | | power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@ | ||||
* | add sysctl entry points into various network layers, in particular to | 2007-12-14 | 3 | -4/+47 | |
| | | | | provide netstat(1) with data it needs; ok claudio reyk | ||||
* | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | 2007-10-06 | 1 | -2/+2 | |
| | |||||
* | MALLOC+bzero -> malloc+M_ZERO. | 2007-10-03 | 1 | -3/+2 | |
| | | | | | | | | In ip_esp.c all allocated memory is now zero'd in the "malloc(sizeof(*tc) + alen ..." case. The +alen memory was not initialized by the bzero() call. Noticed by chl@. "Looks good" art@ "seems ok" chl@ | ||||
* | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | 2007-10-01 | 1 | -3/+2 | |
| | | | | where obvious. | ||||
* | De-common a few variables by moving the definition into a .c file. | 2007-05-26 | 3 | -9/+16 | |
| | | | | OK miod@ | ||||
* | ``it's'' -> ``its'' when the grammar gods require this change. | 2007-04-10 | 1 | -2/+2 | |
| | |||||
* | adopt to extended rtrequest / rtalloc1 api | 2006-06-17 | 1 | -2/+2 | |
| | |||||
* | fix endian issue. netbsd pr31051 via ian mcwilliam | 2006-04-25 | 1 | -3/+3 | |
| | |||||
* | With the exception of two other small uncommited diffs this moves | 2006-03-04 | 3 | -8/+8 | |
| | | | | | | the remainder of the network stack from splimp to splnet. ok miod@ | ||||
* | bitfields must be off an int or such type | 2005-12-11 | 1 | -19/+19 | |
| | |||||
* | Use arc4random() instead of time-based node start id | 2004-06-21 | 1 | -2/+2 | |
| | |||||
* | adress -> address, and a few more; all from Jonathon Gray; | 2003-11-07 | 1 | -2/+2 | |
| | | | | | (mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | ||||
* | fix suser() calls, pr3430 | 2003-09-02 | 2 | -4/+4 | |
| | |||||
* | avoid M_WAIT in network stack; netbsd revision 1.13 | 2003-06-06 | 1 | -3/+9 | |
| | |||||
* | don't use M_WAIT in network stack. use M_PREPEND to keep m_pkthdr. | 2003-06-06 | 1 | -7/+7 | |
| | | | | (netbsd revision 1.7) | ||||
* | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | 2003-05-14 | 1 | -8/+2 | |
| | | | | deraadt ok | ||||
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 1 | -7/+1 | |
| | | | | the ANSI way. | ||||
* | First round of __P removal in sys | 2002-03-14 | 6 | -69/+69 | |
| | |||||
* | More old timeouts removal, mainly affected unused/unmaintained code. | 2001-08-19 | 2 | -8/+18 | |
| | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | |
| | | | | deraadt@ ok | ||||
* | bzero PCB after allocation | 2001-07-06 | 1 | -2/+4 | |
| | |||||
* | Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCB | 2001-05-26 | 1 | -3/+3 | |
| | | | | | mbuf/clusters. My first commit of this died halfway through, so although it did make it in, there was no message sent to the list. | ||||
* | No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocate | 2001-05-26 | 1 | -5/+6 | |
| | | | | and free PCBs. | ||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -5/+1 | |
| | |||||
* | take MIN/MAX from param.h, okay theo@ | 2000-06-16 | 1 | -3/+1 | |
| | |||||
* | Remove two incorrect ntoh's which make a comparison of a constant w/ a | 1998-06-11 | 1 | -3/+3 | |
| | | | | | value from a packet not work right (only one of them needs ntoh!); Fixes a bug reported by David Brownlee; wrstuden | ||||
* | $OpenBSD$ | 1997-11-07 | 1 | -0/+2 | |
| | |||||
* | fix #endif; David.Sainty@MCS.VUW.AC.NZ | 1997-09-06 | 1 | -2/+2 | |
| | |||||
* | at_control cmd is a u_long. | 1997-07-24 | 1 | -2/+2 | |
| | |||||
* | cmd is a u_long | 1997-07-24 | 2 | -5/+5 | |
| | |||||
* | netatalk, based on the 1.4a2 dist from the University of Michigan. | 1997-07-23 | 15 | -0/+3564 | |
The sys/netatalk files rely heavily on previous work done on FreeBSD, and to a lesser extent NetBSD. |