summaryrefslogtreecommitdiffstats
path: root/sys/sys/errno.h
Commit message (Expand)AuthorAgeFilesLines
* errno.h: fix couple of whitespace nitsavg2011-04-041-2/+2
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnorwatson2011-03-011-1/+2
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-1/+5
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-1/+7
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Copyin and copyout are only possible from a process-native thread,phk2002-10-071-0/+1
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
* Update ELAST.phk2002-08-091-1/+2
* Introduce a new error return code:phk2002-08-091-0/+2
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove __Palfred2002-03-191-1/+1
* Add new errno ``ENOATTR''.green2002-03-071-1/+2
* Tiny style change. Whitespace only change.keramida2002-01-221-1/+1
* Back out prev. change. According to bde:ache2001-08-271-4/+1
* EOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOURCE sectionache2001-08-271-1/+4
* Add ENOTSUP, which is specified as an error return value for variousjasone2000-05-021-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* typo in commentphk1999-04-241-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-4/+7
* Make errno finally and permanently thread-aware so that it is no longerjb1998-04-301-5/+1
* Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.sos1998-04-131-2/+5
* Added a kernel-only error code ENOICTL. This will be returned frombde1997-12-061-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* make the declaration of the __error() function C++ safe. Otherwise,peter1996-08-181-2/+5
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+6
* Made them all idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+163
OpenPOWER on IntegriCloud