summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add pc98 specific code to adjust the firmware geometry when it differsimp2006-08-092-0/+50
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Allow geli to operate on read-only providers.pjd2006-08-093-24/+67
* Introduce a field to struct vm_page for storing flags that arealc2006-08-0910-31/+35
* Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check returnrwatson2006-08-091-16/+9
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendpjd2006-08-091-0/+10
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-092-21/+74
* Not only a request from us can be passed to g_{mirror,raid3}_worker()pjd2006-08-092-10/+23
* Add a new kernel environment variable "boot.netif.mtu" which is used tobrooks2006-08-091-0/+10
* Thomas Wintergerst reports that when this tsleep went away, certainimp2006-08-091-0/+10
* Fix a phase-ordering bug: check the mediasize and sectorsize aftermarcel2006-08-081-20/+21
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-0810-138/+219
* Add kqueue support to if_tun. Loosely based on if_tap changes.rwatson2006-08-081-1/+119
* check return value of ath_tx_dmasetupsam2006-08-081-0/+2
* Lock the vnode around the call to VOP_GETATTR. Move the locked codekib2006-08-081-5/+16
* Reduce the scope of the page queues lock in vfs_busy_pages() now thatalc2006-08-081-1/+1
* Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the pagealc2006-08-081-0/+6
* Remove the global dock variable. Each dock device should be able tonjl2006-08-081-38/+33
* If a beep was enabled, turn it off 3 seconds after resume.njl2006-08-081-0/+11
* Remove a bogus i = 0.kevlo2006-08-082-2/+2
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionnetchild2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemnetchild2006-08-073-19/+23
* When a user uses a hint to specify the IRQ for a link device, accept IRQsjhb2006-08-071-5/+13
* Recognize the 5750 C2.glebius2006-08-072-0/+2
* Move definition of UNIX domain socket protosw and domain entries fromrwatson2006-08-074-84/+35
* Spell "determine" correctly.keramida2006-08-071-1/+1
* - Use log(9) instead of printf(9).glebius2006-08-071-26/+44
* Eliminate the unnecessary acquisition and release of the page queues lockalc2006-08-061-4/+0
* Make mpo_associate_nfsd_label() return void, not int, to matchrwatson2006-08-063-4/+3
* Add identifier for the Epson CX3650 all-in-one scanner function.bms2006-08-062-0/+2
* Improve commenting of vaccess(), making sure to be clear that the ifdefrwatson2006-08-061-4/+10
* Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as theyrwatson2006-08-061-3/+0
* Eliminate the acquisition and release of the page queues lock around a callalc2006-08-062-4/+2
* Reduce the scope of the page queues lock in kern_sendfile() now thatalc2006-08-061-4/+4
* Eliminate the acquisition and release of the page queues lock around a callalc2006-08-061-4/+2
* Change vm_page_sleep_if_busy() so that it no longer requires the caller toalc2006-08-061-1/+2
* With socket code no longer in svr4_stream.c, MAC includes are no longerrwatson2006-08-051-2/+0
* Remove register, use ANSI function headers.rwatson2006-08-051-15/+9
* We now spell "inode" as "vnode" in the VFS layer, so update commentrwatson2006-08-051-3/+3
* Add OpenSolaris compatibility definitions which are only visible ifjb2006-08-051-0/+16
* Add support for the generated file systrace_args.c.jb2006-08-051-1/+2
* Remove a stale comment.alc2006-08-051-5/+0
* Since soisdisconnected() is no longer called in pru_detach(), call itrwatson2006-08-051-0/+2
* Unbreak nForce3 SATA support.sos2006-08-052-21/+20
* raw 802.11 packet transmit supportsam2006-08-052-101/+357
* raw 802.11 packet transmit supportsam2006-08-053-31/+148
* Remove reference to PTI cards. They haven't been functioningmjacob2006-08-051-15/+0
OpenPOWER on IntegriCloud