summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an EV_SET() convenience macro for initializing struct kevent priorjlemon2001-02-242-2/+11
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichjlemon2001-02-242-0/+9
* When returning EV_EOF for the socket read/write filters, also returnjlemon2001-02-241-0/+2
* Stricter style(9) conformance - remove unnecessary blank lines in previouspeter2001-02-231-2/+0
* When converting soft error into a hard error, drop the connection. Thejlemon2001-02-232-6/+14
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB tojlemon2001-02-234-182/+38
* Fix typo in comment (knode -> knote).jlemon2001-02-231-1/+1
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().jlemon2001-02-234-0/+24
* Test out the kernel console just before launching the AP's.jhb2001-02-231-0/+24
* Use correct list pointer when detaching knote from list.jlemon2001-02-231-1/+2
* Introduce per-swap area accounting in the VM system, and exportrwatson2001-02-234-3/+44
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-235-7/+59
* Free lock before calling panic so that subsequent attempt to write outmckusick2001-02-231-62/+191
* Additional enhancments to allow IBM Etherjet cards to be probed,imp2001-02-234-111/+137
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-233-12/+27
* 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
OpenPOWER on IntegriCloud