aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sbuf(3): add some basic functional tests for the libraryEnji Cooper2017-04-066-0/+714
* sbuf(3): expose sbuf_{clear,get,set}_flags(3) via libsbufEnji Cooper2017-04-061-0/+3
* Add an implementation of __ffssi2() derived from __ffsdi2().John Baldwin2017-04-051-0/+1
* Fix typo.Edward Tomasz Napierala2017-04-031-1/+1
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-311-0/+4
* Reorder includes to placate MIPS build.Tycho Nightingale2017-03-301-1/+1
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-302-718/+0
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-305-46/+149
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-3011-3/+427
* libc: remove use of archaic __P() macroEd Maste2017-03-301-4/+3
* Fix up r316081 by using nitems(cam_errbuf) instead of sizeof(cam_errbuf)Enji Cooper2017-03-291-27/+27
* libcam: use __func__ instead of hardcoding the function name as `func_name`Enji Cooper2017-03-281-36/+30
* Apply r315689 to lib/libgcc_s as well to unbreak the gcc xtoolchain buildEnji Cooper2017-03-281-0/+4
* lib/libkvm: start adding basic tests for kvm(3)Enji Cooper2017-03-288-0/+531
* MFV r316083,316094:Martin Matuska2017-03-281-3/+1
* Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf callsEnji Cooper2017-03-281-80/+79
* Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE descriptionEnji Cooper2017-03-281-2/+2
* [private] add libevent1 and sqlite3 include files for our private libraries.Adrian Chadd2017-03-272-1/+2
* Merge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD -CURRENT:Robert Watson2017-03-261-0/+1
* Preserve VFP state across signal delivery.Michal Meloun2017-03-261-1/+3
* Cleanup structures related to VFP and/or mcontext_t.Michal Meloun2017-03-241-1/+1
* MFV r315875:Martin Matuska2017-03-242-4/+2
* In libcasper, prefer to send a function index or service name over the IPCRobert Watson2017-03-233-12/+51
* Fix a coverity-discovered NULL pointer dereference.Warner Losh2017-03-231-6/+18
* Define StrCmp in a funky was to be bug-compatible with EDK2 code.Warner Losh2017-03-231-1/+10
* Simplify the code a little.Warner Losh2017-03-221-3/+1
* Unbreak world by adding sys/stat.h for stat(2)Enji Cooper2017-03-221-0/+1
* style(9): sort #includesEnji Cooper2017-03-221-5/+5
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-0/+22
* Add initializations missed in r315728.Mark Johnston2017-03-221-0/+3
* Avoid accessing an uninitialized variable when vfork() fails.Mark Johnston2017-03-221-9/+9
* Avoid double-closing an fd if elf_begin() fails.Mark Johnston2017-03-221-3/+1
* scandir: Fix NULL dereference, uninitialized value use in error caseConrad Meyer2017-03-221-1/+1
* Add options to capture stdout and / or stderr and pass the output onDag-Erling Smørgrav2017-03-222-114/+244
* libkvm: bump WARNS to 6 after recent commits done to resolve warnings issuesEnji Cooper2017-03-221-1/+1
* libkvm: fix warning issues post-r291406Enji Cooper2017-03-2211-17/+25
* clock_gettime.2: add some clock IDsEric van Gyzen2017-03-221-26/+36
* Gcc has incompatible internal declarations for __divtc3 and __multc3 asDimitry Andric2017-03-211-0/+4
* kvm_write: fix -Wcast-qual warning in pointer arithmetic argumentEnji Cooper2017-03-211-1/+1
* Document sbuf_hexdump(9) in just sbuf(9)Enji Cooper2017-03-211-17/+2
* kvm_geterr: handle `kd` == NULL in a deterministic/graceful mannerEnji Cooper2017-03-212-1/+15
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-0/+1
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-3/+22
* libstand: verify value provided by nfs.read_sizeToomas Soome2017-03-201-10/+35
* Handle kd == NULL gracefully with kvm_close(3)Enji Cooper2017-03-202-2/+25
* Port the getaddrinfo(1) utility from NetBSDEric van Gyzen2017-03-203-1/+320
* libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointersEnji Cooper2017-03-201-0/+5
* MFV r315633, 315635:Martin Matuska2017-03-202-15/+14
* Don't build/install lib/libc/io_test anymoreEnji Cooper2017-03-201-1/+2
* Make space style consistent with earlier entries.Xin LI2017-03-201-2/+2