summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Abolish the 'show ktr_first' and 'show ktr_next' commands.jhb2001-02-201-40/+38
* This time really fix the machine/lock.h thing. This time don't fool makepeter2001-02-201-1/+4
* Back out a controverial commit.obrien2001-02-201-1/+1
* Preserve alignment of first mbuf in m_copypacket.luigi2001-02-201-0/+4
* MFS: rev 1.28.2.2 - Support GCC 3.0.obrien2001-02-201-1/+1
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-2025-131/+18
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-202-10/+8
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-202-2/+6
* Regengallatin2001-02-203-13/+13
* Sort out the umount breakage introduced in the last 2 revisions.gallatin2001-02-201-4/+4
* Correct IPv4 option processing.kris2001-02-202-2/+22
* Hook up the linux module for alpha again.jlemon2001-02-201-3/+3
* Regenerate.jlemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
* Move linux to i386 only until it gets fixed for alpha (again).mjacob2001-02-191-3/+3
* Back out rev 1.92peter2001-02-191-1/+0
OpenPOWER on IntegriCloud