aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-1913-572/+992
* Better error message when booting an SMP kernel on an UP system.Eivind Eklund2000-09-192-2/+2
* Document ENABLE_VFS_IOOPTEivind Eklund2000-09-192-2/+24
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-199-18/+29
* GC some LFS lint.Poul-Henning Kamp2000-09-193-18/+3
* When sending a packet back to a network interface to simulate an arrivedJulian Elischer2000-09-191-0/+1
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-198-24/+148
* Allow the user to make direct BIOS intcalls (via vm86 system) if theyJonathan Lemon2000-09-191-2/+2
* Rename "struct session" to "struct sess_con" to avoid conflict withArchie Cobbs2000-09-191-4/+4
* Include <sys/proc.h> so that we can dereference something in the procMike Smith2000-09-191-0/+1
* Check for the correct minimum version required by the current code.Daniel C. Sobral2000-09-181-4/+4
* Removed NetBSD support, which bit-rotted long ago.David Greenman2000-09-184-726/+82
* Include <sys/proc.h> to silence suser() compiler warning.Robert Watson2000-09-182-0/+2
* Update the prototype for "r_brk" to correspond with the change inJohn Polstra2000-09-182-2/+4
* o Disallow privileged processes in jail() from directly accessingRobert Watson2000-09-181-1/+9
* o Allow privileged processes in jail() to override sticky bit behaviorRobert Watson2000-09-181-2/+2
* o Add a comment clarifying interaction between jail(), privileged processes,Robert Watson2000-09-181-0/+5
* o Add missing PRISON_ROOT allowing a privileged process in a jail() to notRobert Watson2000-09-181-1/+1
* Fix cut'n'paste bogon.Dag-Erling Smørgrav2000-09-182-2/+2
* Add new line character to debugging printf's.Paul Saab2000-09-181-4/+4
* o Substitute suser() calls for direct credential checks, which is nowRobert Watson2000-09-184-8/+10
* Only read to the end of the select track.Søren Schmidt2000-09-181-6/+9
* Since the unit number of a midi/sequencer device is expressed in 4Seigo Tanimura2000-09-182-2/+2
* Ignore attempts to set flags to zero. This quenches a syslog warningPoul-Henning Kamp2000-09-181-1/+1
* Steal 512KB more from system memory for heap instead of 256KB. We diedMatt Jacob2000-09-181-9/+11
* Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leavesMatt Jacob2000-09-181-1/+1
* Make the stack 12K- we seem to need a bit more.Matt Jacob2000-09-181-3/+3
* Initialize 'hints_loaded' to 0.Matthew N. Dodd2000-09-171-1/+1
* dynamify- probe codec for supported channelsCameron Grant2000-09-171-30/+50
* fix warningsCameron Grant2000-09-174-6/+3
* Added a couple more missing FXP_SPLVAR()'s.David Greenman2000-09-172-0/+4
* As a minor optimization, do suspended checking more like it was originallyDavid Greenman2000-09-172-2/+12
* Added missing FXP_SPLVAR() to fxp_intr().David Greenman2000-09-172-4/+4
* Attempt to replicate the new fxp SMP locking in the changes committedDavid Greenman2000-09-172-12/+16
* Added support for APM suspend/resume.David Greenman2000-09-174-14/+222
* Add include of proc.h to make compile without SMP defined. ThisChuck Paterson2000-09-172-0/+2
* Silence a warning.Dag-Erling Smørgrav2000-09-171-1/+1
* Brought back schedsofttty() (SMPng casualty). Didn't bring back theBruce Evans2000-09-171-10/+7
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)MIHIRA Sanpei Yoshiro2000-09-173-0/+59
* Declare sigexit() as non-returning.Bruce Evans2000-09-171-5/+5
* Unpessimized CURSIG(). The fast path through CURSIG() was broken inBruce Evans2000-09-171-6/+6
* Uninlined CURSIG() and unpolluted <sys/signalvar.h>. CURSIG() had becomeBruce Evans2000-09-172-36/+27
* change the evaluation order of the rsvp socket in rsvp_input()Kenjiro Cho2000-09-171-31/+19
* Properly jail UDP sockets. This is quite a bit more tricky than TCP.Poul-Henning Kamp2000-09-171-5/+19
* Reverse last commit, a better fix has been found.Poul-Henning Kamp2000-09-171-8/+3
* Add locking to make able to run without the Giant lock being held. ThisChuck Paterson2000-09-174-34/+102
* Added used include of <sys/mutex.h> (don't depend on pollution inBruce Evans2000-09-174-0/+6
* Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2)Poul-Henning Kamp2000-09-171-3/+8
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set byBoris Popov2000-09-174-22/+56
* Silence lame compiler warning.Don Lewis2000-09-161-0/+2