summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* During a verbose boot, call the null device 'null' rather than 'null0' tojhb2000-10-061-1/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-068-14/+1095
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-052-2/+2
* Regen.n_hibma2000-10-052-2/+25
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0565-1043/+861
* Additional Idsn_hibma2000-10-051-0/+5
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-054-26/+4
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-053-4/+110
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-053-9/+3
* - Remove somewhat bogus handling of the Giant mutex in the vm86 code.jhb2000-10-052-6/+13
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-052-0/+2
* Style fixes based on comments by bdeeivind2000-10-052-40/+62
* - Add another PCI Id for a Lucent Win Modem.jhb2000-10-051-1/+2
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-056-132/+712
* Grab the ccb *after* writing filemarks.mjacob2000-10-051-1/+1
* Don't do destroy_dev on devices which were just aliases.mjacob2000-10-051-6/+0
* Forward-declare struct mbuf so that this file is less self-insufficientbde2000-10-052-0/+2
* Cleanup the chipset specific interrupt code a bit.sos2000-10-051-6/+2
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
* Convert the driver to use a single DMA for fetching new commands insteadgibbs2000-10-0510-213/+474
* Correct the dependency for aicasm.gibbs2000-10-051-1/+1
* make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsditojun2000-10-041-0/+5
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-0443-427/+2303
* Add a workaround for statically linked kernels.dfr2000-10-041-0/+6
* Fix the MASTERDEV breakage the caused the PIIX controllers to getsos2000-10-041-1/+2
* Only install secondary components if the destination directory exists.obrien2000-10-044-0/+16
* o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to cleanrwatson2000-10-041-0/+15
* o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()rwatson2000-10-042-2/+25
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-0473-300/+553
* Reduce userland namespace polution.jasone2000-10-044-4/+16
* Fix spelling error ("exits" should be "exists").jasone2000-10-042-2/+2
* Remove another unused field from struct __aiocb_private.alc2000-10-031-1/+0
* Blah rev 1.208 got bits of the proposed "I want the file /kernel to beobrien2000-10-032-14/+12
* Do not prepend `DESTDIR' to `KMODDIR' as sys/conf/kmod.mk already doesobrien2000-10-035-17/+19
* Add the pcn device to NEWCARD and NOTES.wpaul2000-10-033-0/+11
* Add support for the AMD Am79c976 PCnet/PRO controller chip. For nowwpaul2000-10-032-14/+10
* add ATA_ENABLE_TAGS optionsos2000-10-031-0/+1
* Add ATA_ENABLE_TAGS options descriptionsos2000-10-032-0/+4
* make pr_type type meet with struct protosw. sync with kameitojun2000-10-031-2/+2
* Merged from sys/i386/i386/machdep.c revision 1.414.kato2000-10-032-2/+2
* Add support for ServerWorks ROSB4 ATA33 chipset.sos2000-10-033-50/+159
* Added the missing ntohs() conversion when matching IP packet withru2000-10-031-1/+1
* Don't use bus_get_resource() and bus_get_resource_start() functions ifnyan2000-10-031-12/+3
* Fix up some more comments that were reversed.msmith2000-10-031-2/+2
* Move the ata/atapi files to the common area. They were the same on allpeter2000-10-035-36/+9
* Fix reversed comments re: OISR/OIMRmsmith2000-10-031-2/+2
* Clear pcb_schednest in cpu_fork() for the child process. This isdfr2000-10-033-0/+21
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-038-18/+36
* Prevent dereference of NULL pointer when null_lock() and null_unlock()bp2000-10-032-2/+14
* Fix a problem with MCHTYPE macro's use of atomic().bmilekic2000-10-031-2/+2
OpenPOWER on IntegriCloud