aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* thr_set_name(): silently truncate the given name as neededEric van Gyzen2016-12-031-14/+11
* Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.Bryan Drewery2016-12-012-0/+117
* libstand: dosfs cstyle cleanup for return keyword.Toomas Soome2016-12-011-48/+48
* capsicum_helpers: Squash errors from closed fdsConrad Meyer2016-12-011-4/+4
* MFC r309362:Martin Matuska2016-12-011-0/+2
* Remove a death threat from the FreeBSD sourcesConrad Meyer2016-12-011-5/+9
* MFV r309299:Martin Matuska2016-11-291-0/+4
* libm: remove duplicate version script entriesEd Maste2016-11-293-15/+0
* Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy().Dag-Erling Smørgrav2016-11-282-26/+48
* Launder VPO_NOSYNC pages upon vnode deactivation.Mark Johnston2016-11-261-1/+3
* Bump FREEBSD_CC_VERSION again for r309147 and 309149.Dimitry Andric2016-11-251-1/+1
* IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas2016-11-252-1/+5
* Merge ^/head r309106 through r309117.Dimitry Andric2016-11-241-1/+17
|\
| * Add a warning against modifying this code without understanding it, andDag-Erling Smørgrav2016-11-241-1/+17
* | In preparation for merging back to head, bump __FreeBSD_version,Dimitry Andric2016-11-241-1/+1
* | Merge ^/head r308870 through r309105.Dimitry Andric2016-11-2419-77/+979
|\|
| * Remove debugging code.Dag-Erling Smørgrav2016-11-231-4/+0
| * This little BSD licensed library has been kicking around for years.Julian Elischer2016-11-2310-0/+806
| * open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW.Jilles Tjoelker2016-11-221-1/+17
| * remove unnecessary vm includes from setproctitleEd Maste2016-11-221-4/+0
| * Refactor fetch_connect() and fetch_bind() to improve readability and avoidDag-Erling Smørgrav2016-11-223-54/+129
| * Fix error reporting from wcstof()Eric van Gyzen2016-11-203-15/+31
| * Fix buildworld for powerpc.Justin Hibbits2016-11-201-3/+0
* | Merge ^/head r308491 through r308841.Dimitry Andric2016-11-1926-154/+760
|\|
| * Speed up pw operations that edit /etc/group or /etc/passwdAlan Somers2016-11-182-2/+2
| * Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won'tGleb Smirnoff2016-11-171-11/+33
| * Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-1615-137/+667
| * Make MIPS startup assembly files use neutral float ABI.Alexander Kabaev2016-11-162-0/+2
| * DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-132-0/+29
| * Move libsysdecode-specific hack out of buildworld.Bryan Drewery2016-11-131-1/+6
| * Generate and use a proper .depend file for tables.h.Bryan Drewery2016-11-132-2/+18
| * libcc_{s,eh}: build without SSPEd Maste2016-11-112-0/+2
| * Spell 'PACKAGE' correctly.Glen Barber2016-11-111-1/+1
* | Merge ^/head r308227 through r308490.Dimitry Andric2016-11-1013-135/+194
|\|
| * Update jemalloc to 4.3.1.Jason Evans2016-11-091-2/+2
| * add missing i386 symbols libgcc_s symbol version mapEd Maste2016-11-081-0/+26
| * Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-1/+1
| * MFV r308392: file 5.29.Xin LI2016-11-071-3/+3
| * Document that getfsstat(2) called with MNT_NOWAIT skips file systemsEdward Tomasz Napierala2016-11-061-1/+3
| * add __divdi3 and __udivdi3 to libgcc_s symbol version mapEd Maste2016-11-061-0/+2
| * Connect new LLVM-based libgcc_eh & libgcc_s to the buildEd Maste2016-11-041-0/+2
| * libgcc_s: make unspecified shlib symbols localEd Maste2016-11-041-0/+3
| * Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-035-122/+146
| * o Add support for long double.Ruslan Bukin2016-11-032-6/+6
* | Merge ^/head r303250 through r308226.Dimitry Andric2016-11-025-434/+489
|\|
| * libm: add braces around initialization of subobjectsEd Maste2016-11-012-386/+386
| * Locale fix for endian big (EB) machines.Ruslan Bukin2016-11-013-48/+103
* | Merge ^/head r307736 through r308146.Dimitry Andric2016-10-3146-236/+1627
|\|
| * Detect integer overflow and limit the number of positionalRuslan Bukin2016-10-311-12/+33
| * Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-319-62/+160