aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Assert that the proc to return is not NULL in runq_choose theJake Burkholder2001-02-241-0/+2
* Bump FreeBSD version to correspond to addition of CPUTYPE make variable.Kris Kennaway2001-02-241-1/+1
* It turns out the kernel console works fine and thus doesn't need quite thisJohn Baldwin2001-02-241-23/+0
* Add an EV_SET() convenience macro for initializing struct kevent priorJonathan Lemon2001-02-242-2/+11
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichJonathan Lemon2001-02-242-0/+9
* When returning EV_EOF for the socket read/write filters, also returnJonathan Lemon2001-02-241-0/+2
* Stricter style(9) conformance - remove unnecessary blank lines in previousPeter Wemm2001-02-231-2/+0
* When converting soft error into a hard error, drop the connection. TheJonathan Lemon2001-02-232-6/+14
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB toJonathan Lemon2001-02-234-182/+38
* Fix typo in comment (knode -> knote).Jonathan Lemon2001-02-231-1/+1
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().Jonathan Lemon2001-02-234-0/+24
* Test out the kernel console just before launching the AP's.John Baldwin2001-02-231-0/+24
* Use correct list pointer when detaching knote from list.Jonathan Lemon2001-02-231-1/+2
* Introduce per-swap area accounting in the VM system, and exportRobert Watson2001-02-234-3/+44
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)Julian Elischer2001-02-235-7/+59
* Free lock before calling panic so that subsequent attempt to write outKirk McKusick2001-02-231-62/+191
* Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh2001-02-234-110/+136
* Fix a longstanding bug- we had the sense of what bit 14Matt Jacob2001-02-233-12/+27
* If the symbolic links @ or machine exist, do not depend on them.Warner Losh2001-02-231-3/+12
* Display the Joliet Extension 'level' in the log message.Alfred Perlstein2001-02-232-2/+2
* Sigh, nobody ever got back to me about this. So, here it is..Peter Wemm2001-02-231-8/+35
* Activate USER_LDT by default. The new thread libraries are going toPeter Wemm2001-02-2334-143/+20
* Remove undefined and unreferenced doreti_syscall_ret globl. While I'mJohn Baldwin2001-02-231-3/+1
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cJesper Skriver2001-02-225-74/+95
* Streamline updating of switchtime (don't copy code from kern_sync.c).Tor Egge2001-02-221-4/+2
* Backout previous commit. sched_lock is held, thus interrupts are preventedTor Egge2001-02-221-14/+6
* Protect update of the per processor switchtime variable againstTor Egge2001-02-222-7/+19
* The p_md.md_regs member of proc is used in signal handling to referenceJohn Baldwin2001-02-223-0/+3
* Apply patch to allow TX underrun handling without issuing a completeBill Paul2001-02-224-52/+128
* Since the PC is a pointer to a code address, change the second parameter ofJohn Baldwin2001-02-222-4/+4
* - Change ast() to take a pointer to a trapframe like other architectures.John Baldwin2001-02-224-21/+23
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-223-0/+280
* The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a whileJohn Baldwin2001-02-221-4/+0
* Axe pcb_schednest as it is no longer used.John Baldwin2001-02-222-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.John Baldwin2001-02-228-13/+13
* Don't set the sched_lock lesting level for new processes as it is noJohn Baldwin2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.John Baldwin2001-02-221-2/+2
* Synch up with the other architectures:John Baldwin2001-02-221-39/+18
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.John Baldwin2001-02-224-13/+9
* Use the MI fork_return() fork trampoline callout function for childJohn Baldwin2001-02-221-1/+1
* - Don't dink with sched_lock in cpu_switch() since mi_switch() does thisJohn Baldwin2001-02-221-23/+14
* GC unused and now obsolete assertion macros.John Baldwin2001-02-224-36/+0
* - Axe the now unused ASS_* assertions for interrupt status.John Baldwin2001-02-221-10/+1
* Add a inline function to read the psr.John Baldwin2001-02-221-0/+11
* Add a mtx_intr_enable() macro.John Baldwin2001-02-221-0/+1
* Axe the astpending per-cpu variable.John Baldwin2001-02-223-3/+0
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andJohn Baldwin2001-02-221-3/+6
* Cleanup and clarify the comments above switch_trampoline().John Baldwin2001-02-221-2/+5
* Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit.Dag-Erling Smørgrav2001-02-221-2/+7
* Add a mtx_assert() in maybe_resched() just to be sure it's always calledJohn Baldwin2001-02-221-0/+1