Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
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@. | |||
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-23 | make this compile on alpha | Michael Shalayeff | |
2000-01-17 | Add sysctl vars for checksum, forwarding and netbios. | Federico G. Schwindt | |
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts. | |||
2000-01-15 | Some KNF. | Federico G. Schwindt | |
2000-01-11 | Remove references to ipx_error. IPX does not generate any errors. | Federico G. Schwindt | |
1997-01-18 | illiminate memset gcc generated call, just like prev commit to | Michael Shalayeff | |
the XNS code. | |||
1996-12-23 | no panic on ppp down/retry | Michael Shalayeff | |
1996-11-25 | sysctl entries; | Michael Shalayeff | |
control ipx {send,recv} queues size | |||
1996-10-26 | remove my CVS tag. | Michael Shalayeff | |
1996-08-16 | initial commit of Free's netipx w/ some changes. | Michael Shalayeff | |
ip<-->ipx encapsulations does not work still. spx suspected to do too. |