summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -Wmissing-prototypes.ru2000-09-154-10/+16
* Also coerce diff(1) into working the other way (from no-\n to \n).green2000-09-151-0/+3
* Reserve major number 156 for uscannern_hibma2000-09-151-0/+1
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-152-2/+2
* Use MTREE_FOLLOWS_SYMLINKS optionache2000-09-151-1/+1
* Add/use MTREE_FOLLOWS_SYMLINKS make.conf optionache2000-09-153-5/+11
* Factorize, reorganize, and move code around.dcs2000-09-152-116/+152
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptache2000-09-152-11/+12
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
* Gosh. I managed to commit the wrong version of this file. Darn;markm2000-09-151-4/+4
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-152-2/+10
* Merged from sys/i386/isa/sio.c revision 1.314.kato2000-09-152-0/+2
* Merged from sys/i386/isa/clock.c revision 1.157.kato2000-09-153-21/+21
* Merged from sys/i386/i386/machdep.c revision 1.408.kato2000-09-152-12/+12
* 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
OpenPOWER on IntegriCloud