summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
1999-07-31Add note that only the super-user may set or reset any flags on blockchristos
1999-07-14Restore some information about the page rounding behavior of theseperry
1999-07-12XSH5: change function signature to `void *sbrk(intptr_t)'.kleink
1999-07-12Remove a paragraph from previous.kleink
1999-07-09Note that you can find out the system page size with sysconf(3).perry
1999-07-06note in BUGS that the prototype of our sbrk is not standards compliantperry
1999-07-06Clean up this mess a lot. I believe we still have the followingperry
1999-07-06EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORTdarrenr
1999-07-04Build system call stubs using system includes from ${DESTDIR}/usr/includesommerfeld
1999-06-30Give fhopen, fhstat, and fhstatfs a man page.wrstuden
1999-06-29Add fhopen, fhstat, and fhstatfs syscall stubs.wrstuden
1999-06-26fix PR/7855sommerfeld
1999-06-24Add missing reference to setsockopt(2) to "SEE ALSO" section.tron
1999-06-18MCL_FUTURE is now implemented.thorpej
1999-06-16Note that MCL_FUTURE is not yet fully implented in the BUGS section.thorpej
1999-06-16Note POSIX 1003.1b-1993.thorpej
1999-06-16The (incorrect) nesting behavior of mlock(2) no longer exists.thorpej
1999-06-15Add mlockall(2)/munlockall(2).thorpej
1999-06-07Fill out the mincore(2) manual page a little; define the NetBSD callthorpej
1999-06-06Note that an EFAULT condition cannot be guaranteed to be detected (i.e. in thekleink
1999-05-24See the incredible, morphing, fcntl(2) parameter #3 change again!ross
1999-05-12s/sigstack/sigaltstack/ in ERRORS sectionsommerfe
1999-05-04use a local vfork declaration to avoid symbol renaming.christos
1999-04-26Spelling.ross
1999-04-17Fix incorrect reference in ERRORS section; from Paul Wain in PR misc/7405.kleink
1999-04-09Remove duplicate section header; from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>kleink
1999-04-06change:cgd
1999-03-26Document new chroot-related restrictions on fchdir, chroot, and ptracesommerfe
1999-03-25argument is void *, not char * (at least, to the extent that it is a pointer.perry
1999-03-25fix to note that arg is void * but is used by some commands as an intperry
1999-03-24Fix a few things that were out of date or just plain wrong, and clean up somemycroft
1999-03-24Better explain possible EBADF causes.hubertf
1999-03-24Remove spurious .ne's.mycroft
1999-03-23document new bind() restrictionslukem
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22Introduce _PC_FILESIZEBITS.kleink
1999-03-22Bump the date.kleink
1999-03-22Introduce EOVERFLOW.kleink
1999-03-22Build fchroot and __getcwd syscall stubssommerfe
1999-03-18-> <sys/swap.h>mrg
1999-03-14EACESS -> EACCES. From OpenBSD.kristerw
1999-03-14Fix RB_STRING, per PR 7147 by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>hubertf
1999-03-10Sync with declaration in <unistd.h>.kleink
1999-03-09Fix a .Fa vs. .Fn bogon, and clarify somewhat.kleink
1999-03-09brk(2) actually returns an int indicating success (0) or failure (-1). Also,kleink
1999-03-09Add missing .El lines.erh
1999-03-09More missing .El's.ross
1999-03-09Missing .El.ross
1999-03-09Missing .El.ross
1999-03-06fix a number of pastos (msgflg where semflg is meant)drochner