| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-11 | fix a typo | mrg | |
| 2004-01-08 | Fix 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-05 | Document F_MAXFD, F_CLOSEM | christos | |
| 2004-01-02 | - libc.so.12.109 and libpthread.so.0.4 | cl | |
| - 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-02 | Fix typo; from Aidan Kehoe in PR lib/23951. | jmmv | |
| 2003-12-17 | Bump date for previous (hi christos!). | wiz | |
| 2003-12-17 | Say what happens with pgrp == 0. | christos | |
| 2003-12-09 | Reference kfilter_register(9) rather than the non-existent kfilter_register(2). | augustss | |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan | |
| NetBSD.ORG -> NetBSD.org Now src/lib is done. | |||
| 2003-11-25 | - Document NO_DEFER | christos | |
| - Turn sa_flags into a list to make it easier to find/read - Sort the sa_flags lists. | |||
| 2003-11-25 | Catch up with namei: An empty string is not a valid pathname. | kleink | |
| Noted by SAITOH Akinori in PR misc/23565. | |||
| 2003-11-19 | Use Rv for return values section; bump date. | wiz | |
| 2003-11-19 | document RETURN VALUES | pooka | |
| 2003-11-18 | Fix typo in previous. | wiz | |
| 2003-11-18 | Userland portion of fsync_range(2), written by Bill Studenmund, and | thorpej | |
| contributed by Wasabi Systems, Inc. | |||
| 2003-10-25 | POSIX: when attempting to fdatasync(2) a file which is not open for | kleink | |
| writing, fail with EBADF. | |||
| 2003-10-14 | Move 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-14 | note that programs that use rpc(3) cannot bump FD_SETSIZE. | itojun | |
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc | |
| the advertising clause. Diffs provided in PR 22396 by Joel Baker, the changes were confirmed to the board by Matt Green. | |||
| 2003-10-07 | Add a MAP_WIRED flag to mmap(2), which causes the new mapping to be | thorpej | |
| wired as if by mlock(2). | |||
| 2003-09-30 | Pass -D_LIBC | christos | |
| 2003-09-16 | fix 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-14 | In is only to be used in SYNOPSIS; Aq Pa is better for other places. | wiz | |
| Problem noticed by kleink. | |||
| 2003-09-14 | Various fixes. | wiz | |
| 2003-09-13 | Fix some typos, attempt some markup normalization, align wording a little | kleink | |
| more with other manual pages. | |||
| 2003-09-13 | forgot to install timer_settime. | christos | |
| 2003-09-13 | Fix markup. | christos | |
| 2003-09-13 | Sprinkle restrict into timer_{create,settime}(2). | kleink | |
| 2003-09-13 | Add timer man pages. Hi Nathan! | christos | |
| 2003-09-11 | we only have it if __HAVE_SIGINFO is not defined. | christos | |
| 2003-09-10 | Add semicolons when enumerating variables (looks more natural); | wiz | |
| new sentence, new line; sort SEE ALSO. | |||
| 2003-09-10 | Reflect reality after siginfo changes. | christos | |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz | |
| 2003-08-11 | correct an assertion about minimum stack size: MINSIGSTKSZ is sufficient | drochner | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-08-01 | Rework 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-26 | netbsd.org->NetBSD.org | salo | |
| 2003-07-16 | Mark __clockctl_fd close-on-exec to avoid unintentionally leaking | cb | |
| time setting privileges across an exec. | |||
| 2003-07-14 | cpu -> CPU, from jmc@openbsd. | wiz | |
| 2003-07-04 | Bump date for last. | wiz | |
| 2003-06-27 | SYNOPSIS is not a good place for C comments; | wiz | |
| also, simplify macro usage. | |||
| 2003-06-26 | Fix typo in macro. | wiz | |
| 2003-06-23 | PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. | christos | |
| 2003-06-11 | Adapt to current sys/socket.h. Noted by MAEKAWA Masahide in PR 21849. | wiz | |
| 2003-05-27 | Add ETIME, per POSIX-2001. | kleink | |
| 2003-05-15 | Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors. | wiz | |
| Bump date. Suggested by kleink. | |||
| 2003-05-11 | Rather 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-11 | As prompted by Thomas Klausner, add a sentence on sigset_t and sigsetops() | kleink | |
| to the introduction. | |||
