summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in order of markup and text.edwin2011-07-111-1/+1
* ncal(1) highlights the current date (or a date provided via parameter)edwin2011-07-112-1/+4
* Remove include of sys/sbuf.h from geom/geom.h.ae2011-07-111-1/+0
* Fix typo, lost 0 in SYSCTL_ADD_INT usage.ray2011-07-111-1/+1
* Fix the interpreter for:edwin2011-07-111-0/+28
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...ray2011-07-115-0/+3196
* peeraddr is only used in sizeof() evaluations, so instead of declaring itdelphij2011-07-111-1/+1
* Use %zu when printing size_t.delphij2011-07-111-2/+2
* Match size_t and ssize_t by using %zu and %zd instead of %d.delphij2011-07-111-1/+1
* Use a pair of parentheses to ensure right evaluation order.delphij2011-07-111-1/+1
* Use strlcpy().delphij2011-07-111-15/+11
* Include sys/sbuf.h directly.ae2011-07-1125-0/+27
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Include sys/sbuf.h directly.ae2011-07-112-0/+2
* Make sure we load kernel modules from the same path as the running kerneldougb2011-07-101-2/+15
* Extract the code to translate VM error into errno, into an exportedkib2011-07-102-0/+8
* Style.kib2011-07-101-1/+1
* Cross reference nanobsd(8)ivoras2011-07-101-1/+2
* Update locking annotations for the struct vnode.kib2011-07-101-5/+2
* sh(1): Extend documentation about subshells.jilles2011-07-101-8/+46
* Add more obsolete files.antoine2011-07-101-0/+16
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-103-2/+95
* Revert the previous change and add xdr_sizeofkevlo2011-07-101-39/+37
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).avatar2011-07-106-29/+15
* style(9) cleanupkevlo2011-07-101-1/+1
* Add a HISTORY sectionkevlo2011-07-101-0/+5
* When first creating snapshots, we may free some blocks within it.mckusick2011-07-101-1/+5
* Update tags build scriptmckusick2011-07-102-1/+3
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-102-16/+8
* 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
OpenPOWER on IntegriCloud