Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat | |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith | |
the remainder of the network stack from splimp to splnet. ok miod@ | |||
2004-09-20 | Fix order of operations for m_gethdr(), found a bit ago, commit after second | Dale Rahn | |
prodding. | |||
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-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino | |
(please test, especially PF portion) | |||
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. | |||
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2002-09-18 | mad typo, only null can take it | Michael Shalayeff | |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom | |
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@ | |||
2001-09-23 | make this compile on alpha | Michael Shalayeff | |
2001-05-27 | Fixup tags. | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-03-23 | Be paranoid when copying m_pkthdr. | Angelos D. Keromytis | |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt | |
2000-01-13 | Fix compilation error introduced recently; thanks mickey. | Federico G. Schwindt | |
2000-01-11 | Remove references to ipx_thishost; instead find the address from | Federico G. Schwindt | |
ipx_ifaddr. | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1996-10-26 | remove my CVS tag. | Michael Shalayeff | |
1996-10-18 | -Wall happieness. bug fix caused by parens... | 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. |