aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Mark libifconfig as private until the API/ABI is stableAllan Jude2016-09-111-0/+1
* cap_enter.2: describe flag returned by cap_getmodeEd Maste2016-09-111-1/+6
* Fix spelling in comment.Brooks Davis2016-09-091-2/+2
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-0810-48/+18
* intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)).Jilles Tjoelker2016-09-082-5/+10
* Move libcasper tests from regression/capsicum/libcasper/ toMariusz Zaborski2016-09-0812-0/+5366
* pxeboot: Add nfs.read_size tunable.Sepherosa Ziehau2016-09-081-9/+24
* Renumber the advertising clause.Warner Losh2016-09-061-1/+1
* Install h_db to unbreak some of the lib/libc/db testcases afterEnji Cooper2016-09-061-1/+1
* MFV r305420:Martin Matuska2016-09-051-0/+2
* Fix error handling.Andrey A. Chernov2016-09-051-4/+10
* Fix n == 1 case. Here should be no physical read (fill buffer) attemptAndrey A. Chernov2016-09-051-2/+6
* 1) Prevent out of bounds access to ws[-1] (passed buffer) which happensAndrey A. Chernov2016-09-051-2/+2
* Fix errors handling.Andrey A. Chernov2016-09-051-6/+18
* libifconfig: style(9) fixesKristof Provost2016-09-044-89/+102
* Oops, the previous i386 version of e_fmodf.S and e_fmodl.S wasBruce Evans2016-09-042-15/+11
* Disconnect the "optimized" asm variants of cos(), sin() and tan() fromBruce Evans2016-09-041-2/+2
* Add asm versions of fmod(), fmodf() and fmodl() on amd64. Add asmBruce Evans2016-09-047-3/+207
* Upgrade to Unbound 1.5.9.Dag-Erling Smørgrav2016-09-041-13/+13
* Fix missing fmodl() on arches with 53-bit long doubles.Bruce Evans2016-09-041-0/+6
* MFhead @ r305314Enji Cooper2016-09-0311-158/+184
|\
| * Renaming libifc to libifconfig in response to feedback on initial commit ofKristof Provost2016-09-026-84/+84
| * Fix array size issue when using the pre-scaling feature forHans Petter Selasky2016-09-021-2/+13
| * Skip :test_large on i386Enji Cooper2016-09-021-2/+4
| * Initialize lists of signals using C99 designatorsBrooks Davis2016-09-021-64/+64
| * fgetwc(3) may set both __SEOF and __SERR at once (in case of incompleteAndrey A. Chernov2016-09-011-1/+11
| * If error happens, don't overwrite original errno comes from __mbrtowc()Andrey A. Chernov2016-09-011-5/+8
* | MFhead @ r305170Enji Cooper2016-09-0119-17/+102
|\|
| * Don't bake all of CC/CPP/CXX into CFLAGSEnji Cooper2016-09-011-3/+15
| * directory(3): Deprecate readdir_r(). Clarify dirent buffers.Jilles Tjoelker2016-08-311-2/+24
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-316-1/+8
| * 'addrlen' does not matter when we need to find the first non-zero bit inAndrey A. Chernov2016-08-312-2/+2
| * Apply the same qsort() usage fix as in r304911 getaddrinfo.cAndrey A. Chernov2016-08-311-0/+19
| * Update to ELF Tool Chain r3490Ed Maste2016-08-312-1/+2
| * Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-316-0/+27
| * recvtftp() is broken for large files, report file sizeToomas Soome2016-08-311-2/+4
| * Revert 305098Baptiste Daroussin2016-08-311-1/+1
| * Make libc++.so ldscript sysroot friendlyBaptiste Daroussin2016-08-311-1/+1
| * getvfsbyname(3): Remove [EFAULT] error.Jilles Tjoelker2016-08-301-6/+1
* | MFhead @ r305041Enji Cooper2016-08-306-61/+119
|\|
| * Filter certain compile-time options into -DATF_BUILD_*Enji Cooper2016-08-301-6/+6
| * Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-293-3/+51
| * Minor Makefile simplifications for lib/atf/...Enji Cooper2016-08-292-4/+4
| * Typesetting fixes.Konstantin Belousov2016-08-291-41/+41
| * Restore the requirement of setting errno to zero before callingKonstantin Belousov2016-08-291-7/+17
* | MFhead @ r305020Enji Cooper2016-08-291-1/+0
|\|
| * Remove commented out mention of ptrace.S.Konstantin Belousov2016-08-291-1/+0
* | MFhead @ r305013Enji Cooper2016-08-2927-441/+1607
|\|
| * Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-2917-441/+58
| * Follow ABI when calling __error from the ptrace(2) wrapper.Konstantin Belousov2016-08-281-0/+10