summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09new file sys/net/pf_ioctl.cPhilipp Buehler
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-09make gem compile, arpcom is sc_arpcom.Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-09replace epsetfilter() / epsetmedia() with epinit() and only if theFederico G. Schwindt
2002-06-09an agr(0) was overwriting the saved r18, fix thatMichael Shalayeff
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen <mariu...Michael Shalayeff
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-06-09increment ifs6_in_toobig if ipv6 packet too large for interface injasoni
2002-06-09in pf_route{6}, if too large for outgoing interface and not allowed tojasoni
2002-06-09ANSIfy (started as some other change that just ran away).Artur Grabowski
2002-06-09change M_AUTHxx to openbsd definition (M_AUTH_AH)Jun-ichiro itojun Hagino
2002-06-09Set/clear M_AUTH_AH.Angelos D. Keromytis
2002-06-09Handle out of memory gracefully. ok miod@Thomas Nordin
2002-06-09add M_AUTH_AH. now M_AUTH means "payload was authenticated by AH or ESP auth",Jun-ichiro itojun Hagino
2002-06-09correct getpeername(2).Jun-ichiro itojun Hagino
2002-06-09different magics for malloc and pool, art@ okNiklas Hallqvist
2002-06-09Handle out of memory gracefully. ok jason@Thomas Nordin
2002-06-09More (the last round?) of splasserts and splbio around biodone.Artur Grabowski
2002-06-09some splassert and protection of biodone.Artur Grabowski
2002-06-09splassert a splbio assumption.Artur Grabowski
2002-06-09more of those crazy registersJason Wright
2002-06-08KISS. the spl variable doesn't have to be called s, but it make the code less...Artur Grabowski
2002-06-08splbio around biodoneArtur Grabowski
2002-06-08Add hardware TCP/IP checksum offloading support for receive and transmit forAaron Campbell
2002-06-08TTYCOUNT and NUMVNODES.Angelos D. Keromytis
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-08TTYCOUNT and NUMVNODESAngelos D. Keromytis
2002-06-08Move stuff around like a crazy man... (split into var/reg)Jason Wright
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08syncChris Cappuccio
2002-06-08Add AMD 8111 IDEChris Cappuccio
2002-06-08Add read-only KERN_NFILES (number of open files).Angelos D. Keromytis
2002-06-08Add KERN_NFILES, and procargs entry.Angelos D. Keromytis
2002-06-08use consistent style in function declarationsjasoni
2002-06-08If a IP packet is too large for the outgoing interface and DF is set,jasoni
2002-06-08pullup two fixes from netbsdChris Cappuccio
2002-06-08Sysctl for getting process arguments and environment.Artur Grabowski
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08kill __PTodd C. Miller
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08Break up icmp_error() so we can have the icmp error mbuf returnedjasoni
2002-06-08use splnet for ipsecJun-ichiro itojun Hagino
2002-06-08splnet -> splsoftnet where appropriateJun-ichiro itojun Hagino
2002-06-08gcJun-ichiro itojun Hagino
2002-06-08KNFJun-ichiro itojun Hagino