| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite | Kyle Evans | 2020-01-30 | 1 | -1/+7 |
* | Mark rfork(2) as __returns_twice | Kyle Evans | 2020-01-22 | 1 | -1/+1 |
* | Add qsort_s(3). Apart from the constraints, it also makes it easier | Edward Tomasz Napierala | 2020-01-20 | 1 | -0/+8 |
* | Revert r355760, r355759 | Conrad Meyer | 2019-12-15 | 1 | -6/+0 |
* | <unistd.h>: remove redundant __BSD_VISIBLE | Kyle Evans | 2019-12-15 | 1 | -2/+0 |
* | cdefs: Add __deprecated(message) function attribute macro | Conrad Meyer | 2019-12-14 | 1 | -1/+1 |
* | Deprecate sranddev(3) API | Conrad Meyer | 2019-12-14 | 1 | -1/+6 |
* | Add sigsetop extensions commonly found in musl libc and glibc | Kyle Evans | 2019-12-12 | 1 | -0/+3 |
* | Correctly check for C++17 and higher when declaring timespec_get() | Dimitry Andric | 2019-12-09 | 1 | -1/+1 |
* | Make snprintf(3) and vscanf(3) definitions available under appropriate | Konstantin Belousov | 2019-09-09 | 1 | -3/+5 |
* | pkgbase: Add TAG for evdev and veriexec headers | Emmanuel Vadot | 2019-09-05 | 1 | -4/+4 |
* | libc: remove gets | Ed Maste | 2019-09-01 | 1 | -1/+0 |
* | Increase YPMAXRECORD to 16M to be compatible with Linux. | Konstantin Belousov | 2019-08-12 | 3 | -3/+3 |
* | Add mkostempsat(3). | Mark Johnston | 2019-07-29 | 1 | -0/+1 |
* | Add an entry for copy_file_range(2) to unistd.h. | Rick Macklem | 2019-07-25 | 1 | -0/+1 |
* | Remove NAND and NANDFS support | Warner Losh | 2019-06-25 | 1 | -17/+3 |
* | Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file contains | Ian Lepore | 2019-06-15 | 1 | -2/+2 |
* | Move to using newvers -c instead of VARS_ONLY=1 | Warner Losh | 2019-05-23 | 1 | -2/+2 |
* | Introduce funlinkat syscall that always us to check if we are removing | Mariusz Zaborski | 2019-04-06 | 1 | -0/+1 |
* | Add verifying manifest loader for mac_veriexec | Simon J. Gerraty | 2019-02-26 | 1 | -3/+12 |
* | Use a private definition of osockaddr rather then relying on type | Brooks Davis | 2019-01-18 | 1 | -3/+12 |
* | Revert r343093 until I can address the issues raised by kib@. | Dag-Erling Smørgrav | 2019-01-17 | 1 | -1/+0 |
* | Implement dlopenat(3). | Dag-Erling Smørgrav | 2019-01-16 | 1 | -0/+1 |
* | Fix mismatch from r342379. | Pedro F. Giffuni | 2018-12-23 | 1 | -1/+1 |
* | gai_strerror() - Update string error messages according to RFC 3493. | Pedro F. Giffuni | 2018-12-23 | 1 | -9/+9 |
* | Reduce NL_ARGMAX to 4096 to match Linux. | Brooks Davis | 2018-10-04 | 1 | -1/+1 |
* | Fix C11 and POSIX 1003.1b-1993 compliance in time.h | Brooks Davis | 2018-09-18 | 1 | -0/+4 |
* | Remove arc4random_stir and arc4random_addrandom from stdlib.h. | Xin LI | 2018-08-26 | 1 | -6/+0 |
* | Handle -DNO_ROOT for `make compat` in include/ | Alex Richardson | 2018-08-23 | 1 | -1/+1 |
* | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI | 2018-08-19 | 1 | -2/+7 |
* | POSIX compliance improvements in the pthread(3) functions. | Pedro F. Giffuni | 2018-08-18 | 1 | -37/+54 |
* | Add pthread_get_name_np(3). | Konstantin Belousov | 2018-08-17 | 1 | -0/+1 |
* | Reorder alphabetically. | Konstantin Belousov | 2018-08-17 | 1 | -3/+3 |
* | Install symlink for sys/nvpair.h in include/Makefile symlinks target | Kyle Evans | 2018-08-13 | 1 | -0/+5 |
* | Use INCS for non-sys/ libnvpair and libzfs_core includes | Kyle Evans | 2018-08-13 | 1 | -6/+0 |
* | Bring in timespce_get form NetBSD. | Warner Losh | 2018-08-10 | 1 | -0/+5 |
* | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy | 2018-07-15 | 1 | -0/+4 |
* | Add a missed chunk r335939. | Konstantin Belousov | 2018-07-08 | 1 | -0/+1 |
* | This exposes ZFS user and group quotas via the normal | Sean Eric Fagan | 2018-07-05 | 1 | -6/+83 |
* | Add time2posix and posix2time to time.h | Eitan Adler | 2018-05-25 | 1 | -0/+2 |
* | Add implementations for clog(3), clogf(3), and clog(3). | Konstantin Belousov | 2018-05-13 | 1 | -0/+4 |
* | Import the netdump client code. | Mark Johnston | 2018-05-06 | 1 | -0/+1 |
* | Retire lmc(4) | Ed Maste | 2018-05-01 | 1 | -1/+1 |
* | pthread.h: minor indentation cleanups. | Pedro F. Giffuni | 2018-04-04 | 1 | -29/+17 |
* | pthread.h: drop nullability attributes. | Pedro F. Giffuni | 2018-04-04 | 1 | -101/+95 |
* | Remove redundant check. | Cy Schubert | 2018-04-03 | 1 | -1/+1 |
* | Include update to stdio.h missed in r331936. | Cy Schubert | 2018-04-03 | 1 | -0/+8 |
* | Add the "TCP Blackbox Recorder" which we discussed at the developer | Jonathan T. Looney | 2018-03-22 | 1 | -1/+1 |
* | Implement getrandom(2) and getentropy(3) | Conrad Meyer | 2018-03-21 | 1 | -0/+1 |
* | Add kernel and userspace code to dump the firmware state of supported | Hans Petter Selasky | 2018-03-08 | 1 | -0/+9 |