summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
2004-01-11fix a typomrg
2004-01-08Fix some spacing nits, an Xref section, and a long line.wiz
Bump date for previous.
2004-01-07- Describe all system threads.christos
- Mention all MI threads that are not device specific; i.e. mention scsibus, usb, raidframe, nfs, but not pms.
2004-01-05Document F_MAXFD, F_CLOSEMchristos
2004-01-02- libc.so.12.109 and libpthread.so.0.4cl
- add ssize_t stackinfo_offset argument to sa_register syscall - remove sa_unblockyield syscall - make __sigprocmask14 syscall weak - in pthread__sa_start: catch up with 4-argument sa_register syscall
2004-01-02Fix typo; from Aidan Kehoe in PR lib/23951.jmmv
2003-12-17Bump date for previous (hi christos!).wiz
2003-12-17Say what happens with pgrp == 0.christos
2003-12-09Reference kfilter_register(9) rather than the non-existent kfilter_register(2).augustss
2003-12-04netbsd.org -> NetBSD.orgkeihan
NetBSD.ORG -> NetBSD.org Now src/lib is done.
2003-11-25- Document NO_DEFERchristos
- Turn sa_flags into a list to make it easier to find/read - Sort the sa_flags lists.
2003-11-25Catch up with namei: An empty string is not a valid pathname.kleink
Noted by SAITOH Akinori in PR misc/23565.
2003-11-19Use Rv for return values section; bump date.wiz
2003-11-19document RETURN VALUESpooka
2003-11-18Fix typo in previous.wiz
2003-11-18Userland portion of fsync_range(2), written by Bill Studenmund, andthorpej
contributed by Wasabi Systems, Inc.
2003-10-25POSIX: when attempting to fdatasync(2) a file which is not open forkleink
writing, fail with EBADF.
2003-10-14Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,wiz
and fix references. Per a discussion on source-changes around Sep 14 2003.
2003-10-14& -> \*[Am]; mark up FD_SETSIZE; bump date for previous.wiz
2003-10-14note that programs that use rpc(3) cannot bump FD_SETSIZE.itojun
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
the advertising clause. Diffs provided in PR 22396 by Joel Baker, the changes were confirmed to the board by Matt Green.
2003-10-07Add a MAP_WIRED flag to mmap(2), which causes the new mapping to bethorpej
wired as if by mlock(2).
2003-09-30Pass -D_LIBCchristos
2003-09-16fix SA/pthread pagefault failure:cl
- prevent BLOCKED upcalls on double page faults and during upcalls - make libpthread handle blocked threads which hold locks - prevent UNBLOCKED upcalls from overtaking their BLOCKED upcall this adds a new syscall sa_unblockyield see also http://mail-index.netbsd.org/tech-kern/2003/09/15/0020.html
2003-09-14In is only to be used in SYNOPSIS; Aq Pa is better for other places.wiz
Problem noticed by kleink.
2003-09-14Various fixes.wiz
2003-09-13Fix some typos, attempt some markup normalization, align wording a littlekleink
more with other manual pages.
2003-09-13forgot to install timer_settime.christos
2003-09-13Fix markup.christos
2003-09-13Sprinkle restrict into timer_{create,settime}(2).kleink
2003-09-13Add timer man pages. Hi Nathan!christos
2003-09-11we only have it if __HAVE_SIGINFO is not defined.christos
2003-09-10Add semicolons when enumerating variables (looks more natural);wiz
new sentence, new line; sort SEE ALSO.
2003-09-10Reflect reality after siginfo changes.christos
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-08-11correct an assertion about minimum stack size: MINSIGSTKSZ is sufficientdrochner
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-08-01Rework how dependency generation is performed:lukem
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204. * To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx * If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES * Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS} * Deprecate the (short lived) DEPENDSRCS Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries. Tested with "make -j 8 distribution" and "make distribution".
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-16Mark __clockctl_fd close-on-exec to avoid unintentionally leakingcb
time setting privileges across an exec.
2003-07-14cpu -> CPU, from jmc@openbsd.wiz
2003-07-04Bump date for last.wiz
2003-06-27SYNOPSIS is not a good place for C comments;wiz
also, simplify macro usage.
2003-06-26Fix typo in macro.wiz
2003-06-23PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.christos
2003-06-11Adapt to current sys/socket.h. Noted by MAEKAWA Masahide in PR 21849.wiz
2003-05-27Add ETIME, per POSIX-2001.kleink
2003-05-15Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.wiz
Bump date. Suggested by kleink.
2003-05-11Rather than printing the definition of struct sigaction literally,kleink
change the description to name its members. This has the effect of discouraging (non-portable) structure assignments of struct sigaction, as well as making life easier when sa_sigaction is added.
2003-05-11As prompted by Thomas Klausner, add a sentence on sigset_t and sigsetops()kleink
to the introduction.