aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o add noise floor to statsSam Leffler2006-08-102-0/+6
* Improve the way we'll detect video devices as per ACPI 3.0.Bruno Ducrot2006-08-101-21/+51
* Some perfectionizm against last revision.Gleb Smirnoff2006-08-101-2/+2
* getnewvnode() can be called with NULL mp.Pawel Jakub Dawidek2006-08-101-1/+1
* Don't need to special case arm here anymoreWarner Losh2006-08-102-4/+0
* Add a dummy makefile to keep build happyWarner Losh2006-08-101-0/+5
* More statistics fixups:Sam Leffler2006-08-102-18/+76
* minor fixups:Sam Leffler2006-08-102-8/+22
* add per-sta ucast/mcast statsSam Leffler2006-08-101-0/+4
* Change vm_page_cowfault() so that it doesn't allocate a pre-busied page.Alan Cox2006-08-101-2/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aWarner Losh2006-08-093-18/+2
* Minor style(9) nit.Warner Losh2006-08-091-2/+2
* Hook into the watchdog device, if present. Also, turn off theWarner Losh2006-08-091-4/+41
* Strengthen the check for a PMBR:Marcel Moolenaar2006-08-091-18/+35
* 10/100 PHY shouldn't support gigabit media types.Prafulla Deuskar2006-08-091-3/+6
* Add pc98 specific code to adjust the firmware geometry when it differsWarner Losh2006-08-092-0/+50
* Most platforms map the actual drive geometry to the firmware's notionWarner Losh2006-08-091-0/+9
* Allow geli to operate on read-only providers.Pawel Jakub Dawidek2006-08-093-24/+67
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-0910-31/+35
* Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check returnRobert Watson2006-08-091-16/+9
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendPawel Jakub Dawidek2006-08-091-0/+10
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).Gleb Smirnoff2006-08-092-21/+74
* Not only a request from us can be passed to g_{mirror,raid3}_worker()Pawel Jakub Dawidek2006-08-092-10/+23
* Add a new kernel environment variable "boot.netif.mtu" which is used toBrooks Davis2006-08-091-0/+10
* Thomas Wintergerst reports that when this tsleep went away, certainWarner Losh2006-08-091-0/+10
* Fix a phase-ordering bug: check the mediasize and sectorsize afterMarcel Moolenaar2006-08-081-20/+21
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapsOlivier Houchard2006-08-0810-138/+219
* Add kqueue support to if_tun. Loosely based on if_tap changes.Robert Watson2006-08-081-1/+119
* check return value of ath_tx_dmasetupSam Leffler2006-08-081-0/+2
* Lock the vnode around the call to VOP_GETATTR. Move the locked codeKonstantin Belousov2006-08-081-5/+16
* Reduce the scope of the page queues lock in vfs_busy_pages() now thatAlan Cox2006-08-081-1/+1
* Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the pageAlan Cox2006-08-081-0/+6
* Remove the global dock variable. Each dock device should be able toNate Lawson2006-08-081-38/+33
* If a beep was enabled, turn it off 3 seconds after resume.Nate Lawson2006-08-081-0/+11
* Remove a bogus i = 0.Kevin Lo2006-08-082-2/+2
* Use a low probe-priority to ensure that the emu10kx driver has a higherAlexander Leidinger2006-08-071-1/+1
* "Fix typos in volume control DSP code."Alexander Leidinger2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionAlexander Leidinger2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutAlexander Leidinger2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemAlexander Leidinger2006-08-073-19/+23
* When a user uses a hint to specify the IRQ for a link device, accept IRQsJohn Baldwin2006-08-071-5/+13
* Recognize the 5750 C2.Gleb Smirnoff2006-08-072-0/+2
* Move definition of UNIX domain socket protosw and domain entries fromRobert Watson2006-08-074-84/+35
* Spell "determine" correctly.Giorgos Keramidas2006-08-071-1/+1
* - Use log(9) instead of printf(9).Gleb Smirnoff2006-08-071-26/+44
* Eliminate the unnecessary acquisition and release of the page queues lockAlan Cox2006-08-061-4/+0
* Make mpo_associate_nfsd_label() return void, not int, to matchRobert Watson2006-08-063-4/+3
* Add identifier for the Epson CX3650 all-in-one scanner function.Bruce M Simpson2006-08-062-0/+2
* Improve commenting of vaccess(), making sure to be clear that the ifdefRobert Watson2006-08-061-4/+10
* Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as theyRobert Watson2006-08-061-3/+0