Age | Commit message (Expand) | Author |
2001-08-17 | Provide the equivalent to Solaris thr_main() function; from FreeBSD | Peter Valchev |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-15 | ops, _thread_kern_set_timeout() to const. | Federico G. Schwindt |
2001-08-15 | * kevent(2) support; from FreeBSD. | Federico G. Schwindt |
2001-08-15 | Use INFTIM. | Federico G. Schwindt |
2001-08-15 | For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD. | Federico G. Schwindt |
2001-08-15 | TEST has moved to regress/lib/libc_r. | Federico G. Schwindt |
2001-08-12 | public domain | David Leonard |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | manpage for pthread_[get|set]schedparam; from FreeBSD. | Federico G. Schwindt |
2001-08-11 | add missing _thread_enter_cancellation_point() before going further. | Federico G. Schwindt |
2001-08-11 | Avoid an infinite loop if the last iov_len is 0; from FreeBSD. | Federico G. Schwindt |
2001-08-10 | pthread_* do not set errno but returns a errno value. | Federico G. Schwindt |
2001-08-09 | Only return EINVAL if attr is invalid. If policy is invalid return | Federico G. Schwindt |
2001-08-09 | Do not return EINVAL if param is NULL or the desired scheduling policy | Federico G. Schwindt |
2001-08-09 | Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2; | Federico G. Schwindt |
2001-08-06 | bump minor; getrrsetbyname(3) in libc | Jakob Schlyter |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-08-04 | don't return on void. | Federico G. Schwindt |
2001-08-04 | pthread_mutexattr_* manpage; from FreeBSD. | Federico G. Schwindt |
2001-08-03 | typo; krapht@secureops.com | Theo de Raadt |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-26 | crank minor version | Dug Song |
2001-06-24 | remove double space after comma | jasoni |
2001-06-24 | grammar | jasoni |
2001-06-18 | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | Todd C. Miller |
2001-06-01 | missing word | jasoni |
2001-05-31 | missing word | jasoni |
2001-05-31 | more typos | Theo de Raadt |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller |
2001-03-13 | stronger test | David Leonard |
2001-03-13 | typo in comment | David Leonard |
2001-03-13 | recursive mutex test | David Leonard |
2001-03-09 | m{,un}lockall | Artur Grabowski |
2001-03-04 | Forgot commit, oops. | Marc Espie |
2001-02-21 | Define struct _machdep_state again for libc_r to compile on mvme88k. | Miod Vallat |
2001-02-21 | replace comment with something not so misleading. | Brad Smith |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-27 | Stubs for vax. (build at least) | Hugh Graham |
2001-01-16 | typo in comment, change -> chance | Brad Smith |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2000-12-31 | -lpthread -> -pthread | Brad Smith |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-11-21 | crank minor number | Todd C. Miller |
2000-11-17 | crank minor | Niels Provos |
2000-10-12 | - RCS id police! | Brad Smith |
2000-10-12 | refix breakage in previous commit, d@ forgot to remove his change while | Brad Smith |
2000-10-05 | missed it by That Much | David Leonard |