summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. Atwpaul1999-03-071-0/+12
* When an incoming packet is reflected back as an ICMP reply, make sure wearchie1999-03-061-1/+2
* Fix callout_init(). This didn't have any practical effect since itwollman1999-03-061-2/+2
* Document PacketAliasProxyRule() and fix a typo.brian1999-03-061-1/+88
* Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFXwpaul1999-03-061-1/+19
* Fixed pedantic syntax error (trailing comma in enum).bde1999-03-061-2/+2
* Include <sys/queue.h> so that this file is almost self-sufficient, as isbde1999-03-061-4/+5
* Sync with sys/i386/i386/machdpe.c revision 1.327.kato1999-03-062-2/+6
* Upgrading a map's lock to exclusive status should incrementalc1999-03-061-2/+6
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-063-3/+6
* Move kernel-only declaration inside #ifdef KERNEL section.wollman1999-03-061-7/+5
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-065-28/+119
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-052-4/+14
* Keep track of negotiated transfer parameters for each initiator<->targetgibbs1999-03-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-052-8/+12
* Add untested code to support the aha2930U2W.gibbs1999-03-052-32/+50
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-052-81/+256
* Silence errors.gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* xpt_done has no reason to take a volatile ccb *.gibbs1999-03-051-2/+2
* Protect access to the EDT with splcam() to protect against corruptiongibbs1999-03-051-35/+96
* Add constants and macros for dealing with XPT opcode group types.gibbs1999-03-051-1/+9
* Fixed bitrot in the types of fusword() and susword(). swords willbde1999-03-051-3/+3
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-0510-28/+28
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-058-332/+301
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-2/+2
* Fix an SMP-only TLB invalidation bug. Specifically, disablealc1999-03-052-2/+10
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.alc1999-03-041-6/+15
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.kato1999-03-041-4/+7
* Added an entry for 1.44MB fd.kato1999-03-041-2/+2
* Oops, forgot to read boot.config file.kato1999-03-041-1/+2
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* When SCSI IDs are not contiguous, the loader could not find correctkato1999-03-042-9/+14
* boot2 doesn't need to say 'Can't find file boot.config.'kato1999-03-041-5/+2
* Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.kato1999-03-041-2/+2
* Sync with sys/i386/isa/sio.c revision 1.229.kato1999-03-042-6/+14
* Sync with sys/i386/conf/files.i386 revision 1.225.kato1999-03-042-2/+4
* Add the atapi fd driver (LS120 & ZIP drive support)sos1999-03-045-5/+10
* arprequest() allocates an mbuf with m_gethdr() but does not initializewpaul1999-03-041-1/+2
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-0312-612/+1159
* The tunable parameter for the scheduler quantum was inverted.julian1999-03-032-31/+25
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-036-6/+16
* Slight cleanup of code resurected for union mounts..julian1999-03-032-66/+70
* To avoid a conflict for the vm_map's lock with vm_fault, releasealc1999-03-021-4/+33
* Change SAVECONFIG ioctl: it now writes an int parameter.grog1999-03-021-1/+1
* Make comment match code.julian1999-03-021-3/+2
* Better logging when the Geometry register probe fails.imp1999-03-021-3/+3
OpenPOWER on IntegriCloud