summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If the symbolic links @ or machine exist, do not depend on them.imp2001-02-231-3/+12
* Display the Joliet Extension 'level' in the log message.alfred2001-02-232-2/+2
* Sigh, nobody ever got back to me about this. So, here it is..peter2001-02-231-8/+35
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-2334-143/+20
* Remove undefined and unreferenced doreti_syscall_ret globl. While I'mjhb2001-02-231-3/+1
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-225-74/+95
* Streamline updating of switchtime (don't copy code from kern_sync.c).tegge2001-02-221-4/+2
* Backout previous commit. sched_lock is held, thus interrupts are preventedtegge2001-02-221-14/+6
* Protect update of the per processor switchtime variable againsttegge2001-02-222-7/+19
* The p_md.md_regs member of proc is used in signal handling to referencejhb2001-02-223-0/+3
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-224-52/+128
* 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
OpenPOWER on IntegriCloud