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