summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pkg_version(1) will now distinguish between the different cases wherebmah2000-09-152-7/+16
* Moved the fe driver from the compat section to the correct section.nyan2000-09-152-4/+4
* Add sftp-serverache2000-09-151-0/+1
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-152-0/+42
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
* Add manpages acpi userland tools.iwasaki2000-09-144-4/+516
* Add pmtimer instance.iwasaki2000-09-142-0/+4
* Add Timer device driver for power management events.iwasaki2000-09-146-160/+154
* Grab the scheduler lock before calling setrunqueue() and mi_switch().jhb2000-09-141-0/+2
* Fix some style nitsbrian2000-09-141-11/+13
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian2000-09-145-1/+282
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-1418-316/+311
* Pipes are not writeable while a direct write is in progress. However,jlemon2000-09-141-1/+1
* Take out the RANDOMDEV option. The entropy device is a (pseudo-)devicemarkm2000-09-141-1/+0
* Silence the perl build a lot; particularly in the case where amarkm2000-09-141-4/+4
* Some more slight doco fixes: update date, and add a bit more to the history.wollman2000-09-141-2/+10
* Add function comments for functions missing themeivind2000-09-142-2/+58
* Allow tftpd to run as a specified user, not just `nobody'.wollman2000-09-142-28/+55
* cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.....jkh2000-09-141-2/+6
* 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
OpenPOWER on IntegriCloud