Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add additional errno values required by POSIX. | 2017-09-05 | 1 | -2/+10 | |
| | | | | ok jca@ kettenis@ deraadt@ | ||||
* | document pledge(2); from rob pierce | 2016-04-17 | 1 | -2/+6 | |
| | |||||
* | The range of PIDs has changed, and always included zero. | 2016-03-06 | 1 | -3/+3 | |
| | | | | Based on diff from Michal Mazurek (akfaew (at) jasminek.net) | ||||
* | Mention ksh along with csh when job control is discussed. ok deraadt@ | 2015-12-01 | 1 | -3/+6 | |
| | |||||
* | add missing NAME entries; | 2015-11-07 | 1 | -3/+4 | |
| | |||||
* | Unify all the errno names in | 2015-10-24 | 1 | -4/+4 | |
| | | | | | | | | - include comment - libc errlist - nls C msg - man page OK tedu@ | ||||
* | ARG_MAX is the standard name (not NCARGS); probab[l]y guenther | 2015-07-28 | 1 | -5/+3 | |
| | |||||
* | Talk about thread-local errno and do not mention "extern int errno". | 2015-01-19 | 1 | -12/+13 | |
| | | | | Also correct the string version of error 0. OK guenther@ | ||||
* | Back out changes unrelated to the ENAMETOOLONG diff. | 2015-01-19 | 1 | -15/+13 | |
| | |||||
* | Remove a pasto introduced in the last commit, spotted by schwarze@ | 2015-01-17 | 1 | -17/+20 | |
| | |||||
* | Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me. | 2015-01-01 | 1 | -34/+22 | |
| | | | | While here, stop calling the Internet "the ARPA Internet". | ||||
* | Even though i personally consider 8-bit-characters in filenames unwise, | 2015-01-01 | 1 | -8/+4 | |
| | | | | | technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@. | ||||
* | Prefer .In and .Rv -std | 2014-12-10 | 1 | -3/+3 | |
| | |||||
* | Reduce instances of `` '' in manuals. | 2014-11-15 | 1 | -4/+7 | |
| | | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | ||||
* | Add definitions for Process and (finally!) Thread | 2014-05-30 | 1 | -9/+28 | |
| | | | | | | | Tweak some error descriptions based on that Completely reword ETXTBSY description based on a suggestion from millert@ tweaks and oks jmc@ millert@ sobrado@ | ||||
* | No really, pid 2 isn't special | 2014-05-02 | 1 | -2/+2 | |
| | |||||
* | The page daemon no longer has a fixed PID. ok kettenis@ jmc@ | 2014-05-02 | 1 | -3/+2 | |
| | |||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -5/+5 | |
| | |||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | 2013-09-30 | 1 | -7/+7 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | over written -> overwritten | 2011-01-21 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | Update the ENOTSUP summary and description. | 2009-11-24 | 1 | -4/+4 | |
| | | | | | | Pointed out by Alan Bueno and jmc@ ok jmc@ | ||||
* | add ENOTSUP and bump libc minor | 2009-10-26 | 1 | -2/+4 | |
| | | | | | discussed with a few ok deraadt@ | ||||
* | - sync the error descriptions w/ those in errlist | 2007-11-05 | 1 | -18/+18 | |
| | | | | - escape "No" incase groff thinks it's a macro call | ||||
* | it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi. | 2007-09-08 | 1 | -5/+5 | |
| | |||||
* | Add ENOMSG and EIDRM; from jsg@ | 2007-09-03 | 1 | -2/+7 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | add EOVERFLOW and ECANCELED here too. | 2007-05-21 | 1 | -1/+6 | |
| | | | | reminded and ok jmc@ | ||||
* | better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@ | 2006-09-15 | 1 | -3/+2 | |
| | |||||
* | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | 2006-08-04 | 1 | -1/+6 | |
| | | | | | | | | | | | when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@ | ||||
* | tweak; | 2006-08-03 | 1 | -2/+2 | |
| | |||||
* | EILSEQ is 84 not 83. | 2006-08-03 | 1 | -2/+2 | |
| | |||||
* | Document EILSEQ - forgotten by the wide character folks when they added | 2006-08-03 | 1 | -1/+3 | |
| | | | | | it to errno. ok deraadt@ | ||||
* | Update a few error descriptions w.r.t. obtaining the limits | 2005-08-18 | 1 | -6/+16 | |
| | | | | | | that cause the errors to reality. ok millert, jmc | ||||
* | add missing "of" to make this a real sentence. | 2005-03-22 | 1 | -2/+2 | |
| | | | | ok henning mpf miod jmc | ||||
* | consistency fix; | 2005-01-04 | 1 | -2/+1 | |
| | |||||
* | errno should only be gotten from <errno.h>. ok help jmc@ | 2004-03-16 | 1 | -2/+7 | |
| | |||||
* | Better description of ERANGE. | 2003-12-04 | 1 | -3/+3 | |
| | | | | ok jmc@ henning@ | ||||
* | empty pathname is invalid; from Akinori Saitoh; | 2003-11-25 | 1 | -2/+2 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | typos; | 2003-02-25 | 1 | -5/+5 | |
| | | | | intro(2): help deraadt@ | ||||
* | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. | 2002-08-11 | 1 | -3/+5 | |
| | | | | miod@ ok | ||||
* | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | 2002-06-16 | 1 | -3/+3 | |
| | | | | ok deraadt@ | ||||
* | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | 2002-05-01 | 1 | -1/+3 | |
| | | | | ok millert@, art@ | ||||
* | Some errno entries were not documented or added to _sys_errlist[] when | 2002-04-30 | 1 | -1/+5 | |
| | | | | they were added to errno.h. Add the missing entries. ok millert@ | ||||
* | "This section" and variants ==> 'The manual pages in section x' | 2001-08-22 | 1 | -2/+2 | |
| | | | | | in intro manual pages to hopefully confuse users a little bit less aaron@ ok | ||||
* | The .Os macro should not be used in the general text domain. | 2001-03-27 | 1 | -2/+2 | |
| | |||||
* | Cosmetic: Super-user -> Superuser | 2001-03-11 | 1 | -2/+2 | |
| | |||||
* | mdoc police. | 2001-03-11 | 1 | -74/+59 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -32/+34 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | - For consistency, `super-user' -> `superuser' in all cases. | 2000-04-15 | 1 | -5/+5 | |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. |