summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2008-08-06Add a missing dependencymatt
2008-08-05Revert previous addition of '-e sedcmd'. Still retain the usage improvements.lukem
2008-08-05Redo previous in a much simpler way.lukem
2008-08-05Add '-e sedcmd' to makelintstub, to translate filename to syscall name.lukem
2008-08-04Prefix filenames of tomporarily generated .S files with "tmp_", so that thelukem
2008-07-13Clarify one of the process-group-ID cases by saying "process group ID"dholland
2008-07-02Move scheduling functions from librt to libc.rmind
2008-06-25Fix MLINKS linead
2008-06-25Add getlogin_r. Manual page changes mostly lifted from FreeBSD.ad
2008-06-17PR/38942: Pedro F. Giffuni: Mention that utimes now supports setting ofchristos
2008-06-15Glue in cpuset.cchristos
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-25New sentence, new line.wiz
2008-05-25Sort sections. Sort ERRORS. Prepare for HTML output.wiz
2008-05-09add more errors from gleaning the source.christos
2008-05-06- Make semctl SETVAL/SETALL commands validate the semaphore value tonjoly
2008-05-05document LWPCTL_FEATURE_PCTR.yamt
2008-05-02Move to 2 clasue licensemartin
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29- Document RAS_START_ASM, RAS_END_ASM, RAS_START_ASM_HIDDEN, andscw
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-22Add posix_madvise(2) and appropriate definitions in sys/mman.h header.rmind
2008-03-16Describe how to portable extend a file. From joerg. Bump date.wiz
2008-03-10Move previously added sentence to STANDARDS section, as suggested by yamt.wiz
2008-03-10Mention that extending files with truncate is a POSIX extension.wiz
2008-02-24doecument that we now can return eagain.christos
2008-02-23Fix tiny typosborrill
2008-02-16minor pedanticism about glibc. Suggested by Joerg.tnn
2008-02-14Add a history section and a compatibility section.tnn
2008-02-13I tried to add a partition to the swap space that wasn't marked as swaprillig
2008-02-13Aligned the text of ENXIO with the one in gen/errlist.c.rillig
2008-02-12remove a stale __weak_alias (code went into the compat section)drochner
2008-02-09Document the behavior of dup2 when oldfd == newfd: nothing happens.dholland
2008-02-09m68k/Makefile.inc:mrg
2008-01-27libc part of posix_fadvise changes.martin
2008-01-16Pull in my modules code for review/test/hacking.ad
2008-01-15Implementation of processor-sets, affinity and POSIX real-time extensions.rmind
2007-12-16Add references to various protocol pages that support setsockopt(2).lukem
2007-12-14document following system calls.yamt
2007-12-02ENOENT is also returned when the script interpreter does not exist.rillig
2007-11-30typorillig
2007-11-23Add a note about the difficulty of actually looking at the return valuedsl
2007-11-23KNF; no variable name in function prototype.uebayasi
2007-11-22Change all the syscall C 'glue' functions (most of which just add in andsl
2007-11-13- stack_protector.c doesn't really belong under sys/. Add a new directoryad
2007-11-13We now need <sys/lwpctl.h> included in order to lint LintSysNormal.c.he
2007-11-12Add _lwp_ctl() system call: provides a bidirectional, per-LWP communicationad
2007-11-07Add _lwp_setname/_lwp_getname to libc.ad
2007-11-04remember to bump datepooka