summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-2/+21
* An SMP-specific change: eliminate a check on bsp_apic_readyalc1999-07-101-11/+5
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-101-400/+170
* Add apmd support code.iwasaki1999-07-103-25/+502
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-1013-156/+66
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-102-24/+26
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-093-4/+21
* Implement support for hardware debug registers on the i386.jlemon1999-07-098-8/+183
* Implement VT_RELDISP ioctlmarcel1999-07-082-2/+8
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-082-5/+6
* Rename bpfilter to bpf.des1999-07-0622-136/+136
* Quieten gcc paranoia.peter1999-07-061-2/+2
* Typo: s/0ff0/0xff0/peter1999-07-061-2/+2
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needmarcel1999-07-061-1/+17
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-063-44/+82
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-064-33/+33
* Add Centaur/IDT WinChip support.green1999-07-061-1/+14
* I made some cleanups, rearranged things a bit, and made AMD Features defaultgreen1999-07-061-47/+52
* Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return amarcel1999-07-051-3/+3
* The IDA driver is 'ida', not 'id'msmith1999-07-051-3/+3
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-051-7/+1
* Add an extra space to " AMD Features=" to make it line up well.green1999-07-051-2/+2
* K6-III CPUs are now case:d in the appropriate switch; also, ingreen1999-07-051-4/+54
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-042-6/+4
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-041-2/+19
* Some cleanup and rearrangement. hw.physmem is now an absolute quantity;jlemon1999-07-041-121/+98
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-2/+4
* Update comment for new location of soft-updates sources.jdp1999-07-032-4/+4
* printf int/dev_t (pointer) warningpeter1999-07-031-3/+3
* Delete stray static prototype.peter1999-07-031-2/+1
* Improve compatibility with other systems by changing the defaultimp1999-07-034-4/+40
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-032-219/+215
* Only have the pci component compiled if pci is specified at config.peter1999-07-031-3/+3
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-032-345/+1
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-031-4/+5
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-031-8/+18
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-035-7/+25
* Lightly overhaul the memory sizing code again.msmith1999-07-021-80/+127
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-021-40/+35
* Sync with GENERIC.. (Gee, this is a useful file..)peter1999-07-021-118/+108
* Zap totally the npx0 memory size override. It only worked if staticallypeter1999-07-021-14/+2
* Working kernel tags!jkh1999-07-021-2/+5
* 127 fire Firewire driver <ikob@koganei.wide.ad.jp>jkh1999-07-021-1/+2
* Remove the now-bogus comment about using iosiz with npx0 for memoryjkh1999-07-012-24/+4
* Look up the kernel environment for MAXMEM as a final override for thepeter1999-07-011-3/+9
* Move kern_envp and preload initialization a little earlier so that wepeter1999-07-011-9/+8
* Fix some warnings, unused functions etc.peter1999-07-011-9/+17
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* An SMP-specific change: Remove unnecessary lock acquires and releasesalc1999-06-301-27/+12
OpenPOWER on IntegriCloud