| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the kern.osreldate documentation to document the present format | eivind | 2003-09-01 | 1 | -2/+17 |
* | Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to | rwatson | 2003-08-30 | 1 | -1/+2 |
* | Unbreak the NOINSTALLLIB install. | ru | 2003-08-30 | 2 | -0/+4 |
* | Allow the concurrency level to be reduced. | deischen | 2003-08-30 | 6 | -70/+126 |
* | Document that read(2) can also return EPERM | dds | 2003-08-30 | 1 | -0/+3 |
* | Add a reference to bn(3) for those looking for functional multiprecision | seanc | 2003-08-30 | 1 | -0/+1 |
* | Don't close a FILE * which we know is bogus. | des | 2003-08-29 | 1 | -1/+0 |
* | Introduce more knobs to slim down FreeBSD userland | phk | 2003-08-29 | 1 | -1/+5 |
* | Ignore ccd(4)'s. This is not the best solution, but it at least removes | obrien | 2003-08-28 | 1 | -0/+2 |
* | Make build of libatm depend on existing NOATM conditional. | phk | 2003-08-27 | 1 | -1/+5 |
* | Clarify text | eivind | 2003-08-26 | 1 | -1/+1 |
* | 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 |