summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regen.n_hibma2001-04-022-2/+18
* Add Agate Q-Drive.n_hibma2001-04-021-0/+4
* Regen.n_hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsn_hibma2001-04-021-16/+56
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-026-0/+19
* o Correct an ACL implementation bug that could result in a system panicrwatson2001-04-021-2/+12
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386scottl2001-04-012-1/+15
* make code use strxxx() callsalfred2001-04-011-11/+3
* Correct typo.nyan2001-04-011-4/+4
* Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10.nyan2001-04-011-3/+7
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Merged from sys/i386/isa/clock.c revision 1.171.nyan2001-04-013-9/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.nyan2001-04-012-2/+4
OpenPOWER on IntegriCloud