summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
* Remove some commented out cruft.jhb2000-09-151-7/+0
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-155-1/+8
* Add release note for netgraph enhancements/improvements.bmah2000-09-152-0/+8
* Idle processes are always runnable, so let them state at SRUN.jhb2000-09-152-3/+1
* Release Giant before starting up init.jhb2000-09-151-1/+3
* Fix typo (rc.conf -> pccard.conf).iwasaki2000-09-151-1/+1
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* examined the gateway (from the routing table) only when the addressume2000-09-151-0/+10
* 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
OpenPOWER on IntegriCloud