summaryrefslogtreecommitdiff
path: root/lib/libc/gen/errlst.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop almost 3k from /bin/sync by moving errno to a seperate filePeter Wemm2002-10-091-1/+0
| | | | | | | | | to avoid all syscalls pulling in sys_errlst[]. Noted by: bde Notes: svn path=/head/; revision=104704
* s/EDOFUS/EDOOFUS/Poul-Henning Kamp2002-08-211-1/+1
| | | | | | | Persuaded by: Google Notes: svn path=/head/; revision=102229
* Introduce a new error return code:Poul-Henning Kamp2002-08-091-0/+3
| | | | | | | | | #define EDOFUS 88 /* Programming error */ This can be used to signal error situations which indicate that the program logic or assumptions is deficient. Notes: svn path=/head/; revision=101567
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Add new errno ``ENOATTR''.Brian Feldman2002-03-071-0/+3
| | | | Notes: svn path=/head/; revision=91814
* Add missing strings.Poul-Henning Kamp1999-04-241-0/+7
| | | | | | | | | PR: 11285 Submitted by: Chris Costello <chris@calldei.com> Reviewed by: phk Notes: svn path=/head/; revision=46018
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+141
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573