summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop an unnecessary #includeguenther2013-04-031-3/+2
* When there are multiple groups of functions with their own #includesguenther2013-04-0113-44/+52
* More SYNOPSIS, ERRORS, and STANDARDS updatesguenther2013-03-317-26/+62
* Add a couple commas, as suggested by jmc@guenther2013-03-311-3/+3
* Document more difference between parent and child.guenther2013-03-311-9/+27
* Updates to RETURN VALUES, ERRORS, and STANDARDSguenther2013-03-311-3/+14
* Updates to SYNOPSIS, ERRORS, and STANDARDSguenther2013-03-317-38/+86
* Add ERRORS and STANDARDS sections; reorder and reword description toguenther2013-03-311-14/+39
* Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesguenther2013-03-3113-59/+250
* tweak previous;jmc2013-03-302-4/+4
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-3020-132/+216
* no Pp before/after Sh;jmc2013-03-281-2/+1
* pathconf/fpathconf are now compliant with POSIX-2008.guenther2013-03-281-5/+14
* Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,guenther2013-03-281-2/+4
* SOCK_SEQPACKET is supported on AF_UNIX too.dlg2013-03-121-5/+6
* Describe interaction between write and O_APPEND.tedu2013-03-091-2/+9
* gremlin crept inmiod2013-02-031-2/+2
* Userland bits for m68k/ELF. Mostly addition of register prefixes to themiod2013-02-021-2/+12
* Document F_DUPFD_CLOEXEC; adapted from FreeBSDmillert2013-01-191-4/+13
* partially re-instate previous; requested by deraadtjmc2013-01-191-2/+5
* better description of O_CLOEXEC; from russelljmc2013-01-191-3/+3
* Update the setsockopt(2) interface documentation for the EFBIG andbluhm2013-01-181-9/+10
* Cross-reference getfsstat(2); OK jmc@millert2012-12-051-2/+3
* struct ktr_header changed back in April 2012, rearranging the members,guenther2012-11-291-19/+16
* tweak previous;jmc2012-11-171-3/+3
* Clarify ss_sp's meaning and that alt stacks are per-threadguenther2012-11-171-34/+40
* Add the IP_DIVERTFL socket option on divert(4) sockets to controlbenno2012-10-211-2/+3
* reword this sentence to avoid ambiguity;jmc2012-10-171-6/+6
* For consistency with other OSes and ease of porting, makeguenther2012-10-121-8/+2
* add send(2) MSG_DONTWAIT support which enables us to choose nonblockingyasuoka2012-10-051-2/+4
* remove lint leftovers; ok guenther@okan2012-09-0419-486/+1
* Don't attempt to warn about uninitialized __guard values yet. It'smatthew2012-08-241-2/+2
* no more nnpfspioctl() system call; ok guentherderaadt2012-08-232-4/+3
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-16/+25
* Change ld.so and libc to use .openbsd.randomdata on ELF platforms formatthew2012-08-221-4/+17
* Kill an old mips workaround; we don't support mips, just mips64.pascal2012-08-211-22/+1
* Remove outdated reference to BSD 4.4 symlink behavior. Equivalentmatthew2012-07-171-11/+2
* Document new pathconf() variables.matthew2012-07-171-10/+51
* simplify a little of the posix standards talk. ok deraadt guenther jmctedu2012-06-263-34/+12
* oops, forgot to install getdtablecount(2); noted by teduderaadt2012-06-191-3/+3
* document address truncation; from Steffen Daode Nurpmesojmc2012-04-241-2/+9
* tweak;jmc2012-04-121-2/+2
* tweak previous;jmc2012-04-121-5/+6
* more rfork mop-upderaadt2012-04-123-27/+6
* mmap(2) updatedariane2012-04-121-50/+72
* remove rfork(); ok guenther miodderaadt2012-04-122-228/+40
* kill lfs system call lines and libc stubsderaadt2012-04-121-2/+1
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-122-37/+73
* In sendmsg() permit at most 10% of maxfiles to be in-flightderaadt2012-04-111-2/+7
* Document that openat(), etc are safe to call from a signal handler.matthew2012-04-031-20/+20