Age | Commit message (Expand) | Author |
2004-06-20 | Use arc4random; request art@ deraadt@ | Thorsten Lockert |
2004-06-20 | Do not use time based randomization; ok deraadt@ | Thorsten Lockert |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-26 | Use __packed attribute to cleanup the '#define XXX' stuff in here. | Anil Madhavapeddy |
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-04-02 | make it compile after tcpstates changes elsewhere | Michael Shalayeff |
2002-09-18 | mad typo, only null can take it | Michael Shalayeff |
2002-09-06 | no ; at end of CTL_IPXPROTO_NAMES | Theo de Raadt |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-03-26 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-23 | make this compile on alpha | Michael Shalayeff |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-05-27 | Fixup tags. | Angelos D. Keromytis |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | Michael Shalayeff |
2001-03-23 | Be paranoid when copying m_pkthdr. | Angelos D. Keromytis |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-09-22 | Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'd | Todd C. Miller |
2000-01-17 | Add sysctl vars for checksum, forwarding and netbios. | Federico G. Schwindt |
2000-01-15 | PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will be | Federico G. Schwindt |
2000-01-15 | Some KNF. | Federico G. Schwindt |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt |
2000-01-15 | Remove unneded vars and code. 0 -> NULL. Some KNF. | Federico G. Schwindt |
2000-01-15 | Remove the IPX ifdef; it's always there. | Federico G. Schwindt |
2000-01-15 | more KNF. | Federico G. Schwindt |
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt |
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt |
2000-01-13 | Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; use | Federico G. Schwindt |
2000-01-13 | Remove error protocol. | Federico G. Schwindt |
2000-01-13 | Fix compilation error introduced recently; thanks mickey. | Federico G. Schwindt |
2000-01-13 | IPXDEBUG -> SPXDEBUG. | Federico G. Schwindt |
2000-01-13 | rearrange includes. | Federico G. Schwindt |
2000-01-13 | some KNF. | Federico G. Schwindt |
2000-01-13 | more KNF. remove unneeded and ancient debug code. | Federico G. Schwindt |
2000-01-11 | Rearrange includes and remove unnecessary ones. | Federico G. Schwindt |