summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct wording.kib2016-05-031-1/+1
* Add EVFILT_VNODE open, read and close notifications.kib2016-05-031-8/+26
* Issue NOTE_EXTEND when a directory entry is added to or removed fromkib2016-05-021-2/+8
* As a reader service, explain NOTE_LINK reporting for the directories.kib2016-05-011-0/+4
* lib: minor spelling fixes in comments.pfg2016-05-0114-19/+19
* Provide an example to the kqueue man page, showingbcr2016-05-011-1/+52
* Remove useless calls to basename().ed2016-05-011-2/+1
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsngie2016-04-301-0/+1
* Remove a -Wunused-but-set-variable variable -- `pa`ngie2016-04-301-2/+0
* Remove kvm_getfiles(3)ngie2016-04-305-319/+4
* Fix memory allocation edgecases in kvm_argv(..)ngie2016-04-301-3/+12
* libc: spelling fixes.pfg2016-04-3034-43/+43
* Fix including Kyuafile in packaged base system.gjb2016-04-294-4/+8
* Fix va_list handlingngie2016-04-281-38/+41
* Add 'devctl delete' that calls device_delete_child().jhb2016-04-273-2/+36
* Add a new rescan method to the bus interface.jhb2016-04-273-2/+28
* libcuse: make more use of the howmany() macro when available.pfg2016-04-261-1/+1
* libstand: make more use of the howmany() macro when available.pfg2016-04-261-1/+1
* libc: make more use of the howmany() macro when available.pfg2016-04-262-3/+2
* regex: prevent two improbable signed integer overflows.pfg2016-04-231-2/+2
* Fix up pointer issues with lib/libkvmngie2016-04-2210-35/+52
* Completely disable fmaxmin_test (follow up to r297952)ngie2016-04-211-3/+9
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeemaste2016-04-213-7/+7
* Restore the original ascii.c from prior to r290494bapt2016-04-211-13/+10
* Check the returned value of memchr(3) before using itbapt2016-04-201-1/+4
* Minor indentation issue.pfg2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-203-6/+6
* Fix double fclose of `fp1` when freopen failsngie2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellngie2016-04-191-0/+2
* Remove trailing whitespace and use `nitems(mib)` instead of `2` whenngie2016-04-191-2/+2
* Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.loos2016-04-191-5/+5
* Unbreak the build if you enable WITH_NANDallanjude2016-04-191-2/+2
* A new implementation of the loader block cacheallanjude2016-04-188-103/+189
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-1839-42/+3
* Re-use our roundup2() macro instead of reinventing the wheel.pfg2016-04-181-6/+4
* libipsec: use NULL instead of zero for pointers.pfg2016-04-181-1/+1
* libstand: use NULL instead of zero for pointers.pfg2016-04-183-10/+10
* libbluetooth: use NULL instead of zero for pointers.pfg2016-04-181-2/+2
* rexec(3): use NULL instead of zero for pointers.pfg2016-04-181-5/+5
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainemaste2016-04-183-3/+3
* Fixed indentation, minor style.pluknet2016-04-181-12/+12
* MFV r298178:delphij2016-04-182-4/+7
* Fix markup on "\n" in printf so it renders correctly.wblock2016-04-171-4/+4
* Remove lib/libcapsicum and libexec/casper, brought back asgjb2016-04-1718-2534/+0
* libc: make some more use of the nitems() macro.pfg2016-04-1610-26/+22
* MFHgjb2016-04-1628-68/+87
|\
| * Import to 0.6.1phil2016-04-152-8/+14
| * import libxo-0.4.7phil2016-04-152-8/+8
| * Initialize pointer with NULL instead of 0.araujo2016-04-151-2/+2
| * Clean up trailing whitespace in lib/libcam; no functional changengie2016-04-142-18/+18
OpenPOWER on IntegriCloud