| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove configure.ac.in and reorganize a few other things. This is | kientzle | 2006-03-08 | 5 | -232/+38 |
* | Set SNF_SYNC flag for timer, as the timer notification should be | davidxu | 2006-03-08 | 1 | -0/+1 |
* | Remove stale comments. | davidxu | 2006-03-07 | 1 | -4/+0 |
* | 1. Always call user callback function in newly created thread, it seems | davidxu | 2006-03-07 | 5 | -412/+170 |
* | Add appropriate xrefs. | yar | 2006-03-06 | 2 | -2/+3 |
* | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | Sync with src/usr.bin/login/login.access.5. | yar | 2006-03-06 | 1 | -5/+1 |
* | Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG | deischen | 2006-03-06 | 6 | -32/+56 |
* | Add some more pthread stubs so that librt can use them. | deischen | 2006-03-05 | 6 | -43/+273 |
* | Remove a useless word. | brueffer | 2006-03-05 | 1 | -1/+1 |
* | Use `intmax_t' instead of plain `int' for pid_t casts. | keramida | 2006-03-04 | 1 | -3/+3 |
* | Use a thread pool to process notification if sigev_notify_attributes | davidxu | 2006-03-04 | 5 | -63/+326 |
* | save sigev_node pointer. | davidxu | 2006-03-04 | 1 | -0/+1 |
* | Sync with actual code. | jcamou | 2006-03-03 | 1 | -2/+6 |
* | Fix the %Q printf extension to behave as expected | phk | 2006-03-02 | 1 | -19/+9 |
* | 1. Fix a race in aio_return. | davidxu | 2006-03-01 | 1 | -6/+12 |
* | Style fix. | davidxu | 2006-03-01 | 1 | -1/+2 |
* | Fix a mutex lock/unlock mismatch. | davidxu | 2006-03-01 | 1 | -2/+3 |
* | Handle the errors returned by res_querydomain() in same manner. | ume | 2006-03-01 | 2 | -0/+40 |
* | Forgot to revert to use weak symbols when I was debugging, fix it! | davidxu | 2006-03-01 | 1 | -22/+15 |
* | Add missing parameter mq_attr * for mq_open. | davidxu | 2006-03-01 | 1 | -3/+5 |
* | Bring in my initial version of POSIX realtime extension library. | davidxu | 2006-03-01 | 6 | -0/+1112 |
* | Disconnect mqueue from buildworld, as I will implement it in seperated | davidxu | 2006-03-01 | 1 | -1/+1 |
* | Const'ify arguments to a couple of functions to fix breakage | deischen | 2006-02-28 | 1 | -2/+2 |
* | Don't do a time travel to 12006... | delphij | 2006-02-28 | 1 | -1/+1 |
* | Reimplement mutex_init to get rid of compile warning. | davidxu | 2006-02-28 | 1 | -88/+39 |
* | Staticize a couple of functions. | deischen | 2006-02-27 | 23 | -71/+106 |
* | Correct a comment. | deischen | 2006-02-27 | 3 | -22/+6 |
* | Fix typo in manual page reference. | wkoszek | 2006-02-26 | 1 | -1/+1 |
* | Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes | ume | 2006-02-26 | 3 | -85/+420 |
* | Add an alias 'unhalted-cycles' denoting cycles where the CPU is | jkoshy | 2006-02-25 | 2 | -0/+6 |
* | Fix a race condition introduced when redzones were added. Use an | deischen | 2006-02-24 | 2 | -10/+8 |
* | - Just query 'as is', if there is a trailing dot in the name. | ume | 2006-02-24 | 2 | -18/+40 |
* | Eliminate a race condition in timed waits (cv, mutex, and sleeps). | deischen | 2006-02-23 | 6 | -60/+60 |
* | Tell the truth about a) how to get the first fileid, and | yar | 2006-02-22 | 1 | -5/+10 |
* | Disable POSIX SIGEV_THREAD notification support, soon we will have a common | davidxu | 2006-02-22 | 1 | -1/+0 |
* | Read cycle count before sending signal, this fixes a userland thread | davidxu | 2006-02-20 | 1 | -1/+1 |
* | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 4 | -2/+180 |
* | - Massage wording to make it easier to understand and fix some grammar. | brd | 2006-02-16 | 1 | -4/+4 |
* | Don't forget to initialize a tailq before using it. | deischen | 2006-02-16 | 2 | -0/+2 |
* | Rework last change of pthread_once, create a function _thr_once_init to | davidxu | 2006-02-15 | 3 | -6/+10 |
* | After fork(), reinitialize internal locks for pthread_once(). | davidxu | 2006-02-15 | 3 | -11/+15 |
* | Clean up some descriptions and remove ambiguities in the language. | gnn | 2006-02-14 | 2 | -97/+146 |
* | Minor fixes to the code that generates an internal ustar filename | kientzle | 2006-02-14 | 1 | -21/+22 |
* | Extract device number information from SVR4 CPIO archives. | kientzle | 2006-02-14 | 1 | -0/+6 |
* | Remove extra slash from pty slave device name returned by ptsname. | kan | 2006-02-13 | 1 | -1/+1 |
* | Update copyright for 2006. | rwatson | 2006-02-11 | 1 | -1/+1 |
* | The uma_zone data structure defines the size of its uz_cpu[] array as 1, | rwatson | 2006-02-11 | 1 | -2/+24 |
* | When reporting an error reading from UMA per-cpu cache pointers using KVM, | rwatson | 2006-02-11 | 1 | -4/+2 |
* | Read all_cpus variable out of kmem, and validate CPUs against the all_cpus | rwatson | 2006-02-11 | 1 | -0/+10 |