summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o add missing breaksam2004-01-271-1/+10
* change SYSINIT starting point to be consistent with other modulessam2004-01-272-2/+2
* add spdcachelookup and spdcachemiss to our version of struct ipsecstat sosam2004-01-271-0/+3
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. Todes2004-01-274-8/+14
* While USB keyboards attach as ukbd[0-9]+, the device node created bydes2004-01-271-1/+2
* The ataraid device is not needed for pc98.nyan2004-01-271-0/+1
* - Fix for sparc64 to use new __panic() functionkensmith2004-01-271-2/+4
* Turn uio_resid/uio_offset comments into KASSERTsache2004-01-271-16/+8
* Don't confuse NULL and 0, use 0 where an integer is expected.harti2004-01-271-2/+2
* Style: add __FBSDID, relocate some { that were on the wrong line,harti2004-01-271-36/+24
* This should have been checked in as part of the last update to if_ndis.c:wpaul2004-01-271-0/+1
* Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe().wpaul2004-01-271-0/+21
* Add a kludge to avoid having ndis_init() called needlessly by dhclientwpaul2004-01-271-10/+22
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callnjl2004-01-271-3/+2
* Stick two XXX's in the syscall() code: we call STOPEVENT() twice forrwatson2004-01-271-0/+8
* Clean up macro usage in if_attach():brooks2004-01-271-2/+2
* Use the M_BZERO flag with malloc() in a couple of places.wpaul2004-01-271-8/+6
* Reorganize the timer code a little and implement NdisInitializeTimer()wpaul2004-01-263-17/+96
* - Call acpi_Startup() before parsing interrupt-related APIC resources so wejhb2004-01-261-7/+43
* Move the code to initialize ACPI-CA into a separate acpi_Startup() functionjhb2004-01-262-24/+42
* Get rid of the last two uses of NG_NODELEN + 1 in the base system byharti2004-01-262-2/+2
* Add missing 'device ataraid' to support ATA software RAID.ale2004-01-261-0/+1
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-263-4/+9
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-262-6/+6
* Define the new command NGM_SOURCE_START_NOW to allow generation ofharti2004-01-261-0/+1
* Make ng_source to work with non-ethernet interfaces. We do this byharti2004-01-261-2/+37
* Declare a function to silence a warning.harti2004-01-261-0/+2
* Should use the non-locking versions of the ifqueue macros toharti2004-01-261-7/+7
* Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() withharti2004-01-261-2/+1
* The version in the type description must be the ABI version, notharti2004-01-261-3/+3
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-2612-65/+64
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-263-3/+23
* Fixed some style bugs.nyan2004-01-261-14/+10
* Get rid of the deprecated *LEN constants and use the new *SIZharti2004-01-261-2/+2
* (whilespace-only)sobomax2004-01-263-14/+14
* Add a device type for virtual interfaces.harti2004-01-261-1/+3
* Add an ATM sub-type for virtual interfaces.harti2004-01-261-0/+3
* Avoid possible panic on shutdown: if there are still some deviceswpaul2004-01-261-1/+20
* Fix a panic in dsp_clone when trying to access a soundmatk2004-01-251-0/+3
* When aborting fork() due to a failure, if using MAC, make sure to cleanrwatson2004-01-251-0/+3
* avoid duplicate free.ume2004-01-251-3/+3
* Fixed some style bugs (insertion sort errors, tab lossage, and ornationbde2004-01-251-17/+13
* Register the uart(4)'s spin lock with witness(4).ru2004-01-251-0/+1
* Remove trailing whitespace.des2004-01-251-24/+24
* Replace description of the mutex profiling code with a reference todes2004-01-251-20/+2
* Move LongRun support out of identcpu.c, where it hardly belongs, into itssobomax2004-01-253-263/+311
* Move LongRun support out of identcpu.c, where it hardly belongs, into itssobomax2004-01-251-0/+1
* - sched_strict has been dead for a long time now. Get rid of it.jeff2004-01-251-3/+0
* - Clean up KASSERTS.jeff2004-01-251-4/+4
* - Correct function names listed in KASSERTs. These were copied from otherjeff2004-01-251-10/+11
OpenPOWER on IntegriCloud