aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement strerror_l().Konstantin Belousov2020-12-302-1/+2
* <regex.h>: reserve a regcomp field for REG_POSIXKyle Evans2020-12-281-0/+1
* MFC r366781, r366866: Implement ptsname_r.Xin LI2020-11-091-3/+10
* MFC r365506 getlogin_r: fix the type of lenKyle Evans2020-09-131-1/+1
* MFC r359836-r359837, r359891, r360236-r360237: close_range(2)Kyle Evans2020-08-051-0/+1
* MFC r363193:Konstantin Belousov2020-07-211-6/+8
* MFC r361770, r361784, r362032:Konstantin Belousov2020-06-171-0/+3
* MFC r361060:Konstantin Belousov2020-05-281-0/+3
* MFC r360984:Konstantin Belousov2020-05-261-5/+5
* MFC r361073:Konstantin Belousov2020-05-221-0/+2
* MFC r360983:Konstantin Belousov2020-05-191-15/+21
* MFC of 359627Kirk McKusick2020-04-151-1/+1
* MFC r357985:Konstantin Belousov2020-02-291-0/+1
* MFC r357284, r357419: stdio unlockedKyle Evans2020-02-131-1/+8
* MFC r356994: Mark rfork(2) as __returns_twiceKyle Evans2020-01-271-1/+1
* MFC r355761: <unistd.h>: remove redundant __BSD_VISIBLEKyle Evans2019-12-191-2/+0
* Add sigsetop extensions commonly found in musl libc and glibcKyle Evans2019-12-191-0/+3
* MFC r355568:Dimitry Andric2019-12-121-1/+1
* MFC r352056:Konstantin Belousov2019-09-161-3/+5
* MFC r350957:Konstantin Belousov2019-09-023-3/+3
* MFC r343826, r346698, r349057-r349060, r349073-r349077, r349080-r349086, r349...Ian Lepore2019-06-261-2/+2
* Add support for loader veriexecSimon J. Gerraty2019-04-121-3/+12
* MFC r342379, r342383:Pedro F. Giffuni2019-01-281-9/+9
* Reduce NL_ARGMAX to 4096 to match Linux.Brooks Davis2018-10-041-1/+1
* Fix C11 and POSIX 1003.1b-1993 compliance in time.hBrooks Davis2018-09-181-0/+4
* Remove arc4random_stir and arc4random_addrandom from stdlib.h.Xin LI2018-08-261-6/+0
* Handle -DNO_ROOT for `make compat` in include/Alex Richardson2018-08-231-1/+1
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-2/+7
* POSIX compliance improvements in the pthread(3) functions.Pedro F. Giffuni2018-08-181-37/+54
* Add pthread_get_name_np(3).Konstantin Belousov2018-08-171-0/+1
* Reorder alphabetically.Konstantin Belousov2018-08-171-3/+3
* Install symlink for sys/nvpair.h in include/Makefile symlinks targetKyle Evans2018-08-131-0/+5
* Use INCS for non-sys/ libnvpair and libzfs_core includesKyle Evans2018-08-131-6/+0
* Bring in timespce_get form NetBSD.Warner Losh2018-08-101-0/+5
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-151-0/+4
* Add a missed chunk r335939.Konstantin Belousov2018-07-081-0/+1
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-6/+83
* Add time2posix and posix2time to time.hEitan Adler2018-05-251-0/+2
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-131-0/+4
* Import the netdump client code.Mark Johnston2018-05-061-0/+1
* Retire lmc(4)Ed Maste2018-05-011-1/+1
* pthread.h: minor indentation cleanups.Pedro F. Giffuni2018-04-041-29/+17
* pthread.h: drop nullability attributes.Pedro F. Giffuni2018-04-041-101/+95
* Remove redundant check.Cy Schubert2018-04-031-1/+1
* Include update to stdio.h missed in r331936.Cy Schubert2018-04-031-0/+8
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-1/+1
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+1
* Add kernel and userspace code to dump the firmware state of supportedHans Petter Selasky2018-03-081-0/+9
* Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala2018-02-271-0/+2
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2