summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-2012-360/+137
* A slight restyling of the previous fix and make the way thedwmalone2000-08-201-8/+4
* Fix logic error which caused a page fault in kernel mode immediatelyjdp2000-08-191-2/+6
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.bde2000-08-191-1/+3
* Don't build pccard for now until I can resolve the linker interactionimp2000-08-191-1/+1
* Work around a possible kernel linker bug. It appears that the dataimp2000-08-191-0/+1
* o Move to using PCCARD_SOFTC(dev)imp2000-08-194-20/+16
* o move to using PCIC_SOFTC(dev) to get the softcimp2000-08-193-15/+13
* fix SNDCTL_DSP_GETODELAYcg2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqcg2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPicg2000-08-191-0/+1
* Disabled serial console.nyan2000-08-191-1/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-1922-466/+286
* Call bus_generic_detach on pcic before deleting the children. Thisimp2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.imp2000-08-193-26/+21
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-183-3/+3
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-1811-159/+18
* Merged from sys/i386/i386/machdep.c revision 1.402.kato2000-08-182-0/+36
* The slip driver used to allocate a mbuf cluster without attachingdwmalone2000-08-182-9/+22
* Don't let an illegal value for dr7 get set, which can lead to anbsd2000-08-172-0/+36
* - Fixed the conversion to bus_space interface.nyan2000-08-1712-5430/+2580
* Add support for loading this as a module (before there were someimp2000-08-172-11/+16
* Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' asjhb2000-08-171-0/+5
* Fix a couple cases where p_trespass wasn't transitioned into place.green2000-08-161-9/+3
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-164-18/+28
* backout previous change for nowdarrenr2000-08-161-1/+0
* add extern for inetswdarrenr2000-08-161-0/+1
* add missing splx(), when outgoing interface queue is full on tunnelleditojun2000-08-162-0/+4
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-164-145/+145
* open_drive:grog2000-08-161-16/+21
* Add another USR modem.peter2000-08-152-0/+2
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
* Fixed determination method for sector size of the 2nd IDE HDD.kato2000-08-151-1/+1
* repair endianness issue in IN_MULTICAST().itojun2000-08-153-5/+9
* Add three more control messages to complement their opposites:archie2000-08-152-10/+103
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-152-25/+51
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* awictl configuration interface is never used and now it is replaced byonoe2000-08-141-72/+0
* add dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface.onoe2000-08-141-0/+3
* Add support for WEP functionality.onoe2000-08-144-369/+1629
* Change the argument for SIOCG80211NWID/SIOCS80211NWID to include theonoe2000-08-141-3/+25
* Merged from sys/i386/i386/machdep.c revision 1.401.kato2000-08-142-0/+2
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.onoe2000-08-141-445/+0
* Newbusify ed driver.tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-134-2/+61
* From NetBSD:n_hibma2000-08-132-22/+52
* Add more CDC defines.n_hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
OpenPOWER on IntegriCloud