summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cast nfds to u_int before range checking it in order to catch negativejlemon2001-02-271-1/+2
* Initialize native priority to PRI_MAX. It was usually 0 which made ajake2001-02-265-33/+8
* Remove brackets around variables in a function that used to bejake2001-02-253-30/+30
* Make this compile in a.out mode. link.h has extra dependencies for a.out.peter2001-02-252-0/+6
* Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.peter2001-02-251-3/+3
* Remove superfluous m_pkthdr.rcv_if = NULL assignment followingbmilekic2001-02-251-2/+0
* Move netgraph spimlock order entries out ofjulian2001-02-253-6/+6
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-251-3/+3
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-8/+12
* Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.jhb2001-02-243-3/+3
* - Axe RETIP() as it was very i386 specific and unwieldy. Instead, use thejhb2001-02-243-39/+36
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-241-0/+549
* Add knowledge of the netgraph spinlocks into the Witness code.julian2001-02-243-0/+6
* - Assert that the proc to return is not NULL in runq_choose thejake2001-02-241-0/+2
* It turns out the kernel console works fine and thus doesn't need quite thisjhb2001-02-241-23/+0
* Add an EV_SET() convenience macro for initializing struct kevent priorjlemon2001-02-241-1/+1
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichjlemon2001-02-241-0/+4
* 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
* 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-232-0/+10
* Test out the kernel console just before launching the AP's.jhb2001-02-231-0/+24
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-3/+0
* 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-221-0/+1
* Since the PC is a pointer to a code address, change the second parameter ofjhb2001-02-221-2/+2
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-221-7/+7
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-221-3/+2
* 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-221-2/+7
* Work around a race condition where an interrupt handler can be removed fromjhb2001-02-221-3/+34
* 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-211-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-2116-78/+131
* Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interactiontegge2001-02-201-0/+4
* - In the KTR_EXTEND case, use a const char * to point to the passed injhb2001-02-201-5/+5
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-47/+101
* - Abolish the 'show ktr_first' and 'show ktr_next' commands.jhb2001-02-201-40/+38
* Preserve alignment of first mbuf in m_copypacket.luigi2001-02-201-0/+4
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-203-1/+14
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-191-1/+1
* Fixed a longstanding latency bug in signal delivery. When a signalbde2001-02-191-6/+2
OpenPOWER on IntegriCloud