summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not assume that time_t is an int.peter2002-11-152-3/+3
* Test the water. Make time_t long (64 bit) on ia64 since we do not havepeter2002-11-151-1/+1
* Back out rev 1.150; things are more complicated than this.sam2002-11-151-1/+1
* if_attach should not sleep; change malloc's M_WAITOK to M_NOWAITsam2002-11-151-1/+1
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* Return EWOULDBLOCK for last thread in kse_release().davidxu2002-11-152-0/+2
* network interface and link layer changes:sam2002-11-1523-161/+102
* track changes to ethernet input handling to no longer strip the Ethernet headersam2002-11-141-48/+55
* network interface driver changes:sam2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changessam2002-11-1419-324/+134
* track changes to not strip the Ethernet header from input packetssam2002-11-141-8/+5
* track bpf changessam2002-11-141-2/+2
* o track changes to ethernet input packet handlingsam2002-11-143-96/+22
* o eliminate separate callback interface for h/w tagged input packets; insteadsam2002-11-142-164/+302
* o add if_nvlans member to track the number of vlans active on an interfacesam2002-11-141-9/+3
* o change input packet handling to eliminate the pointer to the structsam2002-11-141-185/+263
* general cleanups mostly aimed at improving portability of driverssam2002-11-141-43/+38
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)sam2002-11-143-27/+53
* o add IF_*bps macros for netbsd compatibilitysam2002-11-141-0/+11
* Remove the remaining calls to free(), they are not needed anymore nowcognet2002-11-141-9/+0
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-143-17/+15
* Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 hasjhb2002-11-141-0/+6
* Fix printf() format errors.mux2002-11-142-2/+2
* Pass correct parameters to bus_space_barrier() instead of 0mux2002-11-141-2/+4
* Don't register the powerfail interrupt as fast in thetmm2002-11-141-2/+8
* In kse_release(), check if current thread is bounddavidxu2002-11-142-8/+32
* Panic message strings do not need a trailing \n.imp2002-11-141-1/+1
* MFp4:imp2002-11-143-3/+3
* MFp4:imp2002-11-141-0/+12
* MFp4:imp2002-11-141-4/+7
* MFp4:imp2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.imp2002-11-141-2/+1
* MFp4:imp2002-11-141-10/+7
* minor correction to commentimp2002-11-141-1/+1
* Add second and thrid bus-toaster IDsimp2002-11-141-0/+2
* regen to 1.37imp2002-11-141-2/+5
* Add a third aic-based bustoaster.imp2002-11-141-1/+2
* Panic message should end with \n.imp2002-11-142-12/+12
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingscottl2002-11-131-0/+5
* Recognize the Serverworks CIOB30 host to pci bridge.peter2002-11-132-0/+10
* Remove dead code that hasn't been needed since the demise of share mapsalc2002-11-132-26/+0
* Remove a commented out #include "opt_pci.h", it doesn'tmux2002-11-131-1/+0
* Remove opt_pci.h from SRCS, it doesn't exist anymore.mux2002-11-132-2/+2
* Remove opt_pci.h from SRCS.mux2002-11-131-1/+1
* Remove a bunch of #include "opt_pci.h".mux2002-11-1314-14/+0
* Unbreak kernel build.mux2002-11-131-1/+0
* Introduce a condition variable to avoid returning EBUSY whenrwatson2002-11-139-261/+468
* Add support for the C99 %t format modifier.mux2002-11-131-2/+11
* Add the sys/stddef.h header, so that we can have ptrdiff_tmux2002-11-131-0/+43
* Fix a constant in the standard namespace not to depend on anothermike2002-11-131-2/+2
OpenPOWER on IntegriCloud