summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Make casuptr return the old value of the location we're trying to update,jake2003-04-024-25/+25
* - Add in support for KSEs with 0 slice values on the run queue. If we tryjeff2003-04-021-34/+90
* - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't takejake2003-04-011-4/+3
* - Set the version number in the mcontext in get_mcontext and check it injake2003-04-011-6/+9
* Observe conservation of packets when entering Fast Recovery whilehsu2003-04-013-6/+43
* #include <geom/geom_disk.h>phk2003-04-011-0/+1
* Include <geom/geom_disk.h> not <sys/disk.h>phk2003-04-011-1/+1
* Remove the #define for bioqdisksort(), it's no longer needed.phk2003-04-011-1/+0
* I think the divorce successed, so stop #including <geom/geom_disk.h>phk2003-04-011-2/+1
* Add a crutch so that direct-mapped DMA works on alpha. This is a stepgallatin2003-04-011-0/+4
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-0141-109/+61
* Don't include <sys/disk.h>.phk2003-04-011-2/+0
* Start to split the GEOM/diskdriver specific bits into geom/geom_disk.hphk2003-04-012-47/+94
* Introduce bioq_flush() function.phk2003-04-012-0/+16
* Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.phk2003-04-011-0/+1
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.phk2003-04-011-0/+1
* - smb_td_intr takes a thread as an argument not a proc.jeff2003-04-011-1/+1
* - smb_proc_intr is now spelled smb_td_intr.jeff2003-04-011-1/+1
* - p will be unused in cursig() if INVARIANTS is not defined. Access itjeff2003-04-011-3/+1
* Don't include <sys/buf.h> needlessly.phk2003-04-012-2/+4
* Fix KASSERT syntax error.phk2003-04-012-2/+2
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-016-1/+47
* Fix KASSERT syntax errors.phk2003-04-012-4/+4
* Remove the old config interface, the new OAM is sufficiently functionalphk2003-04-012-138/+0
* Remove the old config interface now that the new OAM is functional.phk2003-04-011-153/+0
* - Add a flags field to struct pcb. Use this to keep track of wether orjake2003-04-015-4/+46
* - Don't allow tf_wstate to be set in set_regs.jake2003-04-011-1/+6
* Implement cpu_set_upcall.jake2003-04-011-1/+13
* - Rename pcb_fpstate to pcb_ufp (user floating point), and change it tojake2003-04-017-70/+39
* Rename pcb_fp to pcb_sp, so as to not be confused with floating pointjake2003-04-015-9/+9
* Specify the M_WAITOK flag explicitly in the MALLOC call to silence atjr2003-04-011-1/+2
* Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtimetjr2003-04-011-1/+2
* Implement casuptr.jake2003-04-012-7/+23
* - Regen.jeff2003-04-015-9/+9
* - thr_exit() should no longer be called with Giant held.jeff2003-04-011-2/+0
* - 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
OpenPOWER on IntegriCloud