summaryrefslogtreecommitdiffstats
path: root/sys/netiso (follow)
Commit message (Expand)AuthorAgeFilesLines
* bye bye netiso, you won't be missedhenning2004-07-1565-28314/+0
* Minor fixes suggested by nordin@ and henning@tholo2004-06-251-7/+2
* This moves access to wall and uptime variables in MI code,tholo2004-06-243-11/+10
* First step towards more sane time handling in the kernel -- this changestholo2004-06-212-8/+4
* Use arc4random; request art@ deraadt@tholo2004-06-201-2/+2
* Do not use time based randomization; ok deraadt@tholo2004-06-201-3/+2
* goodbye TUBA. deraadt okitojun2004-06-207-959/+3
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-0312-24/+24
* de-register. deraadt okitojun2003-12-1035-402/+403
* Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.cloder2003-09-283-6/+6
* Typos: defintion -> definition, proccess -> processmiod2003-09-261-2/+2
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-092-5/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0263-378/+126
* string fixderaadt2003-05-031-2/+2
* intial -> initial;jmc2003-02-181-2/+2
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-282-4/+4
* Use & to test if bits are set, not &&; art@ ok.aaron2002-08-081-2/+2
* fix potential NULL pointer deref. From: tedu <grendel@zeitbombe.org>itojun2002-07-311-2/+2
* inital -> initialnate2002-07-021-2/+2
* arguement -> argumentderaadt2002-04-301-2/+2
* wierd -> weirdpvalchev2002-04-291-3/+3
* m_freem(NULL) bad style, ok jason@niklas2002-03-262-4/+4
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-1512-156/+12
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-152-29/+45
* Final __P removal plus some cosmetic fixupsmillert2002-03-142-8/+8
* First round of __P removal in sysmillert2002-03-1425-341/+326
* bye bye. i delete this not because it is disgusting, but because it is disgusting code in the wrong placederaadt2002-02-1819-3689/+0
* more than typoderaadt2001-11-191-2/+2
* occured->occurredmpech2001-09-202-6/+6
* make sure that va_start() has matching va_end()deraadt2001-09-051-2/+2
* More old timeouts removal, mainly affected unused/unmaintained code.miod2001-08-193-11/+23
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-127-30/+30
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-274-8/+8
* Don't double-clear M_PKTHDR/tags.angelos2001-06-251-3/+1
* Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.fgsch2001-06-253-9/+3
* Likewise, use m_tag_init()angelos2001-06-231-2/+2
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-3/+1
* More tag fixups (why do I bother with this...)angelos2001-05-274-6/+15
* recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.itojun2001-05-251-4/+4
* Dereference mbuf after validity check (tedu@heorot.stanford.edu)angelos2001-05-241-2/+2
* Initialize packet tags.angelos2001-05-221-2/+4
* Convert from tdbi to packet tags.angelos2001-05-201-2/+2
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-168-42/+26
* Get rid of CLSIZE and all related stuff.art2001-05-051-2/+2
* Use M_COPY_PKTHDR(), and zero out tdbi.angelos2001-03-231-3/+4
* allow changing number of loopbacks in ukc.mickey2001-02-061-6/+2
* pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun2001-01-194-12/+13
* take MIN/MAX from param.h, okay theo@provos2000-06-161-3/+1
* clear m->m_pkthdr when changing mbuf type to M_PKTHDR.itojun2000-02-251-1/+2