summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-196-6/+3
* Fixed a longstanding latency bug in signal delivery. When a signalbde2001-02-191-6/+2
* Use ttymalloc() instead of roll-our-own.peter2001-02-191-14/+1
* Changed the aston() family to operate on a specified process instead ofbde2001-02-199-20/+24
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-197-38/+7
* "Fix" the machine/lock.h problem in modules depend with a sledge hammer.peter2001-02-181-0/+1
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-183-3/+3
* Insert entropy harvesting calls for network traffic. Bymarkm2001-02-182-0/+8
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-182-2/+2
* Provide the infrastructure for sysadmins to select the broad classmarkm2001-02-183-1/+27
OpenPOWER on IntegriCloud