summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If a spin lock is held for too long and WITNESS is enabled, then calljhb2003-07-312-6/+18
* Add a new function to look for a spinlock's instance when it is held byjhb2003-07-312-0/+22
* Remove a suser() check in the mac_biba policy: the MAC Framework itselfrwatson2003-07-311-19/+0
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-313-80/+21
* Add a one-shot callout facility to db_printf() that executes the registeredjhb2003-07-313-0/+75
* Record the missing module dependency ("amd" on "cam").ru2003-07-311-0/+1
* Implement a traffic shaping option for the PCA200 for CBR channels.harti2003-07-315-1/+247
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldharti2003-07-315-4/+68
* Make this compile on alpha.gallatin2003-07-311-1/+1
* o Fix a typo in previous commit.maxim2003-07-311-1/+1
* Have a go at unbreaking the tinderbox by fixing a debug printf.julian2003-07-311-4/+4
* Allocate the S/G list in the tag, not on the stack. The enforces the rulescottl2003-07-311-27/+32
* In set_mcontext(), store the (user) stack pointer and the threadmarcel2003-07-311-0/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-317-12/+13
* Enhance i386_set_ldt to allow application to dynamic allocatedavidxu2003-07-311-56/+167
* Bump __FreeBSD_version to indicate GCC 3.3.1-pre import.kan2003-07-311-1/+1
* When ktracing context switches, make sure we record involuntary switches.peter2003-07-311-0/+14
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-3120-2/+34
* Cosmetic: fix some disorder of #include "opt_...." filespeter2003-07-311-1/+2
* Remove leftover relic of pmap_new_thread() etc.peter2003-07-311-4/+0
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-314-4/+4
* Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remainpeter2003-07-311-0/+2
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofmarcel2003-07-311-1/+2
* Use correct signal when calling sigexit.davidxu2003-07-301-1/+3
* Remove test in pipe_write() which causes write(2) to return EAGAINpb2003-07-301-1/+1
* Enforce -fno-strict-aliasing to override the converse that is implied byscottl2003-07-301-1/+1
* Whitespace nit.jhb2003-07-301-0/+1
* When complaining about a sleeping thread owning a mutex, display thejhb2003-07-302-2/+6
* Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements,bde2003-07-301-19/+19
* Make this at least compile on 64 bit platforms. Its been breakinggallatin2003-07-301-1/+2
* Plug a race and a leak in UMA.bmilekic2003-07-301-13/+29
* The introduction of vm object locking has caused witness to revealalc2003-07-301-1/+1
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Return 1 from pmap_protect_tte() instead of 0. When used withtmm2003-07-301-1/+1
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-2/+5
* When generating the zone stats make sure to handle the master zonebmilekic2003-07-301-0/+7
* Rearrange the vcc structure so that the generic getvcc functionharti2003-07-302-265/+251
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
* Remove the disabling of buckets workaround.phk2003-07-301-1/+0
* In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* - Get rid of the ill-conceived uz_cachefree member of uma_zone.jeff2003-07-302-16/+24
* - Check to see if we need a slab prior to allocating one. Failure to dojeff2003-07-301-2/+2
* Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
* Temporary workaround: Always disable buckets, there is a bug therephk2003-07-291-0/+1
* Restored clearing of the bss, except for putting it in a correct placebde2003-07-291-9/+18
* Fix a memory leak in CCD's mirror code.phk2003-07-291-0/+2
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.njl2003-07-293-3/+4
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-292-49/+126
OpenPOWER on IntegriCloud