summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add back in obtaining/releasing Giant around interrupt handlers.jhb2000-09-131-0/+10
* New release note: aac driver.bmah2000-09-132-0/+26
* Be more careful about cleaning up the stack after function calls earlybde2000-09-133-33/+48
* Fix small typo in sample code.julian2000-09-131-1/+1
* Pass a useful pathname to rlink(). Many thanks to the PR originatorsheldonh2000-09-131-1/+2
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-135-24/+18
* Merged from sys/isa/sio.c revision 1.312.kato2000-09-132-0/+18
* Merged from sys/i386/conf/GENERIC revision 1.275.kato2000-09-131-1/+1
* Merged from sys/i386/conf/GENERIC revision 1.274.kato2000-09-131-1/+1
* Add kbdmap.5 to build.dwmalone2000-09-135-3/+8
* Man page for the file format accepted by "kbdcontrol -l".dwmalone2000-09-131-0/+311
* Unlock current directory when calling VFS_ROOT() because underlyingbp2000-09-131-3/+10
* Improve the clarification of the handling of the securelevel.sheldonh2000-09-131-6/+2
* Teach sysinstall about 'aac'.msmith2000-09-133-0/+3
* Teach libdisk about 'aac'msmith2000-09-132-2/+4
* Teach MAKEDEV about 'aac'.msmith2000-09-131-4/+12
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)gshapiro2000-09-132-2/+2
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-1317-1/+4787
* Take out some unneeded debugging code and re-enable panic()'ing if we spinjhb2000-09-131-14/+6
* Merge changes from the i386 port to allow userret() to be called bothdfr2000-09-121-11/+37
* * Redo the cmpset inlines to use one less register. This incidentallydfr2000-09-121-22/+156
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-122-16/+12
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* Don't drop out when we've processed argc - 1 names.... argumentsbrian2000-09-121-7/+3
* Fix sign extension.mjacob2000-09-121-1/+1
* New world order wrt to kernel location and name. This doesn't actuallydcs2000-09-121-2/+2
* Forgotten in last commit -markm2000-09-120-0/+0
* The entropy device is no longer an option in the kernel,markm2000-09-121-0/+12
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-128-140/+110
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-123-6/+12
* Fixed some serious bugs in ext2_readdir():bde2000-09-122-22/+44
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.bp2000-09-121-0/+3
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-122-2/+8
* o What a good idea, ``-o'' should be a ``-f'' like in every otherrwatson2000-09-122-6/+6
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-128-13/+13
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-125-7/+5
* Clarify the handling of the securelevel.sheldonh2000-09-121-8/+13
* Change from using poll(2) to kqueue/kevent when waiting for a DNSps2000-09-121-32/+30
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-123-4/+7
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-1213-166/+201
* Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPENDroger2000-09-121-1/+0
* o Variety of extended attribute fixesrwatson2000-09-121-26/+39
* o Add a ``-o'' argument to initattr, which causes extattrctl to overwriterwatson2000-09-122-4/+20
* Fix 1.117 as requested by DES, but in a different way. Generallyimp2000-09-121-6/+4
* Fix screwup in previous commit.billf2000-09-121-1/+3
* Fix some printf format string warnings due to sizeof(int) != sizeof(long) onjhb2000-09-112-12/+12
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Add tx to the list of miibus using network drivers. We already build tx inbillf2000-09-112-0/+2
* Move tx to the list of drivers that now require miibus.billf2000-09-112-2/+2
OpenPOWER on IntegriCloud