summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-05-28remove duplicated fragmentation code in favour of ip_fragment()..jasoni
2002-05-28kill register; ok deraadt@jasoni
2002-05-28refragment ip packets if too large for the outgoing interfacejasoni
2002-05-28Factor out IP fragmentation code into its own function so it can bejasoni
2002-05-28make this compile; jason@ ok.Federico G. Schwindt
2002-05-28__P killingTheo de Raadt
2002-05-28remove #define for kame portabilityJun-ichiro itojun Hagino
2002-05-28fix the fms attachment printfs and move out the radio parts to the fmsradio.c...Michael Shalayeff
2002-05-28limit number of IPv6 fragments (not the fragment queue size) toJun-ichiro itojun Hagino
2002-05-28regenMichael Shalayeff
2002-05-28add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia (prism1-prism2...Michael Shalayeff
2002-05-27punctuationThierry Deval
2002-05-27typosThierry Deval
2002-05-27typoThierry Deval
2002-05-27left over __P removalsTheo de Raadt
2002-05-27kill __PTheo de Raadt
2002-05-27if_attach() gets called before domaininit(). scan all interfaces for if_afdataJun-ichiro itojun Hagino
2002-05-27no need for __PJun-ichiro itojun Hagino
2002-05-27sunix is 8x speed serialTheo de Raadt
2002-05-27framework to add af-dependent data structure to struct ifnet.Jun-ichiro itojun Hagino
2002-05-27kill unused arc4random_8() APITheo de Raadt
2002-05-26remove extra spaces, tabs, and semicolon.Federico G. Schwindt
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
2002-05-25Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI.Hugh Graham
2002-05-24more IANA values. official # for bridge is assigned. jason okJun-ichiro itojun Hagino
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-05-24protect more of the bookkeeping variables with splbio.Artur Grabowski
2002-05-24typoArtur Grabowski
2002-05-24splbio around biodone.Artur Grabowski
2002-05-24More splbio around biodone protection.Artur Grabowski
2002-05-24Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)...Artur Grabowski
2002-05-24protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbio (this is the first time the splbio isArtur Grabowski
2002-05-24Replace a home-grown splassert-like thing with the real stuff.Artur Grabowski
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameJun-ichiro itojun Hagino
2002-05-24Protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbioArtur Grabowski
2002-05-24cluster_callback is a b_iodone handler. Since it calls functionsArtur Grabowski
2002-05-23remove unneccesary icache flushes; mdw@umich.eduTheo de Raadt
2002-05-23Protect biodone calls with splbio.Artur Grabowski
2002-05-23There is a bunch of people running id-utils on the kernel.Artur Grabowski
2002-05-23Signed/unsigned int bug caused lp->d_npartitions to be set to zero.Constantine Sapuntzakis
2002-05-23syncTheo de Raadt
2002-05-23correct pci id for the sunix 8 port pucTheo de Raadt
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al...Michael Shalayeff
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-05-23In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre...Artur Grabowski
2002-05-23Since the days of architectures where page size is smaller thanArtur Grabowski
2002-05-23protect biodone with splbio.Artur Grabowski
2002-05-23Fix a comment I missed when renaming FILE_UNUSE to FRELE.Artur Grabowski