aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add DEXITCODE plumbing to NFS.Zack Kirsch2011-07-1612-546/+893
* Add a small comment about unloading the kgsappi module.Zack Kirsch2011-07-161-1/+5
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...Zack Kirsch2011-07-165-7/+7
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...Zack Kirsch2011-07-168-37/+37
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...Zack Kirsch2011-07-168-26/+26
* Remove unnecessary thread pointer from VOPLOCK macros and current users.Zack Kirsch2011-07-164-14/+17
* Change loadattr and fillattr to ask the file system for the pathconf variable.Zack Kirsch2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.Zack Kirsch2011-07-163-45/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...Zack Kirsch2011-07-162-3/+3
* The i8259 controller is initialized incorrectly on MALTA. It writesAdrian Chadd2011-07-161-6/+6
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-158-18/+666
* Sort snd_* entries alphabetically.Joel Dahl2011-07-151-3/+3
* Auto-generated system call code with cap_new(), cap_getrights().Jonathan Anderson2011-07-1511-12/+114
* Add cap_new() and cap_getrights() system calls.Jonathan Anderson2011-07-154-4/+85
* Delete duplicate tags entry I introduced in -r223901.Kirk McKusick2011-07-151-2/+1
* Add an FFS specific mount option to allow a filesystem checkerKirk McKusick2011-07-155-24/+306
* Add implementation for capabilities.Jonathan Anderson2011-07-153-10/+240
* Do not call platform_gpio_init() early. It doesn't work because we doMarcel Moolenaar2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andMarcel Moolenaar2011-07-151-0/+1
* In pmap_protect(), don't call vm_page_dirty() if the page is unmanaged.Marcel Moolenaar2011-07-151-3/+6
* Improve portability #defines for compiling aicasm on other systems.Ed Maste2011-07-158-31/+5
* Add a missing check for the global ath_hal_debug.Adrian Chadd2011-07-141-1/+3
* Clear the filter memory area before using it. Leaving it uninitialized mayMark Peek2011-07-141-0/+2
* Prefer uint64_t over u_int64_t.Jung-uk Kim2011-07-141-1/+1
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyJung-uk Kim2011-07-143-0/+9
* Support controllers whose option ROM is disabled in the BIOS by kickingJohn Baldwin2011-07-142-2/+8
* Use MFI_STAT_* constants for cmd_status field values rather than magicJohn Baldwin2011-07-141-5/+6
* Rename resource names to match these in login.conf.Edward Tomasz Napierala2011-07-143-20/+20
* In ng_attach_cntl() first allocate things that may fail, and thenGleb Smirnoff2011-07-141-16/+15
* Consistently check mount flag (MNTK_SUJ) rather than superblockKirk McKusick2011-07-141-2/+2
* Restore USB MIDI transmit buffer size to 1Kbyte.Hans Petter Selasky2011-07-141-1/+1
* Add initial support for AX88772B USB Fast Ethernet. AX88772BPyun YongHyeon2011-07-143-25/+125
* Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTIONNathan Whitehorn2011-07-142-0/+2
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-145-14/+10
* Unbreak no-INET kernels after r223839 adding the needed #ifdef INET.Bjoern A. Zeeb2011-07-141-0/+2
* Include device rt in RT305X config.Aleksandr Rybalko2011-07-142-8/+9
* Revert it back. Too many changes for one commit.Aleksandr Rybalko2011-07-142-124/+120
* Include device rt in RT305X config and little cleanup.Aleksandr Rybalko2011-07-142-120/+124
* Fix for dump after shutdown with USB keyboard plugged in. It appears that theHans Petter Selasky2011-07-131-2/+32
* While fixing the looping of a thread while devfs vnode is reclaimed,Konstantin Belousov2011-07-131-6/+12
* - Expand the scope of the lock in the interrupt routine to close races withMarius Strobl2011-07-131-22/+25
* - For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl2011-07-132-22/+20
* PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCIMarius Strobl2011-07-131-1/+4
* Remove extra empty lines.Marius Strobl2011-07-131-11/+0
* r222389 introduced a case where the NFSv4 client couldRick Macklem2011-07-131-1/+2
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that isKonstantin Belousov2011-07-122-1/+24
* Don't check for SOCK_DGRAM anymore. Also remove multicastMichael Tuexen2011-07-121-9/+1
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-122-44/+20
* Remove NULL assignments which are redundant for static timecounters.Marius Strobl2011-07-121-4/+0
* - Remove redundant timecounter masking from counter_get_timecount().Marius Strobl2011-07-121-4/+2