summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlst.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-0/+1
| | | | | | | | operation on a file descriptor that is not authorized by the descriptor's capability flags. MFC after: 1 month Sponsored by: Google
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-0/+5
| | | | | | | | | | these at the moment, but applications that test for them will now have a better chance of compiling. I have intentionally omitted errnos that are only good for STREAMS, since apps that use STREAMS won't compile anyway. The exception is EPROTO, which was apparently intended for STREAMS, but worth having anyway because Linux (mis)uses it for other things.
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-091-1/+0
| | | | | | to avoid all syscalls pulling in sys_errlst[]. Noted by: bde
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
| | | | Persuaded by: Google
* Introduce a new error return code:phk2002-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.
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Add new errno ``ENOATTR''.green2002-03-071-0/+3
|
* Add missing strings.phk1999-04-241-0/+7
| | | | | | PR: 11285 Submitted by: Chris Costello <chris@calldei.com> Reviewed by: phk
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+141
OpenPOWER on IntegriCloud