summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-024-20/+8
* Remove an unused declaration. (I should have included this change inalc2004-10-021-1/+0
* Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile().alc2004-10-021-0/+1
* Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to besam2004-10-021-2/+0
* Document MD commands.ru2004-10-011-0/+25
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
* There's no need to turn on MALLOC_PROFILE by default.cognet2004-10-011-1/+0
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.cognet2004-10-011-4/+4
* Add more PnP serial cards support.nyan2004-10-012-22/+38
* Fix BIOS default geometry on pc98.nyan2004-10-011-0/+4
* Read the MAC address in the EEPROM in the correct byte order. Thismux2004-10-012-8/+8
* Clear a process's procfs trace points upon delivery of SIGKILL.alfred2004-10-011-0/+10
* Always set half'n'half mode on ICH* chips.sos2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.sos2004-10-011-14/+16
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.green2004-10-012-30/+42
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.green2004-10-012-4/+6
* Fix a LOR relating to freeing cdevs.phk2004-10-013-11/+19
* assign 187 to ata over ethernet for Sam's ata over ethernet driver.imp2004-10-011-0/+1
* cover soreadable and sowriteable with the corresponding socketbuffer locks.alfred2004-10-011-9/+9
* nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither shoulddas2004-10-011-3/+1
* Avoid calling _PHOLD(p1) with p2's lock held, since _PHOLD()das2004-10-011-3/+8
* Don't PHOLD() the target process in procfs, since this is already donedas2004-10-013-6/+3
* Fix the following race:das2004-10-011-3/+4
* The "autoboot" command also has a third (optional) parameter.ru2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.ru2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseru2004-09-301-2/+2
* Resurrect dump that broke with the last update.sos2004-09-301-5/+4
* Bring this file more up to date.ru2004-09-301-12/+29
* Retire now useless userconfig_script_*.ru2004-09-303-17/+2
* Fix a typo to fix the !DIAGNOSTIC build.jhb2004-09-301-1/+1
* Validate the action pointer to be within the rule size, so that trying togreen2004-09-301-0/+5
* The value of $interpret is "OK", in uppercase.ru2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatru2004-09-302-2/+6
* Setting dump device from loader(8) has not been supported since 2002.ru2004-09-302-8/+0
* This along with v1.6 of counter.c fixes some timecounter issues onkensmith2004-09-301-0/+19
* Set the tc_quality field of the struct before calling tc_init(), sincekensmith2004-09-301-0/+2
* The default value of "bootfile" has been "kernel" since 2000.ru2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forru2004-09-301-1/+8
* Added support for the -D boot option.ru2004-09-301-0/+3
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-305-9/+51
* Make it possible to rebuild degraded RAID5 plexes. Note that it isle2004-09-306-16/+261
* `?' is not the same as "help index".ru2004-09-301-4/+2
* Assign a global unit number for the tty slave devices (init/lock) usingphk2004-09-302-6/+24
* Forward declare struct kaioinfo to un-void a pointer in struct proc.alfred2004-09-301-1/+2
* Add a new API for allocating unit number (-like) resources.phk2004-09-303-0/+606
* Remove extra */peter2004-09-301-1/+1
* Add missing locking for secpolicy refcnt manipulations.sam2004-09-303-3/+16
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:rwatson2004-09-301-5/+0
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-292-2/+22
OpenPOWER on IntegriCloud