aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build-tools -- build and use up-to-date ${HEADERS}.Ruslan Ermilov2001-09-142-4/+4
* Typo: s/conatains/contains/Guido van Rooij2001-09-121-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-15/+16
* mdoc(7) police: changed pure POSIX text; added missing markup bits.Ruslan Ermilov2001-09-112-8/+12
* mdoc(7) police: removed commas from the standard (split) AUTHORS block.Ruslan Ermilov2001-09-111-3/+3
* Add more standards which we conform to.Jeroen Ruigrok van der Werven2001-09-091-1/+18
* Detail thread-safe and async-cancel-safe status.Jeroen Ruigrok van der Werven2001-09-091-0/+10
* 1) If __SAPP stream is not seekable, remove __SAPP flag on first call insteadAndrey A. Chernov2001-09-071-3/+10
* Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven2001-09-0727-39/+39
* reconnect strfmon.c to build listAlexey Zelkin2001-09-071-1/+1
* Fix some mdoc nits caused by my knowledge not being too up-to-date onJeroen Ruigrok van der Werven2001-09-071-9/+12
* Port to ia64, taking into account the fact that pagesizes may be variable.Doug Rabson2001-09-071-0/+11
* Add strfmon.3 to the fray.Jeroen Ruigrok van der Werven2001-09-072-1/+89
* For now just back out seek error checking in __SAPP case, it cause problemsAndrey A. Chernov2001-09-071-2/+2
* Fix all the ambiguous or erroneous statements of the brk(2)Yaroslav Tykhiy2001-09-061-55/+87
* correctly wrap macros with { }Alexey Zelkin2001-09-061-2/+3
* Add zopen(), a stdio wrapper for gzipped data streams.Kris Kennaway2001-09-062-1/+41
* strfmon(3) is not ready to go live.David E. O'Brien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostAlexey Zelkin2001-09-052-3/+618
* mdoc(7) police: markup and minor content fixes.Ruslan Ermilov2001-09-052-73/+61
* Use fseeko() instead of fseek() (u->offset is already an off_t), and markDag-Erling Smørgrav2001-09-051-4/+4
* Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1eRobert Watson2001-09-051-0/+2
* Portability fix: use unsigned cast to guaranteed positive part of expressionAndrey A. Chernov2001-09-042-2/+2
* Remove rcsids and unneded includeAndrey A. Chernov2001-09-046-34/+12
* 'acc' is not initialized in one hypotetical case, fix itAndrey A. Chernov2001-09-044-8/+8
* 1) repair the return value in the PAM_RETURN() macro (Side effects!!).Mark Murray2001-09-041-2/+3
* Locale *is* used in strto*l*(), at least for isspace(), so removeAndrey A. Chernov2001-09-048-58/+105
* Implement _setjmp()/_longjmp().Doug Rabson2001-09-041-118/+338
* This does not describe sched_{get,set}scheduler.Dima Dorfman2001-09-031-2/+3
* Don't capitalize jail(2) in the middle of a sentence.Dima Dorfman2001-09-031-1/+1
* Remove bogus implementation of _setjmp/_longjmpDoug Rabson2001-09-031-140/+0
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsMurray Stokely2001-09-031-3/+3
* Check for malloc failure in a couple of casesKris Kennaway2001-09-032-0/+8
* When __SOPT is cleared, clear __SOFF too.Andrey A. Chernov2001-09-031-1/+1
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-036-83/+91
* o Sync up prototypes for cap_size() and cap_copy_ext() withRobert Watson2001-09-021-2/+2
* Internal seeks are overoptimized. They should remember fp->_offset only forAndrey A. Chernov2001-09-022-3/+1
* Fix bug in off_t overflow checking: if fp->_offset overflows, just removeAndrey A. Chernov2001-09-021-5/+3
* Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscallAndrey A. Chernov2001-09-021-1/+0
* Typo seek(2) -> lseek(2)Andrey A. Chernov2001-09-021-1/+1
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-029-55/+89
* Another punctuation fix (missing comma ending preposition).Chris Costello2001-09-011-1/+1
* o Mention the fact that specifying a fileid of 0 searches all loadedChris Costello2001-09-011-1/+4
* Save errno before function call and restore it on success (because manyAndrey A. Chernov2001-09-012-2/+11
* Remove even more unneded checks, original code can't overflows in that placeAndrey A. Chernov2001-09-011-5/+1
* Remove two checks unneeded now (can't happens)Andrey A. Chernov2001-09-011-4/+0
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.Andrey A. Chernov2001-09-012-8/+8
* Note that prev. commit addition is for ftell/ftelloAndrey A. Chernov2001-09-011-2/+6
* Describe ESPIPE as result of unspecified file-position indicator value.Andrey A. Chernov2001-09-011-2/+7
* Describe file-position behaviour from POSIXAndrey A. Chernov2001-09-011-0/+5