Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rot in Attic | 2005-06-17 | 23 | -6200/+0 | |
| | |||||
* | This moves access to wall and uptime variables in MI code, | 2004-06-24 | 1 | -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 macros | 2004-01-03 | 4 | -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 ok | 2003-12-10 | 9 | -131/+131 | |
| | |||||
* | Off-by-ones, from aaron@ | 2003-09-22 | 2 | -4/+4 | |
| | |||||
* | do not flip ip_len/ip_off in netinet stack. deraadt ok. | 2003-07-09 | 1 | -5/+10 | |
| | | | | (please test, especially PF portion) | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 22 | -132/+44 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | 2003-05-14 | 1 | -3/+2 | |
| | | | | deraadt ok | ||||
* | string fixes; tedu ok | 2003-05-03 | 1 | -5/+9 | |
| | |||||
* | Fix a problem where passing NULL as a pointer with varargs does not promote | 2002-08-28 | 1 | -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. | 2002-08-08 | 1 | -2/+2 | |
| | |||||
* | fix the use of "cuz" in the tree; these are all in comments | 2002-06-09 | 1 | -3/+3 | |
| | | | | noticed by aaron@, recommended by deraadt@ | ||||
* | m_freem(NULL) bad style, ok jason@ | 2002-03-26 | 1 | -2/+1 | |
| | |||||
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 3 | -33/+3 | |
| | | | | the ANSI way. | ||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 5 | -79/+79 | |
| | |||||
* | occured->occurred | 2001-09-20 | 2 | -4/+4 | |
| | | | | | idea from deraadt@ via NetBSD millert@ ok | ||||
* | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | 2001-06-27 | 2 | -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. | 2001-06-25 | 2 | -6/+2 | |
| | |||||
* | Yup, more tag fixups. | 2001-05-27 | 2 | -5/+8 | |
| | |||||
* | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | 2001-05-25 | 1 | -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. | 2001-05-22 | 1 | -2/+2 | |
| | |||||
* | Convert from tdbi to packet tags. | 2001-05-20 | 1 | -3/+3 | |
| | |||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -3/+1 | |
| | |||||
* | Careful with copying mbuf pkthdr. | 2001-03-23 | 1 | -1/+3 | |
| | |||||
* | self prototype is needed to compile | 1999-02-23 | 1 | -1/+2 | |
| | |||||
* | panic prints a newline for you, don't do it in the panic string | 1999-01-11 | 2 | -4/+4 | |
| | |||||
* | spelling; kleink | 1998-05-11 | 1 | -2/+2 | |
| | |||||
* | please gcc 2.8.1 | 1998-03-10 | 1 | -2/+2 | |
| | |||||
* | ignore PRU_SHUTDOWN if socket is already shutdown | 1998-01-03 | 1 | -1/+3 | |
| | |||||
* | uninitialized variable; koji@math.human.nagoya-u.ac.jp | 1997-03-29 | 1 | -3/+5 | |
| | |||||
* | OpenBSD tags | 1997-02-24 | 7 | -0/+7 | |
| | |||||
* | Do not partially initialize a structure at declaration in a function. | 1997-01-18 | 1 | -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/retry | 1996-12-23 | 3 | -8/+9 | |
| | |||||
* | missing struct rtentry prototype | 1996-10-21 | 1 | -1/+2 | |
| | |||||
* | -Wall happiness | 1996-10-21 | 2 | -20/+21 | |
| | |||||
* | sync | 1996-05-22 | 1 | -2/+4 | |
| | |||||
* | missed ; | 1996-05-12 | 1 | -2/+2 | |
| | |||||
* | if_name/if_unit -> if_xname/if_softc | 1996-05-10 | 1 | -7/+15 | |
| | |||||
* | add local decl of sockaddr | 1996-05-07 | 1 | -1/+2 | |
| | |||||
* | Fix prototyping. | 1996-04-24 | 2 | -9/+17 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 3 | -7/+25 | |
| | |||||
* | From NetBSD: 960217 merge | 1996-03-04 | 16 | -110/+369 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 22 | -0/+5996 | |