summaryrefslogtreecommitdiffstats
path: root/sys/netns (follow)
Commit message (Expand)AuthorAgeFilesLines
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-2/+4
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-034-8/+8
* de-register. deraadt okitojun2003-12-109-131/+131
* Off-by-ones, from aaron@miod2003-09-222-4/+4
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-5/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0222-132/+44
* move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.itojun2003-05-141-3/+2
* string fixes; tedu okderaadt2003-05-031-5/+9
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-2/+2
* Use & to test if bits are set, not &&; art@ ok.aaron2002-08-081-2/+2
* fix the use of "cuz" in the tree; these are all in commentsjsyn2002-06-091-3/+3
* m_freem(NULL) bad style, ok jason@niklas2002-03-261-2/+1
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-153-33/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-145-79/+79
* occured->occurredmpech2001-09-202-4/+4
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-272-4/+4
* Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.fgsch2001-06-252-6/+2
* Yup, more tag fixups.angelos2001-05-272-5/+8
* recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.itojun2001-05-251-3/+3
* TAILQ_INIT() is preferred.angelos2001-05-221-2/+2
* Convert from tdbi to packet tags.angelos2001-05-201-3/+3
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
* Careful with copying mbuf pkthdr.angelos2001-03-231-1/+3
* self prototype is needed to compilemickey1999-02-231-1/+2
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-112-4/+4
* spelling; kleinkderaadt1998-05-111-2/+2
* please gcc 2.8.1deraadt1998-03-101-2/+2
* ignore PRU_SHUTDOWN if socket is already shutdownderaadt1998-01-031-1/+3
* uninitialized variable; koji@math.human.nagoya-u.ac.jpderaadt1997-03-291-3/+5
* OpenBSD tagsniklas1997-02-247-0/+7
* Do not partially initialize a structure at declaration in a function.briggs1997-01-181-2/+5
* no panic on ppp down/retrymickey1996-12-233-8/+9
* missing struct rtentry prototypemickey1996-10-211-1/+2
* -Wall happinessmickey1996-10-212-20/+21
* syncderaadt1996-05-221-2/+4
* missed ;mickey1996-05-121-2/+2
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-7/+15
* add local decl of sockaddrderaadt1996-05-071-1/+2
* Fix prototyping.mickey1996-04-242-9/+17
* partial sync with netbsd 960418, more to comederaadt1996-04-213-7/+25
* From NetBSD: 960217 mergeniklas1996-03-0416-110/+369
* initial import of NetBSD treederaadt1995-10-1822-0/+5996