summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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-3141-216/+69
* o Use .Fx to refer to FreeBSDrwatson2001-08-311-1/+2
* o Remove definition of CAP_MAX_BUF_LEN since it is defined inrwatson2001-08-311-1/+4
* Introduce implementations of POSIX.1e non-portable form capabilityrwatson2001-08-314-0/+366
* Add Xref to make.conf(5).alex2001-08-301-1/+2
* Try to discard some ungetc data in saved internal buffer checks too,ache2001-08-302-7/+25
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedache2001-08-301-8/+4
* Add more EOVERFLOW checks.ache2001-08-302-31/+94
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-301-9/+14
* o src/sys/capability.h provides a number of support macros that are notrwatson2001-08-292-0/+5
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-295-3/+26
* There shuldn't be whitespace before a question mark.dd2001-08-271-1/+1
* mdoc(7) police: removed whitespace at EOL.ru2001-08-271-2/+2
* mdoc(7) police: markup and spelling fixes.ru2001-08-271-15/+25
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.ru2001-08-271-2/+2
* Remove grammatical bogon.sobomax2001-08-271-1/+0
* Cosmetique fixes from bdeache2001-08-261-2/+0
* o s/violate/override/ Capabilities are part of the system policy, notrwatson2001-08-251-1/+1
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
* Fd is macro too, so use \&Fdache2001-08-241-1/+1
* Fildes -> Fd too (started from big letter)ache2001-08-241-1/+1
* Changeache2001-08-241-1/+3
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
* begin executed --> being executeddd2001-08-241-1/+1
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.dg2001-08-231-4/+0
* Now we implement l_len<0 per POSIX, describe it.ache2001-08-231-3/+4
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Rephrasing prev. commit a bit.ache2001-08-231-4/+12
* Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_lenache2001-08-231-7/+18
* mdoc(7) police: Fixed broken xrefs.ru2001-08-221-1/+1
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSache2001-08-211-3/+9
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
* Expand the ?: construct into an if/else.dd2001-08-211-1/+4
* The setprogname() function sets the name of the program to be the lastdd2001-08-211-1/+3
* Fix style bug.dd2001-08-211-1/+1
* Fixed warnings.ru2001-08-212-1/+4
* Pass the pointy hat, please.nectar2001-08-211-2/+4
OpenPOWER on IntegriCloud