summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-209-1/+1879
* o Add additional comment describing vaccess() behavior.rwatson2000-09-202-0/+14
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNAwpaul2000-09-203-1/+284
* regeneratewpaul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.wpaul2000-09-201-0/+1
* Clean up the VIA id's a bit and add the K[TX]133 chipsetssos2000-09-201-7/+12
* Remove unneeded includessos2000-09-206-11/+3
* Remove the last two uses of ahc->unit in the FreeBSD version of the driver.gibbs2000-09-202-4/+6
* Ignore power button and sleep button events for 5 sec.iwasaki2000-09-202-2/+24
* Improve region I/O sub-routines by re-writing most of low level partiwasaki2000-09-207-300/+615
* If this is a Davicom DM9102A and we're enabling the homePNA link, forcewpaul2000-09-202-8/+18
* Mention the AAC_COMPAT_LINUX optionmsmith2000-09-192-0/+10
* Fully initialize msqids[]. This could lead to ENOSPC and other strangepeter2000-09-191-0/+1
* Add card_if.himp2000-09-191-1/+2
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-1913-572/+992
* Better error message when booting an SMP kernel on an UP system.eivind2000-09-192-2/+2
* Document ENABLE_VFS_IOOPTeivind2000-09-192-2/+24
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-199-18/+29
* GC some LFS lint.phk2000-09-193-18/+3
* When sending a packet back to a network interface to simulate an arrivedjulian2000-09-191-0/+1
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-198-24/+148
* Allow the user to make direct BIOS intcalls (via vm86 system) if theyjlemon2000-09-191-2/+2
* Rename "struct session" to "struct sess_con" to avoid conflict witharchie2000-09-191-4/+4
* Include <sys/proc.h> so that we can dereference something in the procmsmith2000-09-191-0/+1
* Check for the correct minimum version required by the current code.dcs2000-09-181-4/+4
* Removed NetBSD support, which bit-rotted long ago.dg2000-09-184-726/+82
* Include <sys/proc.h> to silence suser() compiler warning.rwatson2000-09-182-0/+2
* Update the prototype for "r_brk" to correspond with the change injdp2000-09-182-2/+4
* o Disallow privileged processes in jail() from directly accessingrwatson2000-09-181-1/+9
* o Allow privileged processes in jail() to override sticky bit behaviorrwatson2000-09-181-2/+2
* o Add a comment clarifying interaction between jail(), privileged processes,rwatson2000-09-181-0/+5
* o Add missing PRISON_ROOT allowing a privileged process in a jail() to notrwatson2000-09-181-1/+1
* Fix cut'n'paste bogon.des2000-09-182-2/+2
* Add new line character to debugging printf's.ps2000-09-181-4/+4
* o Substitute suser() calls for direct credential checks, which is nowrwatson2000-09-184-8/+10
* Only read to the end of the select track.sos2000-09-181-6/+9
* Since the unit number of a midi/sequencer device is expressed in 4tanimura2000-09-182-2/+2
* Ignore attempts to set flags to zero. This quenches a syslog warningphk2000-09-181-1/+1
* Steal 512KB more from system memory for heap instead of 256KB. We diedmjacob2000-09-181-9/+11
* Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leavesmjacob2000-09-181-1/+1
* Make the stack 12K- we seem to need a bit more.mjacob2000-09-181-3/+3
* Initialize 'hints_loaded' to 0.mdodd2000-09-171-1/+1
* dynamify- probe codec for supported channelscg2000-09-171-30/+50
* fix warningscg2000-09-174-6/+3
* Added a couple more missing FXP_SPLVAR()'s.dg2000-09-172-0/+4
* As a minor optimization, do suspended checking more like it was originallydg2000-09-172-2/+12
* Added missing FXP_SPLVAR() to fxp_intr().dg2000-09-172-4/+4
* Attempt to replicate the new fxp SMP locking in the changes committeddg2000-09-172-12/+16
* Added support for APM suspend/resume.dg2000-09-174-14/+222
* Add include of proc.h to make compile without SMP defined. Thiscp2000-09-172-0/+2
OpenPOWER on IntegriCloud