| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbreak build-tools -- build and use up-to-date ${HEADERS}. | Ruslan Ermilov | 2001-09-14 | 2 | -4/+4 |
| * | Typo: s/conatains/contains/ | Guido van Rooij | 2001-09-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -15/+16 |
| * | mdoc(7) police: changed pure POSIX text; added missing markup bits. | Ruslan Ermilov | 2001-09-11 | 2 | -8/+12 |
| * | mdoc(7) police: removed commas from the standard (split) AUTHORS block. | Ruslan Ermilov | 2001-09-11 | 1 | -3/+3 |
| * | Add more standards which we conform to. | Jeroen Ruigrok van der Werven | 2001-09-09 | 1 | -1/+18 |
| * | Detail thread-safe and async-cancel-safe status. | Jeroen Ruigrok van der Werven | 2001-09-09 | 1 | -0/+10 |
| * | 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead | Andrey A. Chernov | 2001-09-07 | 1 | -3/+10 |
| * | Move to using .In instead of .Fd #include <> for include mark-up. | Jeroen Ruigrok van der Werven | 2001-09-07 | 27 | -39/+39 |
| * | reconnect strfmon.c to build list | Alexey Zelkin | 2001-09-07 | 1 | -1/+1 |
| * | Fix some mdoc nits caused by my knowledge not being too up-to-date on | Jeroen Ruigrok van der Werven | 2001-09-07 | 1 | -9/+12 |
| * | Port to ia64, taking into account the fact that pagesizes may be variable. | Doug Rabson | 2001-09-07 | 1 | -0/+11 |
| * | Add strfmon.3 to the fray. | Jeroen Ruigrok van der Werven | 2001-09-07 | 2 | -1/+89 |
| * | For now just back out seek error checking in __SAPP case, it cause problems | Andrey A. Chernov | 2001-09-07 | 1 | -2/+2 |
| * | Fix all the ambiguous or erroneous statements of the brk(2) | Yaroslav Tykhiy | 2001-09-06 | 1 | -55/+87 |
| * | correctly wrap macros with { } | Alexey Zelkin | 2001-09-06 | 1 | -2/+3 |
| * | Add zopen(), a stdio wrapper for gzipped data streams. | Kris Kennaway | 2001-09-06 | 2 | -1/+41 |
| * | strfmon(3) is not ready to go live. | David E. O'Brien | 2001-09-06 | 1 | -1/+1 |
| * | Add strfmon(3) implementation. It still contains few XXX's because I lost | Alexey Zelkin | 2001-09-05 | 2 | -3/+618 |
| * | mdoc(7) police: markup and minor content fixes. | Ruslan Ermilov | 2001-09-05 | 2 | -73/+61 |
| * | Use fseeko() instead of fseek() (u->offset is already an off_t), and mark | Dag-Erling Smørgrav | 2001-09-05 | 1 | -4/+4 |
| * | Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1e | Robert Watson | 2001-09-05 | 1 | -0/+2 |
| * | Portability fix: use unsigned cast to guaranteed positive part of expression | Andrey A. Chernov | 2001-09-04 | 2 | -2/+2 |
| * | Remove rcsids and unneded include | Andrey A. Chernov | 2001-09-04 | 6 | -34/+12 |
| * | 'acc' is not initialized in one hypotetical case, fix it | Andrey A. Chernov | 2001-09-04 | 4 | -8/+8 |
| * | 1) repair the return value in the PAM_RETURN() macro (Side effects!!). | Mark Murray | 2001-09-04 | 1 | -2/+3 |
| * | Locale *is* used in strto*l*(), at least for isspace(), so remove | Andrey A. Chernov | 2001-09-04 | 8 | -58/+105 |
| * | Implement _setjmp()/_longjmp(). | Doug Rabson | 2001-09-04 | 1 | -118/+338 |
| * | This does not describe sched_{get,set}scheduler. | Dima Dorfman | 2001-09-03 | 1 | -2/+3 |
| * | Don't capitalize jail(2) in the middle of a sentence. | Dima Dorfman | 2001-09-03 | 1 | -1/+1 |
| * | Remove bogus implementation of _setjmp/_longjmp | Doug Rabson | 2001-09-03 | 1 | -140/+0 |
| * | PT_STEP in ptrace(2) man page is described as 'addr and data fields | Murray Stokely | 2001-09-03 | 1 | -3/+3 |
| * | Check for malloc failure in a couple of cases | Kris Kennaway | 2001-09-03 | 2 | -0/+8 |
| * | When __SOPT is cleared, clear __SOFF too. | Andrey A. Chernov | 2001-09-03 | 1 | -1/+1 |
| * | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | Andrey A. Chernov | 2001-09-03 | 6 | -83/+91 |
| * | o Sync up prototypes for cap_size() and cap_copy_ext() with | Robert Watson | 2001-09-02 | 1 | -2/+2 |
| * | Internal seeks are overoptimized. They should remember fp->_offset only for | Andrey A. Chernov | 2001-09-02 | 2 | -3/+1 |
| * | Fix bug in off_t overflow checking: if fp->_offset overflows, just remove | Andrey A. Chernov | 2001-09-02 | 1 | -5/+3 |
| * | Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall | Andrey A. Chernov | 2001-09-02 | 1 | -1/+0 |
| * | Typo seek(2) -> lseek(2) | Andrey A. Chernov | 2001-09-02 | 1 | -1/+1 |
| * | Move all stdio internal flags processing and setting out of __sread(), | Andrey A. Chernov | 2001-09-02 | 9 | -55/+89 |
| * | Another punctuation fix (missing comma ending preposition). | Chris Costello | 2001-09-01 | 1 | -1/+1 |
| * | o Mention the fact that specifying a fileid of 0 searches all loaded | Chris Costello | 2001-09-01 | 1 | -1/+4 |
| * | Save errno before function call and restore it on success (because many | Andrey A. Chernov | 2001-09-01 | 2 | -2/+11 |
| * | Remove even more unneded checks, original code can't overflows in that place | Andrey A. Chernov | 2001-09-01 | 1 | -5/+1 |
| * | Remove two checks unneeded now (can't happens) | Andrey A. Chernov | 2001-09-01 | 1 | -4/+0 |
| * | Make fseek(... SEEK_CUR) fails if current file-position is unspecified. | Andrey A. Chernov | 2001-09-01 | 2 | -8/+8 |
| * | Note that prev. commit addition is for ftell/ftello | Andrey A. Chernov | 2001-09-01 | 1 | -2/+6 |
| * | Describe ESPIPE as result of unspecified file-position indicator value. | Andrey A. Chernov | 2001-09-01 | 1 | -2/+7 |
| * | Describe file-position behaviour from POSIX | Andrey A. Chernov | 2001-09-01 | 1 | -0/+5 |