| Commit message (Expand) | Author | Age | Files | Lines |
* | Add HISTORY sections to the remaining MAC library man pages. | rwatson | 2003-08-22 | 6 | -0/+36 |
* | Update the mac_prepare(3) man page to reflect changes to the | rwatson | 2003-08-22 | 1 | -8/+43 |
* | Make the elements argument to mac_prepare() be const. | rwatson | 2003-08-22 | 1 | -1/+1 |
* | As new objects begin to support new labels, start to generalize | rwatson | 2003-08-22 | 1 | -86/+192 |
* | Repost masked signal to kernel for scope system thread, it hardly happens | davidxu | 2003-08-21 | 2 | -12/+50 |
* | _thr_sig_check_pending is also called by scope system thread when it leaves | davidxu | 2003-08-20 | 2 | -0/+6 |
* | Add back a loop for up to PTHREAD_DESTRUCTOR_ITERATIONS to | deischen | 2003-08-20 | 2 | -24/+40 |
* | Add a kluge suggested by Marcel to paper over the difference between | wollman | 2003-08-19 | 2 | -0/+4 |
* | Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEM | wollman | 2003-08-19 | 2 | -18/+51 |
* | Some servers respond to RETR in active mode with 125 (connection already | des | 2003-08-19 | 1 | -1/+1 |
* | Support printing 64 bits pointer and long integer. | davidxu | 2003-08-19 | 2 | -20/+54 |
* | Save and restore errno around sigprocmask. | davidxu | 2003-08-19 | 2 | -2/+10 |
* | style.Makefile(5) | obrien | 2003-08-18 | 15 | -21/+17 |
* | Direct call exit if thread was never created. This makes it safe to call | davidxu | 2003-08-18 | 2 | -0/+4 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 24 | -162/+94 |
* | It is not an error to have no devices. | phk | 2003-08-17 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 20 | -10/+30 |
* | Imply NOLIBC_R for PowerPC. | obrien | 2003-08-16 | 1 | -1/+1 |
* | Fix wrong identifier on .end directive. The SYSCALL macro does name | marcel | 2003-08-16 | 4 | -4/+4 |
* | If threaded mode is not turned on yet, direct call __sys_sched_yield. | davidxu | 2003-08-16 | 2 | -4/+6 |
* | Replace some syscalls with libc version, this makes abort work better with | davidxu | 2003-08-16 | 1 | -10/+7 |
* | Keep initial kse and kse group just like we keep initial thread, | davidxu | 2003-08-16 | 2 | -18/+22 |
* | Access user provided pointer out of lock, and also check the case when | davidxu | 2003-08-16 | 2 | -16/+20 |
* | Don't run verify directly as that would require the perl script to | marcel | 2003-08-13 | 2 | -6/+8 |
* | Always set tcb for bound thread, and switch tcb for M:N thread at correct | davidxu | 2003-08-13 | 2 | -14/+36 |
* | Don't forget to set kcb_self. | davidxu | 2003-08-12 | 2 | -0/+2 |
* | Correctly set current tcb. This fixes some IA64/KSE problems. | davidxu | 2003-08-12 | 2 | -34/+22 |
* | Make the documentation of PT_STEP match its implementation: the | iedowse | 2003-08-11 | 1 | -2/+3 |
* | Add the mlockall()/munlockall() system call manual page from NetBSD. | bms | 2003-08-11 | 1 | -0/+140 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 7 | -8/+9 |
* | Add some quick pathes to exit process when signal action is default and | davidxu | 2003-08-10 | 2 | -0/+42 |
* | Initialize rtld lock just before turning on thread mode and | davidxu | 2003-08-10 | 6 | -70/+74 |
* | If thread mode is not activated yet, just call __sys_fork() directly, | davidxu | 2003-08-10 | 2 | -2/+44 |
* | Tweak rtld lock to allow recursive on reader lock and detect recursive | davidxu | 2003-08-10 | 2 | -20/+134 |
* | If thread mode is not activated yet, don't do extra work. | davidxu | 2003-08-10 | 2 | -0/+8 |
* | For type 0 rng lower initial drop to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -1/+5 |
* | Fix the case of the encoding name in the ENCODING line. Names are | tjr | 2003-08-10 | 1 | -1/+1 |
* | Cross-reference gbk(5). | tjr | 2003-08-10 | 1 | -0/+1 |
* | Cross-reference gbk(5) now that it exists. Fix a copy & paste error: | tjr | 2003-08-10 | 1 | -1/+2 |
* | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 2 | -1/+63 |
* | Add a cross reference to Unicode 3.0. | tjr | 2003-08-10 | 1 | -1/+6 |
* | Add cross references to the new character encoding manual pages, | tjr | 2003-08-10 | 1 | -1/+5 |
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 4 | -1/+189 |
* | o There are 6 trap disable bits in ar.fpsr, not five. Even though we | marcel | 2003-08-09 | 2 | -4/+4 |
* | Add libpthread to the alpha build. | deischen | 2003-08-09 | 1 | -9/+3 |
* | Add alpha support to libpthread. It compiles but hasn't been tested; | deischen | 2003-08-09 | 6 | -1/+761 |
* | Add signalcontext() which will be needed by libpthread. | deischen | 2003-08-09 | 2 | -1/+104 |
* | Add the POSIX 1003.1-2001 posix_madvise() interface. | bms | 2003-08-09 | 4 | -4/+29 |
* | o Add code to GC freed KSEs and KSE groups | davidxu | 2003-08-08 | 2 | -50/+232 |
* | Since it builds and seems to work OK, add libpthread to the amd64 build. | deischen | 2003-08-08 | 1 | -0/+3 |