summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Per request of the docs team, install docs as packages, instead of vianwhitehorn2011-07-095-12/+80
* Remove reviewed line from copyright header.hselasky2011-07-091-1/+0
* Remove the old vm_map_clean man page.alc2011-07-091-85/+0
* vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longeralc2011-07-094-3/+86
* Fix the definition for PCPU_NAME_LEN, which is intended to fitmarius2011-07-091-1/+1
* Oops. These changes should have been included in r223891.alc2011-07-092-75/+4
* Remove manual pages for functions that no longer exist.alc2011-07-094-119/+1
* Document copyin_nofault, copyout_nofault, uiomove_nofault.kib2011-07-093-22/+84
* Add a facility to disable processing page faults. When activated,kib2011-07-096-11/+77
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlykib2011-07-092-14/+14
* Use helper functions instead of manually managing TDP_INBDFLUSH.kib2011-07-091-16/+12
* Implement a helper functions to locally set thread-private flag, andkib2011-07-091-0/+19
* Implement pci_find_class(9), the function to find a pci device by its class.kib2011-07-092-0/+16
* Implement bitcount16.kib2011-07-091-0/+11
* Fix style, since this file has just been touched in a major way.se2011-07-091-96/+75
* Some refactoring for easier maintenance of the code. This is a follow-upse2011-07-091-146/+69
* Make /bin/expr support 64bit numeric range and range checks by default,se2011-07-092-140/+152
* Add missing "swapuse" resource limit.trasz2011-07-091-1/+2
* - Add xdr_sizeof(3) to libckevlo2011-07-095-41/+62
* Add an option to have a fail point term only execute when run by amdf2011-07-082-1/+26
* style(9) and cleanup fixes.mdf2011-07-081-80/+69
* Add device ID for the Davicom 56PDV PCI Modem.jhb2011-07-081-0/+1
* Implement basic support for memory attributes. At this time we onlymarcel2011-07-083-27/+121
* Note that -a, -C, -H, -j, and -z are also toggles.jhb2011-07-081-1/+6
* Fix the "passability" test in fdcopy().jonathan2011-07-081-2/+2
* Clarify the meaning of a test.jonathan2011-07-082-4/+4
* Add new USB 3G driver.hselasky2011-07-086-3/+1883
* In the experimental soreceive_stream():andre2011-07-081-13/+9
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-083-7/+12
* Fixing building bustage on 32 bits platforms when WARNS >= 2. Note thatavatar2011-07-082-5/+10
* Delete the /etc/rc.d/nfsserver script, since it is normacklem2011-07-086-23/+6
* Note the PF version.obrien2011-07-071-2/+7
* Fix the /etc/rc.d/nfsd script so that it no longer usesrmacklem2011-07-071-3/+3
* Grab the rlock before checking if our interface is enabled, it could bethompsa2011-07-071-1/+2
* Ensure that kqueue is not inherited across fork().jonathan2011-07-073-6/+21
* Style fix - macros are supposed to be uppercase.trasz2011-07-073-23/+23
* Make a comment more accurate.jonathan2011-07-071-1/+1
* Fix memset sizeofskevlo2011-07-072-2/+2
* Always skip the kernel idle process if requested, it is not specific tojhb2011-07-071-5/+4
* Add again the checking for log_arp_permanent_modify that was by accidentae2011-07-071-5/+7
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-073-7/+2
* Add an extra tab between fs_file and fs_vfstypekevlo2011-07-071-1/+1
* A fix to make the LINT-NOINET build happy, if thisjfv2011-07-071-3/+3
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-0614-1/+86
* Conditionally compile in the IPv4/IPv6 address family support.pluknet2011-07-062-4/+24
* Handle a race between device_pager and devsw in a more graceful manner:attilio2011-07-061-2/+4
* Add missing unlocks.glebius2011-07-061-0/+2
* Only increment the ypcnt once per data record. The old implementationgordon2011-07-061-4/+4
* Update to version 9.6-ESV-R4-P3dougb2011-07-0613-64/+96
* Apply bug fixesdougb2011-07-061-10/+9
OpenPOWER on IntegriCloud