| Age | Commit message (Expand) | Author |
| 2010-09-03 | Pullup fixes from matt-nb5-mips64. | matt |
| 2010-09-03 | Fix reference count bug introduced by previous commit | manu |
| 2010-09-03 | - Postpone file close at reclaim time, since NetBSD sends fsync and | manu |
| 2010-09-03 | Fix a typo, uppercase UID/GID. | wiz |
| 2010-09-02 | xfer rump_lwproc | pooka |
| 2010-09-02 | document rump_lwproc | pooka |
| 2010-09-02 | - only remove queued requests once they are executed, not when they | manu |
| 2010-09-01 | update to new rump proc/lwp interfaces | pooka |
| 2010-09-01 | Add a .WAIT statement after libmj, should fix a transient problem observed | agc |
| 2010-09-01 | Build fixes for LP64 | manu |
| 2010-09-01 | Some fixes. Comment out ERRORS section until it has content. | wiz |
| 2010-09-01 | EDOM should not be set on atan2(0,0) in POSIX mode, found by | drochner |
| 2010-08-31 | Move prototype of isrmt() to rmt.h. It is a public interface | enami |
| 2010-08-30 | Add some commas. | wiz |
| 2010-08-29 | dprintf is claimed by posix. | christos |
| 2010-08-28 | Replace the current usage of Elf64_Half with Elf64_Word and rename | joerg |
| 2010-08-28 | Fix Dd argument, sort sections. | wiz |
| 2010-08-28 | setup a callback to be invoked on resize buffers so that readline can | christos |
| 2010-08-28 | Mention recent enhancement and not that this function is neither | tron |
| 2010-08-28 | - set user/group ownership after object creation. | manu |
| 2010-08-27 | Fix typo. | wiz |
| 2010-08-27 | - if perfused is not already started (cannot connect to /dev/fuse), | manu |
| 2010-08-27 | add psiginfo. | christos |
| 2010-08-27 | Move the manpage from the kernel sources into lib, 'cause that's | pooka |
| 2010-08-26 | - open the file before doing fsync: glusterfs wants that. | manu |
| 2010-08-25 | libperfuse(3) is a PUFFS relay to FUSE. In order to use it, | manu |
| 2010-08-24 | PR/43795: Guy Harris: describe return values and error handling. | christos |
| 2010-08-21 | Add support for parsing the data format "@<seconds since epoch>" e.g. | tron |
| 2010-08-20 | print to stderr instead of stdout | pooka |
| 2010-08-18 | Log why pwd_mkdb failed. Currently on aslr systems, pwd_mkdb either aborts | christos |
| 2010-08-18 | Log via syslog(3) when we run pwd_mkdb(8). | christos |
| 2010-08-18 | Add a couple more possible return values. | pgoyette |
| 2010-08-13 | Improve usbhid(3) descriptor/report parsing: | jakllsch |
| 2010-08-11 | * if kevent() fails with EINTR, try again instead of returning an error | pooka |
| 2010-08-10 | two disgusting hacks: | drochner |
| 2010-08-07 | fix the build; we need libmj installed before compiling netpgp binaries. | christos |
| 2010-08-07 | Remove reference to fpresetsticky(3), which doesn't exist. | wiz |
| 2010-08-07 | Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and run | wiz |
| 2010-08-07 | Retire old crtbegin/crtend implementation. It is not compatible with the | joerg |
| 2010-08-07 | Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared | joerg |
| 2010-08-06 | move namespace protection before inclusion. | christos |
| 2010-08-06 | Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner. | christos |
| 2010-08-06 | Fix typo. | wiz |
| 2010-08-06 | document pthread_getattr_np | christos |
| 2010-08-06 | weakasm for kevent so it can be a cancelation point. | christos |
| 2010-08-06 | make kevent(2) a cancelation point, and document properly all the cancelation | christos |
| 2010-08-06 | Add pthread_getattr_np() | christos |
| 2010-08-06 | avoid writing in parseltongue | dholland |
| 2010-08-04 | provide rl_on_newline | christos |
| 2010-08-04 | Remove trailing comma in enumeration, make HTML-ready. | wiz |