summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2013-05-10Update SYNOPSIS and add STANDARDSPhilip Guenther
2013-05-10Update STANDARDSPhilip Guenther
2013-05-10Clarify behavior of SA_NOCLDWAITPhilip Guenther
2013-05-08clarify when EACCESS can fail. if from is read only, you're out of luck.Ted Unangst
2013-05-08fix SEE ALSO;Jason McIntyre
2013-05-08Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sectionsPhilip Guenther
2013-05-08Lists should be sorted by the normal alphabet, not my private onePhilip Guenther
2013-05-08We have fdatasync() and pselect() now, so uncomment them in the list ofPhilip Guenther
2013-05-07on failure errno is set as wellDavid Gwynne
2013-05-05no need to cast callocTed Unangst
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2013-04-21wording fix;Jason McIntyre
2013-04-20identify the argument containing the requested timeout, give argumentsTed Unangst
2013-04-19add clock_gettime to see also. i think guenther was ok with this.Ted Unangst
2013-04-15Implement fdatasync() as a wrapper around fsync()Matthew Dempsky
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08Use .Er for errno E* constantsPhilip Guenther
2013-04-08macro fix for previous;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08zap trailing whitespace;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-06a little fix for the version historyTed Unangst
2013-04-06remove more references to kern.rthreads sysctl.Ted Unangst
2013-04-03Drop an unnecessary #includePhilip Guenther
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
2013-03-31More SYNOPSIS, ERRORS, and STANDARDS updatesPhilip Guenther
2013-03-31Add a couple commas, as suggested by jmc@Philip Guenther
2013-03-31Document more difference between parent and child.Philip Guenther
2013-03-31Updates to RETURN VALUES, ERRORS, and STANDARDSPhilip Guenther
2013-03-31Updates to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2013-03-31Add ERRORS and STANDARDS sections; reorder and reword description toPhilip Guenther
2013-03-31Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesPhilip Guenther
2013-03-30tweak previous;Jason McIntyre
2013-03-30Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butPhilip Guenther
2013-03-28no Pp before/after Sh;Jason McIntyre
2013-03-28pathconf/fpathconf are now compliant with POSIX-2008.Philip Guenther
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-12SOCK_SEQPACKET is supported on AF_UNIX too.David Gwynne
2013-03-09Describe interaction between write and O_APPEND.Ted Unangst
2013-02-03gremlin crept inMiod Vallat
2013-02-02Userland bits for m68k/ELF. Mostly addition of register prefixes to theMiod Vallat
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-11-29struct ktr_header changed back in April 2012, rearranging the members,Philip Guenthe
2012-11-17tweak previous;Jason McIntyre
2012-11-17Clarify ss_sp's meaning and that alt stacks are per-threadPhilip Guenthe
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit