summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix panics with misconfigured routing:glebius2005-04-181-6/+8
* Catch up with ATA mkIII definitions for registers that have differentgrehan2005-04-182-2/+4
* Fix newer Xircom CBE2-100 cards that were reportingimp2005-04-182-26/+28
* Fix compilation when DEBUG is defined.marius2005-04-181-1/+1
* Add a sysctl that returns the full path of a process' text file.das2005-04-182-0/+46
* Pass the hostname we got from DHCP to the kernel so that machines canwollman2005-04-171-0/+1
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedwpaul2005-04-171-1/+17
* Merge some style and minor changes from NetBSD:marius2005-04-173-60/+56
* Style and minor changes:marius2005-04-171-57/+54
* Style and minor changes:marius2005-04-173-121/+102
* Fix a bug where we call pcm_getbuffersize twice.matk2005-04-171-1/+0
* NFS write gathering defers execution of NFS server write requests to waitrwatson2005-04-172-5/+23
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA frommatk2005-04-171-41/+35
* Use __CONCAT() in the TUNABLE_ macros, this way we don't have to use 3stefanf2005-04-171-41/+25
* Add one more Promise SATAII/150 chip id.sos2005-04-172-0/+2
* Re-commit the following changes which were committed to these filesmarius2005-04-172-13/+13
* - Split the bus probe function into a bus probe and a bus attach functionmarius2005-04-171-57/+70
* Some clean-up announced in rev. 1.31:marius2005-04-171-80/+67
* MFi386: revision 1.1194 (Update the drm driver).nyan2005-04-171-18/+9
* Fix the apm module on pc98.nyan2005-04-171-2/+13
* Remove unneeded include.nyan2005-04-171-2/+0
* On record only devices, don't fail if we don't have a play channel.julian2005-04-171-3/+11
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* Add a kpte command to DDB. It dumps the PTE of a KVA. This helpsmarcel2005-04-161-0/+20
* Concatenate the line number rather than the string `__FILE__' in thestefanf2005-04-161-1/+1
* Spell ATA_NFORCE4_S2 correctly.sos2005-04-161-1/+1
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-169-10/+203
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingrwatson2005-04-163-27/+21
* Extend a local buffer to prevent an overflow of the XSDT address.njl2005-04-161-1/+1
* Increase default HZ for sparc64 to 1000.marius2005-04-161-1/+1
* - MFi386: sys/i386/i386/intr_machdep.c rev. 1.11marius2005-04-164-20/+28
* Some changes to intr_execute_handlers():marius2005-04-161-6/+6
* - In sparc64_init() remove the call to tick_stop(). There's no need tomarius2005-04-161-7/+4
* - Add a workaround for a bug in BlackBird CPUs (said to be part of themarius2005-04-165-65/+116
* Fix a style(9) bug in the stxa_sync() macro (DO NOT use function callsmarius2005-04-161-1/+2
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-168-53/+506
* Unbreak the build on 64-bit architectures.des2005-04-161-1/+2
* Add ALQ and KTR_ALQ to NOTES so that they are built into LINT.rwatson2005-04-161-0/+9
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-164-8/+13
* - Plug memory leak.pjd2005-04-161-3/+10
* Return better "error" values for UWX_BOTTOM and UWX_ABI_FRAME inmarcel2005-04-162-6/+21
* When setting up the new stack for a function in x86_64_wrap(), makewpaul2005-04-161-5/+7
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-1682-16829/+25924
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
* Add a vm.blacklist tunable which can hold a space or comma seperated listjhb2005-04-151-0/+29
* Remove NO_MIXED_MODE optionpeter2005-04-151-1/+0
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* MFi386: remove NO_MIXED_MODEpeter2005-04-152-10/+0
* MFi386: use the lapic timer for UP systems that are using the apic so thatpeter2005-04-154-95/+19
* MFi386: use c99 typespeter2005-04-151-2/+2
OpenPOWER on IntegriCloud