Age | Commit message (Expand) | Author |
2012-04-11 | fuss with details | Marc Espie |
2012-04-11 | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | Marc Espie |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-10 | pthread_setcanceltype() shouldn't be a cancelation point | Philip Guenthe |
2012-04-10 | Do not pick the network number as alias on entries with no alias | Eric Faurot |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-04-06 | range check st_size before calling calloc() | Theo de Raadt |
2012-04-06 | Fix typo. | Joel Sing |
2012-04-03 | Document that openat(), etc are safe to call from a signal handler. | Matthew Dempsky |
2012-04-03 | tweak previous; | Jason McIntyre |
2012-04-02 | simplify the strlcpy/strlcat manual page substantially. do less | Theo de Raadt |
2012-04-01 | update libexpat to 2.1.0. | Remi Pointel |
2012-04-01 | fix previous; | Jason McIntyre |
2012-04-01 | remind people to think of the poor file descriptors | Theo de Raadt |
2012-03-28 | The kinfo_file2 structure's f_wbytes member was being filled with the | Philip Guenthe |
2012-03-26 | Bump standards years, as we conform to the new versions too | Philip Guenthe |
2012-03-26 | strsignal() was standardized in POSIX-2008 | Philip Guenthe |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-23 | we don't mention LIBRARY: c | Marc Espie |
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | Kurt Miller |
2012-03-22 | Remove prototypes for unimplemented non-portable functions in rthreads. | Kurt Miller |
2012-03-22 | clean the sigact in a portable way; ok matthew | Theo de Raadt |
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the | Kurt Miller |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be | Philip Guenthe |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet | Philip Guenthe |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-22 | closefrom() should be a cancellation point | Philip Guenthe |
2012-03-22 | tfork_thread has been moved to libc | Philip Guenthe |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-22 | new sentence, new line; | Jason McIntyre |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2012-03-20 | the disease is spreading | David Gwynne |
2012-03-20 | Clean up unnecessary prototypes. Pointed out by brad@ | Philip Guenthe |
2012-03-20 | Permit recursive locking in _rthread_dl_lock(), as an so's destructor | Philip Guenthe |
2012-03-16 | pull in more .h (spotted since struct vnode was not in scope) | Theo de Raadt |
2012-03-14 | Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) with | Philip Guenthe |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther | Ted Unangst |
2012-03-13 | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various | Philip Guenthe |
2012-03-13 | Don't trust the environment if issetugid() | Philip Guenthe |
2012-03-10 | - fix a mistake in the list header | Jason McIntyre |
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker |
2012-03-09 | Major bump, since struct vm_map and vm_map_entry changed size and layout. | Ariane van der Steldt |