summaryrefslogtreecommitdiffstats
path: root/sys/netns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rot in Attichenning2005-06-1723-6200/+0
|
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-2/+4
| | | | | | | | | | | | | | encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-034-8/+8
| | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
* 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
| | | | (please test, especially PF portion)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0222-132/+44
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.itojun2003-05-141-3/+2
| | | | deraadt ok
* 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
| | | | | | | | NULL to full 64 bits on a 64 bit address system. Soultion is to add a (void *) cast before NULL. This makes a 64 bit MIPS kernel work and will probably help future 64 bit ports as well. OK from art@
* 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
| | | | noticed by aaron@, recommended by deraadt@
* 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
| | | | the ANSI way.
* 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
| | | | | idea from deraadt@ via NetBSD millert@ ok
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-272-4/+4
| | | | on how macros should be treated. Code by fgsch@, ok by me and itojun@
* 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
| | | | | it is to be friendly with postfix daemon-to-daemon communication (not 100% sure if which behavior is correct, specwise). patch similar to netbsd.
* 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
| | | | | This causes gcc to generate a memset() on the m68k. Instead, bzero and initialize the structure later in the function.
* 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