| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve missing tty handling in init(8). This removes a check that did | Edward Tomasz Napierala | 2018-02-27 | 1 | -0/+2 |
* | Do not include float interfaces when using libsa. | Warner Losh | 2018-02-23 | 1 | -0/+2 |
* | We don't support gcc < 4.2.1, so varargs.h now is just #error | Warner Losh | 2018-02-12 | 1 | -9/+1 |
* | Avoid implicit gcc nonnull attribute in vwarnx(). | Pedro F. Giffuni | 2018-01-28 | 1 | -1/+1 |
* | Use the __alloc_size2 attribute where relevant. | Pedro F. Giffuni | 2018-01-22 | 1 | -3/+3 |
* | Use the __result_use_check attribute also for reallocf(3). | Pedro F. Giffuni | 2018-01-09 | 1 | -1/+1 |
* | Introduce the daemonfd function. | Mariusz Zaborski | 2017-12-23 | 1 | -0/+1 |
* | SPDX: mostly fixes to previous changes. | Pedro F. Giffuni | 2017-12-13 | 1 | -1/+3 |
* | Remove basename_r(3). | Ed Schouten | 2017-12-08 | 1 | -1/+0 |
* | SPDX: license IDs for some ISC-related files. | Pedro F. Giffuni | 2017-12-08 | 10 | -12/+22 |
* | netconfig.h: sync with upstream. | Pedro F. Giffuni | 2017-11-27 | 1 | -5/+35 |
* | include: General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 57 | -8/+122 |
* | Remove lint support from system headers and MD x86 headers. | Konstantin Belousov | 2017-11-23 | 1 | -7/+3 |
* | Indent protection and some other oops from the prvious commits. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+1 |
* | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 78 | -24/+181 |
* | libc: Do not refer to _DefaultRuneLocale in ctype inlines | Jilles Tjoelker | 2017-10-22 | 1 | -3/+1 |
* | Sync (make same) the offsetof macro definition in include/ with the | Cy Schubert | 2017-10-15 | 1 | -1/+1 |
* | An MMC/SD/SDIO stack using CAM | Warner Losh | 2017-07-09 | 1 | -1/+1 |
* | Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__. | Ed Schouten | 2017-06-22 | 1 | -1/+1 |
* | Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP. | Bryan Drewery | 2017-06-19 | 1 | -57/+58 |
* | Update jemalloc to 5.0.0. | Jason Evans | 2017-06-15 | 1 | -19/+35 |
* | Use __BSD_VISIBLE test instead checking for absense of _POSIX_SOURCE. | Konstantin Belousov | 2017-05-24 | 1 | -4/+4 |
* | libthr: fix warnings from GCC when WARNS=6 | Eric van Gyzen | 2017-05-23 | 1 | -0/+3 |
* | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -2/+21 |
* | ndbm.h: Add a comment pointing out our non-compliance with POSIX. | Pedro F. Giffuni | 2017-05-22 | 1 | -1/+1 |
* | <stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility. | Pedro F. Giffuni | 2017-04-29 | 1 | -1/+1 |
* | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 1 | -2/+2 |
* | Implement the memset_s(3) function as specified by the C11 ISO/IEC | Konstantin Belousov | 2017-03-30 | 3 | -0/+44 |
* | Impelemnt ttys onifexists in init. | Warner Losh | 2017-03-22 | 1 | -0/+1 |
* | Add clock_nanosleep() | Eric van Gyzen | 2017-03-19 | 1 | -1/+1 |
* | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 1 | -1/+1 |
* | Convert include over to SRCTOP | Warner Losh | 2017-03-12 | 1 | -53/+53 |
* | Sort declaration of sem_clockwait_np | Eric van Gyzen | 2017-02-28 | 1 | -4/+4 |
* | Fix include/arpa/nameser_compat.h by adding T_DNAME definition. | Warner Losh | 2017-02-28 | 1 | -0/+1 |
* | Guard sem_clockwait_np() declaration with __BSD_VISIBLE | Eric van Gyzen | 2017-02-24 | 1 | -0/+2 |
* | Add sem_clockwait_np() | Eric van Gyzen | 2017-02-23 | 1 | -0/+2 |