summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - correct logic of per-address input packet counts for lo0ume2001-04-051-16/+29
* Soften the dire warnings about this code. Things are kinda workingimp2001-04-051-8/+3
* More error handling cleanups.sos2001-04-051-14/+11
* On burners that return faulty ready on fixate, wait for thesos2001-04-051-33/+45
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-053-39/+39
* Correct the sysctl names to match the tuneables.sos2001-04-051-3/+4
* Don't call prom_open() multiple times. This confuses some versions of SRMdfr2001-04-051-8/+22
* test should be for == 0, not < 0alfred2001-04-051-1/+1
* WI_TIMEOUT is 65536alfred2001-04-051-3/+2
* Don't leak resources:alfred2001-04-051-5/+12
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-052-12/+4
* Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, whichbmilekic2001-04-051-2/+2
* Various style fixes.bmilekic2001-04-051-21/+28
* Fix bpf devices so select() recognizes that they are always writable.gad2001-04-041-5/+8
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* call a watchdog timeout like it is.alfred2001-04-041-1/+1
* Roll platform minor.mjacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tmjacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atiomjacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that amjacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.mjacob2001-04-041-0/+13
* Ansification of source.mjacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
* If we have and error and are booting verbosely, don't be complainingmjacob2001-04-041-1/+7
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-042-3/+3
* Add recently assigned interface types.yar2001-04-041-0/+7
* Sync up to NetBSD, Step 2:yar2001-04-041-0/+136
* Sync up to NetBSD again, Step 1:yar2001-04-041-5/+5
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* Doh! Last second change introduced two compile warnings. Fix them.imp2001-04-041-2/+2
* Try to INIT the cards up to 5 times in a row rather than just once.imp2001-04-041-9/+15
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-032-90/+90
* Make this file C++ safe. It defines many useful functions (inb, outb)imp2001-04-032-0/+8
* o Indent sub-section headings to be consistent with README.extattr.rwatson2001-04-031-2/+2
* Regen after adding linux_sched_get_priority_max() andgallatin2001-04-033-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min() togallatin2001-04-031-2/+2
* o Introduce a README file describing briefly how to use access controlrwatson2001-04-031-0/+51
* o Introduce a README file describing briefly how to use extendedrwatson2001-04-031-0/+86
* Again initialize a mutex well, then lock it.tanimura2001-04-031-1/+3
* - Change the msleep()s to condition variables.bmilekic2001-04-032-54/+58
* o Change the default from using IO_SYNC on EA set and delete operationsrwatson2001-04-031-9/+23
* Use only one mutex for the entire mbuf subsystem.alfred2001-04-032-70/+75
* Change stop() to require the sched_lock as well as p's process lock tojhb2001-04-031-6/+8
* Allow MOD_UNLOADs of if_tun, and handle event handler registrationbrian2001-04-032-10/+44
* Fix probing on the alpha. It still causes the alpha to panic duringps2001-04-031-1/+1
* Remove bogus block device major now that bdev majors are gone.jhb2001-04-021-2/+1
* If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flagsbrian2001-04-021-0/+4
* Return 0 and do nothing when we get a SIOCSIFFLAGS.brian2001-04-021-0/+1
* - Move the second stop() of process 'p' in issignal() to be after we sendjhb2001-04-021-3/+2
OpenPOWER on IntegriCloud