Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | getdelim(3): Fix losing data on [EAGAIN] | Bryan Drewery | 2021-09-02 | 1 | -3/+24 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
* | Make stdio deferred cancel-safe. | Konstantin Belousov | 2017-06-29 | 1 | -6/+7 |
* | Don't check for __SERR which may stick from one of any previous stdio | Andrey A. Chernov | 2016-08-25 | 1 | -2/+2 |
* | Better glibc compatibility for getline/getdelim: | David Schultz | 2009-10-04 | 1 | -2/+2 |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | David Schultz | 2009-04-06 | 1 | -2/+4 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 1 | -0/+158 |