summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0935-37/+0
* Attempt to use the environment variable TMPDIR for the temporarymikeh2001-07-072-3/+20
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-0618-24/+24
* Use the .Rv macro to describe the return value.yar2001-07-041-6/+1
* mdoc(7) police: added missing newline after .Dv macro call,ru2001-07-041-8/+12
* mdoc(7) police: use .Rv -std.ru2001-07-041-7/+2
* mdoc(7) police: mark NULL with .Dv.ru2001-07-041-8/+24
* mdoc(7) police: fixed/simplified formatting.ru2001-07-041-130/+81
* mdoc(7) police: sort xrefs.ru2001-07-041-2/+2
* mdoc(7) police: print some example text with literal font.ru2001-07-041-1/+4
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.ru2001-07-041-5/+5
* mdoc(7) police: compact VFCF_ list.ru2001-07-041-1/+2
* Describe the condition when EACCES is returned more explicitly.dd2001-07-041-1/+3
* mdoc(7) police: fix spacing issuedd2001-07-031-4/+4
* First, fix a leftover of the cut'n'paste from the kld* pages:yar2001-07-031-2/+6
* EACCES may be returned if write permission was denied as well.dd2001-07-021-1/+1
* Fix a one-byte overrun.dd2001-06-282-2/+2
* getcwd(3) is defined by POSIX, not ISO C.dd2001-06-281-1/+1
* Document the existing vfc_flags.dd2001-06-282-3/+20
* event.h -> sys/event.hdd2001-06-271-1/+1
* Remove an extra word "fo" in the sentence "there is no process whosechris2001-06-271-1/+1
* Return "" if reallocf() failsache2001-06-251-1/+2
* Describe success return valueache2001-06-251-0/+6
* Add transition period hack allowing old locale names return proper codeset tooache2001-06-251-4/+31
* Add RETURN VALUES and ERRORS sections.dd2001-06-251-2/+11
* Minor cleanup: sort includes, fix name.dd2001-06-251-6/+5
* Add a link to extattr.2 (from extattr_get_file.2). The other namesdd2001-06-241-1/+2
* Add a manual page for extattr_string_to_namespace anddd2001-06-241-0/+91
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.dd2001-06-241-6/+6
* The fact that phk wrote this is not a bug!dd2001-06-241-5/+2
* Reword a sentence to make it proper English.dd2001-06-241-1/+1
* Remove duplicate words.dd2001-06-247-7/+7
* Add a new clnt_control() request `CLSET_CONNECT' that controlsiedowse2001-06-232-4/+27
* Document "normalizing" behavior of mktime(3).ru2001-06-231-1/+12
* Bring in fix from rev 1.32 that got lost during the conversion to kqueue.jlemon2001-06-231-8/+19
* Fix a grammar bogon.dd2001-06-201-1/+1
* Fix spelling of `errno' and add cross-references.wollman2001-06-181-6/+13
* Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), andwollman2001-06-181-3/+16
* After one too many PRs on the subject, bite the bullet and define IOV_MAXwollman2001-06-181-0/+12
* If the username we are trying to look up in the db files won't fit intodwmalone2001-06-181-1/+3
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-184-8/+0
* Fix typo: clnt_destroy() only takes one arg.mikeh2001-06-181-1/+1
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-164-0/+8
* Add description for the 'll' modifier for long long. In essence a copyschweikh2001-06-131-4/+24
* Complete prototype for fts_compar.ru2001-06-131-1/+3
* Make the non-threaded stub for pthread_sigmask() a no-op insteadiedowse2001-06-111-6/+1
* Fix small bogon.jlemon2001-06-111-1/+1
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-106-2/+64
OpenPOWER on IntegriCloud