summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Mark the various thr syscalls as MP safe. Previously there was a bug ifjeff2003-04-011-4/+4
* - Borrow the KSE single threading code for exec and exit. We use the checkjeff2003-04-016-10/+25
* - Regen for umtx.jeff2003-04-015-7/+23
* - Add thr and umtx system calls.jeff2003-04-013-0/+24
* - Add the kern_umtx.c file to the build.jeff2003-04-011-0/+1
* - Include umtx.h in files generated by makesyscalls.shjeff2003-04-012-0/+3
* - Add an entry and a head for the queue of threads blocked on a umtx.jeff2003-04-011-0/+4
* - Add an api for doing smp safe locks in userland.jeff2003-04-012-0/+390
* - We now have to include umtx.h and ucontext.h in the system call relatedjeff2003-04-011-0/+2
* - Regen for thr related system calls.jeff2003-04-015-7/+46
* - Add the four thr related system calls.jeff2003-04-011-0/+4
* - Add kern_thr.cjeff2003-04-011-0/+1
* - Add two files to support the thr threading interface.jeff2003-04-012-0/+311
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-0111-0/+146
* - In npxgetregs() use the td argument to save the fpu state from and notjeff2003-04-013-6/+3
* - Add a placeholder for sigwaitjeff2003-03-313-0/+3
* - Regen for the sig*wait* system calls.jeff2003-03-315-11/+35
* - According to mike@FreeBSD.org SIGTHR should be hiden byjeff2003-03-311-3/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-314-6/+179
* Revert change 1.201 (removing mapping of VAPPEND to VWRITE).thomas2003-03-311-32/+2
* - Catch up with kernel signal changes.jeff2003-03-311-1/+2
* - The siglist in the proc holds signals that were blocked by all threadsjeff2003-03-310-0/+0
* - Move the NEEDSIGCHK and OLDMASK flags from proc to thread.jeff2003-03-311-10/+11
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-3136-315/+449
* Do NOT return from an non-interruptable cv_wait, falselyjulian2003-03-311-2/+0
* - Fix two calls to trapsignal() that were still passing in 'struct proc'.jeff2003-03-312-4/+4
* - Add a signal for thread synchronization. Add an XXX so that maybejeff2003-03-311-0/+4
* - Mark signals which may be delivered to any thread in the process withjeff2003-03-311-31/+32
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-3113-40/+40
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-313-25/+5
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-315-1/+28
* Add missing ()'s so that these drivers all compile again.jhb2003-03-3113-13/+13
* - Allow the physical memory size that will be actually used by the kernel tojake2003-03-312-2/+44
* If we fail to find our PCI ID in attach (this should never happen), thenjhb2003-03-311-2/+1
* Use new GEOM OAM. Kernels have supported this for a number of days, sophk2003-03-312-40/+29
* Remove some debugging in the new OAM[*] and add a debug flag for otherphk2003-03-312-5/+3
* Match "serial" as well as "se".jake2003-03-311-1/+2
* Release errata can also contain information uncovered late in thebmah2003-03-311-1/+3
* New release notes/errata: SA-03:07.bmah2003-03-313-11/+17
* Clean up locking and resource management for pci/if_*njl2003-03-3117-793/+711
* - when using a child process instead of a thread, change the child'sdes2003-03-311-2/+13
* If an ssh1 client initiated challenge-response authentication but diddes2003-03-313-1/+22
* Enable cpp(1) warnings in system headers. GCC is oriented onru2003-03-312-1/+2
* Slightly improve buildworld times by excluding crunchide(1)ru2003-03-311-4/+10
* Mention that 20021024 entry doesn't affect disks formatted inru2003-03-311-6/+8
* Trace command execution. Grammar and spelling.ru2003-03-311-3/+3
* NODEVFS cleanup: don't bother with MAKEDEV.ru2003-03-311-5/+1
* Unmount the file system and detach an underlying memory disk evenru2003-03-312-10/+8
* Revert revision 1.639 -- the "nodev" mount(8) option restrictionru2003-03-311-4/+0
* Strip the .comment section out from the BOOTMFS kernel.ru2003-03-311-1/+1
OpenPOWER on IntegriCloud