summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only call in_pcbnotify if the src port number != 0, as wejesper2001-02-203-0/+41
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-202-4/+11
* Send a ICMP unreachable instead of dropping the packet silent, if wejesper2001-02-201-1/+12
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyjesper2001-02-201-3/+1
* forced commit to note that the last delta also reordered some code inalfred2001-02-201-1/+1
* Take a shot at making vinum devfs aware.alfred2001-02-204-19/+57
* This patch corrects two problems with the rate limiting codemckusick2001-02-201-4/+9
* - In the KTR_EXTEND case, use a const char * to point to the passed injhb2001-02-202-14/+11
* Typo fixes: prefered -> preferredkris2001-02-201-1/+1
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-205-190/+120
* Better detection of duplicated initialization.simokawa2001-02-201-2/+8
* - Axe unused macros used by BSD/OS in assembly for KTR tracing.jhb2001-02-201-7/+1
OpenPOWER on IntegriCloud