summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Set auto-retry mode to avoid some spurious errors.des2003-01-031-0/+1
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-023-7/+491
* In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used.thomas2003-01-021-0/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0125-531/+531
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-305-6/+6
* Back out the s/int */size_t */ commit.obrien2002-12-302-2/+2
* This compiles fine w/WARNS.obrien2002-12-301-6/+5
* Fix LP64 architectures and especially ia64. Functions that returnmarcel2002-12-302-0/+2
* Remove BUGS section indicating that these calls are unimplemented.rwatson2002-12-295-15/+15
* Update acl_set.3, missed in last round:rwatson2002-12-291-11/+19
* Update libc POSIX.1e code and documentation to reflect:rwatson2002-12-298-44/+164
* Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.mike2002-12-294-7/+7
* Fix typos in comment.deischen2002-12-281-2/+2
* english(4) police.schweikh2002-12-2741-55/+55
* Silence casting away constness warnings.alfred2002-12-271-5/+12
* Fix a small typo.tjr2002-12-271-1/+1
* Slight tuning if teh KSE man page to indicate some functionality isjulian2002-12-271-29/+33
* Teach libkvm to deal with direct mapped addresses.jake2002-12-271-9/+14
* Be more consistent with "static".tjr2002-12-271-1/+1
* Return an error if the size of the sector is zero. This is for removablenyan2002-12-261-0/+6
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-263-2/+518
* Spelling: s/then/than/ where appropriate.ru2002-12-241-3/+3
* mdoc(7) police: Deal with self-xrefs.ru2002-12-2410-14/+14
* Document protection bits.trhodes2002-12-231-0/+16
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-6/+6
* mdoc(7) police: removed gratuitous .Pp call.ru2002-12-231-1/+0
* Back out the -fpcc-struct-return fixes.kan2002-12-222-24/+68
* Fix style (no space after return, twice-too-big continuation) andjmallett2002-12-221-2/+2
* Reduce libc's memory footprint by lazily allocating memory used internallybbraun2002-12-211-9/+22
* Reduce libc.so's memory footprint by lazily allocating memory used internallybbraun2002-12-212-4/+16
* Import newer versions of div() and ldiv() from NetBSD which handletjr2002-12-212-68/+24
* Document the fact that the printf() family of functions return negativetjr2002-12-201-2/+14
* C99 standardised the vscanf() family of functions, update Standardstjr2002-12-201-2/+5
* Stylistic changes:mike2002-12-201-11/+14
* Document what really occurs when we obtain an error.trhodes2002-12-201-6/+9
* The zalloc pool's size calculation breaks if sbrk() does not returndillon2002-12-191-3/+3
* Grammatical fixup: s/be the -1/be -1/ceri2002-12-191-1/+1
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-195-330/+6
* Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),ru2002-12-196-6/+80
* Add back the Standards section claiming conformance to 1003.1-2001 andtjr2002-12-191-10/+13
* Write the message to stderr, not file descriptor 2, so that perror()tjr2002-12-191-1/+7
* Use strerror_r() to format the error message so that strerror()'s statictjr2002-12-191-1/+4
* mdoc(7) police: "The .Fa argument.".ru2002-12-19178-396/+991
* mdoc(7) police: Fixed a few .Fa abuses.ru2002-12-192-4/+6
* mdoc(7) police: excessive quotes.ru2002-12-191-1/+1
* Update with the 4.7 libraries, and add libposix1e to the mix.obrien2002-12-1819-18315/+16352
* Rearrange strerror() so that its itoa procedure can be used withmike2002-12-182-86/+45
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-1855-195/+196
* mdoc(7) police: "The .Fn function".ru2002-12-1876-64/+468
* mdoc(7) police: "The .Fn system call".ru2002-12-183-0/+18
OpenPOWER on IntegriCloud