summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingjhb2000-10-023-140/+3
* Fix a cosmetic sign problem on machines with 4G of ram.peter2000-10-022-2/+2
* Go back to occupying just a single sector, reverting r1.17 - r1.20.rnordier2000-10-022-166/+82
* Set MAINTAINER.rnordier2000-10-028-0/+16
* If TCPDEBUG is defined, we could dereference a tp which was freed.jlemon2000-10-021-1/+1
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-0216-0/+3645
* A bit of indentation reformatting.ru2000-10-021-33/+21
* Move KASSERTs which checks value of v_usecount after vnode locking, sobp2000-10-022-4/+8
* Protect hash data with lock manager instead of home grown one.bp2000-10-028-142/+210
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-0212-190/+198
OpenPOWER on IntegriCloud