summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ioctl.c creation to deal with the depend case more properly.jkh2000-09-141-2/+6
* Blow away COMPAT_43 support for mounteivind2000-09-142-42/+0
* Understand IPPROTO_ESP and IPPROTO_AH packetsbrian2000-09-142-0/+36
* Make the [u]random device's permissions match those in the matchingmarkm2000-09-141-1/+1
* Another overhaul of the periodic stuff.brian2000-09-1439-250/+824
* GC vax-only codeeivind2000-09-141-47/+0
* "fe" driver was newbus'ify and bus_space'ify by nyan.sanpei2000-09-141-70/+60
* Install the kernel KLM as "kernel" by default.obrien2000-09-144-4/+4
* Follow the hints from PHK's new messages- only make_dev for a devicemjacob2000-09-141-12/+12
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-1413-37/+10
* Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexibledfr2000-09-141-12/+12
* Don't release Giant for db_nofault exceptions since it isn't held whendfr2000-09-141-1/+0
* There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}ru2000-09-141-3/+0
* - Newbus'ify and bus_space'ify.nyan2000-09-1411-6833/+3045
* - Changed the structure name (struct disk -> struct softc).nyan2000-09-141-420/+61
* Add Quicknet LineJACK and PhoneJACK cardsroger2000-09-141-0/+1
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.jkh2000-09-142-2/+2
* Another Sept 5 change forces a new mountd since the old mountd panicsimp2000-09-141-0/+9
* Fixed breakage of installation of kbdcontrol.1 in previous commit.bde2000-09-141-2/+4
* Activate the rest of the aac driver, otherwise even GENERIC fails to build.peter2000-09-131-0/+3
* Fix compilation problems and bounds-checking bug in `ifinfo'.wollman2000-09-131-2/+7
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-1332-285/+208
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-132-10/+14
* - Fix spinlock exits to properly handle the recursion count and onlyjhb2000-09-131-43/+59
* Import the global sched_lock variable instead of using a private copy. Thisjhb2000-09-131-0/+1
* Fix a comment, we have mutexes now instead of a single lock.jhb2000-09-131-1/+1
* 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
OpenPOWER on IntegriCloud