summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Since the PC is a pointer to a code address, change the second parameter ofjhb2001-02-222-4/+4
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-224-21/+23
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-223-0/+280
* The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a whilejhb2001-02-221-4/+0
* Axe pcb_schednest as it is no longer used.jhb2001-02-222-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-228-13/+13
* Don't set the sched_lock lesting level for new processes as it is nojhb2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.jhb2001-02-221-2/+2
* Synch up with the other architectures:jhb2001-02-221-39/+18
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-224-13/+9
* Use the MI fork_return() fork trampoline callout function for childjhb2001-02-221-1/+1
* - Don't dink with sched_lock in cpu_switch() since mi_switch() does thisjhb2001-02-221-23/+14
* GC unused and now obsolete assertion macros.jhb2001-02-224-36/+0
* - Axe the now unused ASS_* assertions for interrupt status.jhb2001-02-221-10/+1
* Add a inline function to read the psr.jhb2001-02-221-0/+11
* Add a mtx_intr_enable() macro.jhb2001-02-221-0/+1
* Axe the astpending per-cpu variable.jhb2001-02-223-3/+0
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andjhb2001-02-221-3/+6
* Cleanup and clarify the comments above switch_trampoline().jhb2001-02-221-2/+5
* Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit.des2001-02-221-2/+7
* Add a mtx_assert() in maybe_resched() just to be sure it's always calledjhb2001-02-221-0/+1
* Lock need_resched with sched_lock.jhb2001-02-222-4/+14
* Catch up to new MI astpending and need_resched handling.jhb2001-02-223-26/+1
* Whenever the user might be offered a chance to quit throughdcs2001-02-221-4/+7
* When cleaning up excess inode dependencies, check for being done.mckusick2001-02-221-0/+2
* Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORTjhb2001-02-223-21/+0
* Convert an instance of 8 spaces to a tab.jhb2001-02-221-1/+1
* Restore a print_sense=FALSE that got nuked by accident in last delta.mjacob2001-02-221-0/+1
* Work around a race condition where an interrupt handler can be removed fromjhb2001-02-222-3/+35
* Just use the ithread->it_proc directly in a KTR tracepoint instead ofjhb2001-02-221-2/+1
* Add KTR tracepoints for adding/removing interrupt handlers,jhb2001-02-221-0/+8
* - Use the NOCPU constant.jhb2001-02-223-9/+9
* Quiet a warning with a uintptr_t cast.jhb2001-02-221-1/+1
* - Use the new NOCPU constant.jhb2001-02-221-2/+2
* Fix a bug where the 'ithread' variable was being set in a KASSERT()jhb2001-02-221-2/+2
* Remove attempt to add in PREEMPTION #ifdef test in MI code that didn'tjhb2001-02-212-2/+4
* Big round of minor updates:wpaul2001-02-2119-278/+249
* aic7xxx.c:gibbs2001-02-216-122/+194
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* Use the correct device names (now that we have devfs to embarrass us).mjacob2001-02-211-7/+7
* Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.jesper2001-02-211-12/+1
* Fixed warnings.nyan2001-02-216-28/+28
* Add VI_LOCK(), VI_TRYLOCK() and VI_UNLOCK() macros to isolate implementationbp2001-02-211-0/+4
* Merged from sys/isa/sio.c revision 1.326.kato2001-02-212-4/+6
* Merged from sys/i386/isa/clock.c revision 1.170.kato2001-02-213-18/+3
* Merged from sys/i386/i386/machdep.c revision 1.441.kato2001-02-212-2/+0
* Fix parameter order in the calls to MGET().bp2001-02-211-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-2134-124/+190
* o Remove unnecessary jail() check in bpfopen() -- we limit device accessrwatson2001-02-211-3/+0
* Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interactiontegge2001-02-201-0/+4
OpenPOWER on IntegriCloud