summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-052-3/+618
* mdoc(7) police: markup and minor content fixes.ru2001-09-052-73/+61
* Use fseeko() instead of fseek() (u->offset is already an off_t), and markdes2001-09-051-4/+4
* Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1erwatson2001-09-051-0/+2
* Portability fix: use unsigned cast to guaranteed positive part of expressionache2001-09-042-2/+2
* Remove rcsids and unneded includeache2001-09-046-34/+12
* 'acc' is not initialized in one hypotetical case, fix itache2001-09-044-8/+8
* 1) repair the return value in the PAM_RETURN() macro (Side effects!!).markm2001-09-041-2/+3
* Locale *is* used in strto*l*(), at least for isspace(), so removeache2001-09-048-58/+105
* Implement _setjmp()/_longjmp().dfr2001-09-041-125/+345
* This does not describe sched_{get,set}scheduler.dd2001-09-031-2/+3
* Don't capitalize jail(2) in the middle of a sentence.dd2001-09-031-1/+1
* Remove bogus implementation of _setjmp/_longjmpdfr2001-09-031-140/+0
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsmurray2001-09-031-3/+3
* Check for malloc failure in a couple of caseskris2001-09-032-0/+8
* When __SOPT is cleared, clear __SOFF too.ache2001-09-031-1/+1
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,ache2001-09-036-83/+91
* o Sync up prototypes for cap_size() and cap_copy_ext() withrwatson2001-09-021-2/+2
* Internal seeks are overoptimized. They should remember fp->_offset only forache2001-09-022-3/+1
* Fix bug in off_t overflow checking: if fp->_offset overflows, just removeache2001-09-021-5/+3
* Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscallache2001-09-021-1/+0
* Typo seek(2) -> lseek(2)ache2001-09-021-1/+1
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-029-55/+89
* Another punctuation fix (missing comma ending preposition).chris2001-09-011-1/+1
* o Mention the fact that specifying a fileid of 0 searches all loadedchris2001-09-011-1/+4
* Save errno before function call and restore it on success (because manyache2001-09-012-2/+11
* Remove even more unneded checks, original code can't overflows in that placeache2001-09-011-5/+1
* Remove two checks unneeded now (can't happens)ache2001-09-011-4/+0
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.ache2001-09-012-8/+8
* Note that prev. commit addition is for ftell/ftelloache2001-09-011-2/+6
* Describe ESPIPE as result of unspecified file-position indicator value.ache2001-09-011-2/+7
* Describe file-position behaviour from POSIXache2001-09-011-0/+5
* Strict in the POSIX sence, if file position is unspecified after ungetc() atache2001-09-011-6/+4
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRache2001-09-012-1/+4
* If position is underflowed, don't try to hide that fact by recovery, justache2001-09-011-17/+7
* Back out disabling ungetc() at 0, use different solution:ache2001-09-015-34/+48
* o Attach cap_cmp.c and cap_copy.c to the build.rwatson2001-09-011-1/+6
* Describe EOVERFLOW I implement per POSIX.ache2001-08-311-9/+17
* Add originally missing __sinit() call.ache2001-08-311-0/+4
* Simplify offset underflow checks even moreache2001-08-311-12/+2
* Describe that we disallow ungetc at offset 0 now.ache2001-08-311-1/+4
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyache2001-08-312-22/+15
* Drop buffer first, _then_ ask for real positionache2001-08-311-4/+4
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-313-94/+30
* If file offset is smaller than internal buffer character left count, just dropache2001-08-312-16/+30
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellache2001-08-311-0/+2
* Detect fp->_offset overflow on readache2001-08-311-9/+23
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).ru2001-08-313-1/+162
* Use ``.Rv -std'' wherever possible.ru2001-08-3143-232/+71
* o Use .Fx to refer to FreeBSDrwatson2001-08-311-1/+2
OpenPOWER on IntegriCloud