| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp FBSDID's for libatm. Restore original import rcsid as per bde | dillon | 2001-09-15 | 6 | -39/+17 |
* | o Add a comment noting that the early setting of privileges for the purpose | rwatson | 2001-09-15 | 1 | -2/+6 |
* | Convert a library to use the new __FBSDID()'s for testing and review | dillon | 2001-09-15 | 6 | -24/+12 |
* | Unbreak build-tools -- build and use up-to-date ${HEADERS}. | ru | 2001-09-14 | 2 | -4/+4 |
* | Typo: s/conatains/contains/ | guido | 2001-09-12 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -15/+16 |
* | mdoc(7) police: changed pure POSIX text; added missing markup bits. | ru | 2001-09-11 | 2 | -8/+12 |
* | mdoc(7) police: removed commas from the standard (split) AUTHORS block. | ru | 2001-09-11 | 1 | -3/+3 |
* | Add more standards which we conform to. | asmodai | 2001-09-09 | 1 | -1/+18 |
* | Detail thread-safe and async-cancel-safe status. | asmodai | 2001-09-09 | 1 | -0/+10 |
* | 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead | ache | 2001-09-07 | 1 | -3/+10 |
* | Move to using .In instead of .Fd #include <> for include mark-up. | asmodai | 2001-09-07 | 27 | -39/+39 |
* | reconnect strfmon.c to build list | phantom | 2001-09-07 | 1 | -1/+1 |
* | Fix some mdoc nits caused by my knowledge not being too up-to-date on | asmodai | 2001-09-07 | 1 | -9/+12 |
* | Port to ia64, taking into account the fact that pagesizes may be variable. | dfr | 2001-09-07 | 1 | -0/+11 |
* | Add strfmon.3 to the fray. | asmodai | 2001-09-07 | 2 | -1/+89 |
* | For now just back out seek error checking in __SAPP case, it cause problems | ache | 2001-09-07 | 1 | -2/+2 |
* | Fix all the ambiguous or erroneous statements of the brk(2) | yar | 2001-09-06 | 1 | -55/+87 |
* | correctly wrap macros with { } | phantom | 2001-09-06 | 1 | -2/+3 |
* | Add zopen(), a stdio wrapper for gzipped data streams. | kris | 2001-09-06 | 2 | -1/+41 |
* | strfmon(3) is not ready to go live. | obrien | 2001-09-06 | 1 | -1/+1 |
* | Add strfmon(3) implementation. It still contains few XXX's because I lost | phantom | 2001-09-05 | 2 | -3/+618 |
* | mdoc(7) police: markup and minor content fixes. | ru | 2001-09-05 | 2 | -73/+61 |
* | Use fseeko() instead of fseek() (u->offset is already an off_t), and mark | des | 2001-09-05 | 1 | -4/+4 |
* | Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1e | rwatson | 2001-09-05 | 1 | -0/+2 |
* | Portability fix: use unsigned cast to guaranteed positive part of expression | ache | 2001-09-04 | 2 | -2/+2 |
* | Remove rcsids and unneded include | ache | 2001-09-04 | 6 | -34/+12 |
* | 'acc' is not initialized in one hypotetical case, fix it | ache | 2001-09-04 | 4 | -8/+8 |
* | 1) repair the return value in the PAM_RETURN() macro (Side effects!!). | markm | 2001-09-04 | 1 | -2/+3 |
* | Locale *is* used in strto*l*(), at least for isspace(), so remove | ache | 2001-09-04 | 8 | -58/+105 |
* | Implement _setjmp()/_longjmp(). | dfr | 2001-09-04 | 1 | -125/+345 |
* | This does not describe sched_{get,set}scheduler. | dd | 2001-09-03 | 1 | -2/+3 |
* | Don't capitalize jail(2) in the middle of a sentence. | dd | 2001-09-03 | 1 | -1/+1 |
* | Remove bogus implementation of _setjmp/_longjmp | dfr | 2001-09-03 | 1 | -140/+0 |
* | PT_STEP in ptrace(2) man page is described as 'addr and data fields | murray | 2001-09-03 | 1 | -3/+3 |
* | Check for malloc failure in a couple of cases | kris | 2001-09-03 | 2 | -0/+8 |
* | When __SOPT is cleared, clear __SOFF too. | ache | 2001-09-03 | 1 | -1/+1 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 6 | -83/+91 |
* | o Sync up prototypes for cap_size() and cap_copy_ext() with | rwatson | 2001-09-02 | 1 | -2/+2 |
* | Internal seeks are overoptimized. They should remember fp->_offset only for | ache | 2001-09-02 | 2 | -3/+1 |
* | Fix bug in off_t overflow checking: if fp->_offset overflows, just remove | ache | 2001-09-02 | 1 | -5/+3 |
* | Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall | ache | 2001-09-02 | 1 | -1/+0 |
* | Typo seek(2) -> lseek(2) | ache | 2001-09-02 | 1 | -1/+1 |
* | Move all stdio internal flags processing and setting out of __sread(), | ache | 2001-09-02 | 9 | -55/+89 |
* | Another punctuation fix (missing comma ending preposition). | chris | 2001-09-01 | 1 | -1/+1 |
* | o Mention the fact that specifying a fileid of 0 searches all loaded | chris | 2001-09-01 | 1 | -1/+4 |
* | Save errno before function call and restore it on success (because many | ache | 2001-09-01 | 2 | -2/+11 |
* | Remove even more unneded checks, original code can't overflows in that place | ache | 2001-09-01 | 1 | -5/+1 |
* | Remove two checks unneeded now (can't happens) | ache | 2001-09-01 | 1 | -4/+0 |
* | Make fseek(... SEEK_CUR) fails if current file-position is unspecified. | ache | 2001-09-01 | 2 | -8/+8 |