summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add mutex for routing entries.hsu2003-07-191-1/+8
* Fix a busdma bogon:wpaul2003-07-181-3/+3
* Fix a printf format warning I introduced.phk2003-07-181-21/+19
* Remove a lock held across casuptr() that snuck in last commit.mtm2003-07-181-2/+5
* Move the decision on whether to unset the contestedmtm2003-07-181-48/+40
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-182-13/+13
* Reference PR for IntelligentStick quirk entry.thomas2003-07-181-1/+1
* Add a comment above rip_ctloutput() documenting that the privilegerwatson2003-07-181-0/+10
* When INVARIANTS is defined make sure that uma_zalloc_arg (and henceharti2003-07-181-0/+20
* Clean up include files.simokawa2003-07-186-23/+6
* Remove extern declaration of ps_showallprocs. The definition is already gone.tjr2003-07-181-1/+0
* If a proposed swap device exceeds the 8G artificial limit which outphk2003-07-181-6/+6
* Move the implementation of the vmspace_swap_count() (used only inphk2003-07-183-64/+65
* Add a new function swap_pager_status() which reports the total size of thephk2003-07-184-18/+27
* Merge swap_pager.c and vm_swap.c into swap_pager.c, the separationphk2003-07-184-582/+504
* Correct the device identifiers for the ProATM cards.harti2003-07-181-2/+2
* Add some debug messages.simokawa2003-07-181-4/+6
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesrobert2003-07-181-0/+12
* To avoid a kernel panic provoked by a NULL pointer dereference,robert2003-07-172-1/+8
* Avoid exposing declarations for kernel variables to userland.jake2003-07-171-0/+4
* Fix sigwait to conform to POSIX.davidxu2003-07-171-67/+109
* o Refine kse_thr_interrupt to allow it to handle different commands.davidxu2003-07-1710-134/+138
* Correct six return statements which returned zero instead ofrobert2003-07-171-9/+10
* Make sure that SWP_NPAGES always has the same value in all sourcephk2003-07-172-7/+5
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-177-912/+830
* Fix a bogon in the previous commit. When suppressing multiple isabjhb2003-07-171-1/+1
* Correct comments to indicate that the EM_RADV and EM_TADV parametersjdp2003-07-171-2/+2
* Now that the dust has settled, make dflt_lock() always panic.scottl2003-07-171-4/+0
* Add quirk entry for IntelligentStick disc-on-key USB devices.thomas2003-07-171-0/+8
* The card resets the S/Uni chip when it is resetted. Thereforharti2003-07-171-0/+5
* Drop Giant around syncache timer processing.hsu2003-07-171-1/+1
* Fix umtx locking, for libthr, in the kernel.mtm2003-07-172-24/+48
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-178-262/+230
* Have the linker script look more like the default linker scriptmarcel2003-07-172-92/+78
* Change the style of the english used to print accounting enabledbmilekic2003-07-161-2/+2
* seems like i386 && DIAGNOSTIC needs sys/proc.hjmg2003-07-161-0/+1
* Nuke the declaration of a function which was not implemented.truckman2003-07-161-1/+0
* Log process accounting activation/deactivation.bmilekic2003-07-161-0/+2
* add missing machine/bus.h that is necessary to build now that usb is bus_dmajmg2003-07-161-0/+1
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-166-0/+6
* change CLASS depending upon __ELF_WORD_SIZE. This is necessary ifjmg2003-07-161-1/+5
* Rearrange the SYSINIT order to call lockmgr_init() earlier so thattruckman2003-07-163-29/+6
* Add support for the BCM5705 and its ilk. Changes:wpaul2003-07-164-111/+325
* add support for interrupt counting on sparc64. This copies part of thejmg2003-07-166-4/+125
* make allocation of the necessary data structures most efficent by usingjmg2003-07-152-5/+5
* fix support for umass and related devices on ohci. This is a partialjmg2003-07-153-79/+151
* Allow set 31 to be used for rules other than 65535.luigi2003-07-152-23/+28
* make usb bus_dma aware.jmg2003-07-1510-102/+362
* sync w/ NetBSDjmg2003-07-152-4/+4
* minor white space fix upjmg2003-07-151-2/+4
OpenPOWER on IntegriCloud