summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Now that both schedulers support temporary cpu pinning use this ratherjeff2004-01-251-77/+17
* - Implement cpu pinning and binding. This is acomplished by keeping a per-jeff2004-01-251-12/+128
* - Use a unique string for the sched_setup SYSINIT and rename sched_setup tojeff2004-01-251-3/+3
* - Compile 4BSD in LINT since ULE will be tested by GENERIC kernel builds.jeff2004-01-251-2/+2
* MFi386 revision 1.230alc2004-01-251-1/+0
* - Don't define DETECT_DEADLOCK. I don't know that this code has detectedjeff2004-01-251-1/+0
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orjeff2004-01-2516-48/+37
* Add some basic support for measuring sleep mutex contention to therwatson2004-01-252-5/+42
* Correct KASSERT() in ndis_destroy(): ndis_mtx is a pointer now.wpaul2004-01-251-1/+4
* Deal with MOD_FREQUENCY before MOD_OFFSET because the latter is thephk2004-01-241-6/+6
* - Remove local changes that leaked into my last commit.jeff2004-01-241-5/+1
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-247-8/+12
* - ULE is not exactly experimental anymore. Change some comments and enablejeff2004-01-241-5/+5
* 1. Statically initialize swap_pager_full and swap_pager_almost_full to thealc2004-01-241-2/+6
* Regen after rev. 1.161 of usbdevs.sobomax2004-01-242-2/+11
* Add support for Crystalfontz CFA-631 USB LCD (uftdi(4) driver).sobomax2004-01-242-1/+6
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-242-26/+36
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-241-1/+1
* - Move smp_topology to subr_smp.c so that it is defined on all architectures.jeff2004-01-242-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-247-0/+7
* Copy workaround from FFS: open device for write access even iftjr2004-01-242-0/+38
* Sync to 1.160 of usbdevssanpei2004-01-242-2/+25
* Add Supportsanpei2004-01-242-0/+13
* Add missing newlines to some device_printf()s.wpaul2004-01-241-3/+6
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
OpenPOWER on IntegriCloud