aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump FreeBSD version to reflect changes to libc and libc_r.Daniel Eischen2001-01-241-1/+1
* -pthread -> -lc_rDaniel Eischen2001-01-241-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-24306-3478/+3895
* Add a lock to DIR to make telldir and friends MT-safe.Daniel Eischen2001-01-242-54/+5
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-24190-997/+1582
* - Catch up to new proc flags.John Baldwin2001-01-242-7/+8
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-243-2/+5
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-2456-1373/+615
* Argh, I didn't get this test right when I converted it. Break this upJohn Baldwin2001-01-241-10/+9
* mdoc(7) police: Remove the debug line that prevents hyphenationRuslan Ermilov2001-01-241-1/+0
* - Catch up to proc flag changes.John Baldwin2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledJohn Baldwin2001-01-241-0/+3
* - Catch up to proc flag changes.John Baldwin2001-01-241-27/+43
* - Catch up to proc flag changes.John Baldwin2001-01-243-5/+15
* - Catch up to proc flag changes.John Baldwin2001-01-241-2/+3
* - Catch up to proc flag changes.John Baldwin2001-01-241-4/+18
* - Catch up to proc flag changes.John Baldwin2001-01-241-14/+35
* - Catch up to proc flag changes.John Baldwin2001-01-241-2/+6
* - Catch up to proc flag changes.John Baldwin2001-01-241-25/+29
* - Proc locking.John Baldwin2001-01-241-13/+20
* - Add a mtx_assert() for sched_lock in calcru().John Baldwin2001-01-241-0/+3
* - Proc locking.John Baldwin2001-01-241-31/+36
* - Don't use a union and fun tricks to shave one extra pointer off of structJohn Baldwin2001-01-244-256/+230
* - Catch up to proc flag changes.John Baldwin2001-01-241-3/+6
* - Catch up to proc flag changes.John Baldwin2001-01-241-4/+79
* Catch up to P_FOO -> PS_FOO changes in proc flags.John Baldwin2001-01-241-16/+15
* - Proc locking.John Baldwin2001-01-241-7/+20
* - Catch up to p_sflag changes.John Baldwin2001-01-241-20/+11
* - Proc locking.John Baldwin2001-01-241-2/+6
* - Proc locking.John Baldwin2001-01-241-41/+59
* - Proc locking.John Baldwin2001-01-242-5/+32
* - Proc locking.John Baldwin2001-01-241-22/+27
* - Proc locking around the vinumdaemon dinking with its flags.John Baldwin2001-01-241-1/+6
* Make mp_machdep.c be an optional file conditional on SMP.John Baldwin2001-01-241-1/+1
* Proc locking.John Baldwin2001-01-244-6/+36
* Use queue macros.John Baldwin2001-01-241-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.John Baldwin2001-01-241-0/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.John Baldwin2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.John Baldwin2001-01-244-16/+24
* - Proc locking.John Baldwin2001-01-241-2/+6
* - Change userret() to take a struct trapframe * as its second argument andJohn Baldwin2001-01-241-59/+61
* - Proc locking.John Baldwin2001-01-242-8/+48
* - Proc locking.John Baldwin2001-01-241-38/+47
* - Adjust some whitespace to reduce diffs with the i386 version.John Baldwin2001-01-241-103/+102
* - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier soJohn Baldwin2001-01-241-2/+48
* - Wrap the IPI interrupt handler in #ifdef SMP.John Baldwin2001-01-241-2/+4
* cpuno -> cpuid.John Baldwin2001-01-242-2/+2
* Don't import the nonexistent astpending variable.John Baldwin2001-01-241-2/+0
* Wrap the startup code used by secondary processors in #ifdef SMP.John Baldwin2001-01-241-0/+2
* Remove the Xforward_irq IPI.John Baldwin2001-01-242-8/+0