aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsMurray Stokely2001-09-031-3/+3
* 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
* Strict in the POSIX sence, if file position is unspecified after ungetc() atAndrey A. Chernov2001-09-011-6/+4
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRAndrey A. Chernov2001-09-012-1/+4
* If position is underflowed, don't try to hide that fact by recovery, justAndrey A. Chernov2001-09-011-17/+7
* Back out disabling ungetc() at 0, use different solution:Andrey A. Chernov2001-09-015-34/+48
* o Attach cap_cmp.c and cap_copy.c to the build.Robert Watson2001-09-011-1/+6
* Describe EOVERFLOW I implement per POSIX.Andrey A. Chernov2001-08-311-9/+17
* Add originally missing __sinit() call.Andrey A. Chernov2001-08-311-0/+4
* Simplify offset underflow checks even moreAndrey A. Chernov2001-08-311-12/+2
* Describe that we disallow ungetc at offset 0 now.Andrey A. Chernov2001-08-311-1/+4
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyAndrey A. Chernov2001-08-312-22/+15
* Drop buffer first, _then_ ask for real positionAndrey A. Chernov2001-08-311-4/+4
* The same big piece of ftell code repeated in 3 places. Simplify things movingAndrey A. Chernov2001-08-313-94/+30
* If file offset is smaller than internal buffer character left count, just dropAndrey A. Chernov2001-08-312-16/+30
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellAndrey A. Chernov2001-08-311-0/+2
* Detect fp->_offset overflow on readAndrey A. Chernov2001-08-311-9/+23
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).Ruslan Ermilov2001-08-313-1/+162
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-3141-216/+69
* o Use .Fx to refer to FreeBSDRobert Watson2001-08-311-1/+2
* o Remove definition of CAP_MAX_BUF_LEN since it is defined inRobert Watson2001-08-311-1/+4
* Introduce implementations of POSIX.1e non-portable form capabilityRobert Watson2001-08-314-0/+366
* Add Xref to make.conf(5).Alexander Langer2001-08-301-1/+2
* Try to discard some ungetc data in saved internal buffer checks too,Andrey A. Chernov2001-08-302-7/+25
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedAndrey A. Chernov2001-08-301-8/+4
* Add more EOVERFLOW checks.Andrey A. Chernov2001-08-302-31/+94
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-301-9/+14