aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libjail: make allocation in jailparam_all() somewhat more robust.Pedro F. Giffuni2017-04-161-3/+3
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-162-58/+155
* Import zstandard 1.1.4 in baseBaptiste Daroussin2017-04-152-0/+35
|\
| * Import zstd 1.1.4vendor/zstd/1.1.4Baptiste Daroussin2017-04-1561-0/+47692
* [lib80211] fix a missing cleanup path.Adrian Chadd2017-04-141-0/+1
* Fix an out-of-bounds write when a zero-length buffer is passed.Brooks Davis2017-04-131-0/+4
* Correct an out of bounds read with HN_AUTOSCALE and very large numbers.Brooks Davis2017-04-131-2/+2
* Add large replay widow support to setkey(8) and libipsec.Andrey V. Elsukov2017-04-131-1/+42
* Report _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX which show parametersKonstantin Belousov2017-04-121-6/+3
* Add missing double quote to fix r316635 commit.Alexander Kabaev2017-04-091-1/+1
* Enable 16-bit longest_match for x86.Xin LI2017-04-081-13/+3
* Do not use b.cs instruction to jump to cerror.Alexander Kabaev2017-04-071-2/+10
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-078-24/+24
* pmc_read(3): fix manlint errorEnji Cooper2017-04-071-1/+1
* pmc.atomsilvermont(3): fix manlint warningsEnji Cooper2017-04-071-43/+45
* pmc(3): add additional references for libpmc functions in the SEE ALSO sectionEnji Cooper2017-04-071-1/+14
* libstand/dosfs: cache FAT32 in 128 Kb blocks to save loader memoryToomas Soome2017-04-062-96/+116
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-061-0/+3
* libnetbsd: add emalloc and friendsEd Maste2017-04-063-1/+174
* Use __FBSDID instead of the license agreement to embed the $FreeBSD$ RCS keywordEnji Cooper2017-04-064-8/+12
* 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