summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary forward declaration.alc2003-06-151-2/+1
* Re-implement kernel access control for quotactl() as found in therwatson2003-06-153-23/+58
* Disable unneeded devices and options.nyan2003-06-151-5/+22
* Remove CPU_ATHLON_SSE_HACK option.nyan2003-06-151-1/+0
* Include "../Makefile.inc"nyan2003-06-151-0/+3
* Most power management devices don't exist on pc98.nyan2003-06-151-0/+4
* The en module has been broken for the last 40 hours. Disconnect itimp2003-06-151-1/+0
* - Increase the ksegrp's cpu time history buffer to 250ms.jeff2003-06-151-2/+2
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
* 1. Migrate TDF_UPCALLING from td_flags to td_pflags.davidxu2003-06-153-33/+14
* - Cap the growth of sleep and run time in sched_exit_kse().jeff2003-06-151-0/+4
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* - Fix the maximum slice value. I accidentally checked in a value of '2'jeff2003-06-151-38/+54
* check_drive: If the partition isn't a Vinum drive, release it againgrog2003-06-151-35/+35
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used bydavidxu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-1527-51/+51
* White space fix.simokawa2003-06-151-3/+3
* Use #ifdef __alpha__, not __alpha.alc2003-06-151-2/+2
* If someone tries to mount a union filesystem with another unionfs asdas2003-06-141-4/+14
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantdas2003-06-141-10/+13
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-143-24/+25
* Migrate the thread stack management functions from the machine-dependentalc2003-06-1420-1258/+190
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-1417-305/+19
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-142-0/+27
* Fix the KMOD for the lpbb device.jmg2003-06-141-1/+1
* amdpm was omitted from the build of i2c controllers. Fixed.nsouch2003-06-141-1/+1
* Add i2c to the list of modules to build.nsouch2003-06-141-0/+1
* Some glue to allow lint(1) to work on the kernel. This is notmarkm2003-06-142-2/+29
* Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.tjr2003-06-141-1/+2
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not settjr2003-06-141-0/+2
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-1413-222/+35
* Use GCC's internal built-in alloca implementation, when available.obrien2003-06-141-0/+5
* Remove kernel event tracing. The overhead is significant when runningmarcel2003-06-141-6/+0
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-132-8/+8
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentru2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingru2003-06-131-5/+5
* Added myself to the AUTHORS section.ru2003-06-131-0/+2
* Add a comment about the MPSAFEness of this pccard_intr handler. Givenimp2003-06-131-0/+4
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosmux2003-06-132-92/+0
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-135-5/+5
* Finish the repocopy of bitstring.h to sys so it can be usedphk2003-06-131-3/+3
* Style(9).mux2003-06-131-14/+17
* Add vm object locking to pmap_object_init_pt().alc2003-06-131-10/+12
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsjmg2003-06-131-5/+2
* Implement the ioctl that returns a list of currently open VCCs.harti2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-136-6/+93
OpenPOWER on IntegriCloud