summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix a security bug. eflags was copied verbatim from userland.marcel1999-10-131-1/+2
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-121-3/+4
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-122-26/+38
* Fix APM's make_devs:nsayer1999-10-122-2/+4
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-1111-92/+88
* remove unused #includesphk1999-10-111-1/+0
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Trim some unused #includespeter1999-10-116-10/+2
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Zap unneeded #includespeter1999-10-1115-36/+4
* Delete unneeded #includepeter1999-10-111-2/+0
* Don't try and build IPFILTER in LINT.peter1999-10-102-8/+0
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-091-348/+0
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-091-1/+0
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-092-327/+0
* Remove the DPT EISA driver entry.mdodd1999-10-091-1/+0
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-081-10/+0
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-081-18/+0
* Simplification of the signal trampoline and other cleanups.marcel1999-10-077-68/+67
* Connect the 'amr' and 'mlx' drivers. They can be built as modules ormsmith1999-10-072-0/+14
* Re-synchronise the alpha major numbers list with the i386 list.msmith1999-10-071-2/+8
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* - Remove cdevsw_add().yokota1999-10-061-3/+0
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Add $FreeBSD$.phk1999-10-061-7/+6
* Removal of sys/device.hn_hibma1999-10-051-1/+1
* Re-introduction of sigcontext.marcel1999-10-044-39/+78
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-041-1/+1
* Fix style bug: order includesmarcel1999-10-041-1/+1
* Remove unused B_FORMAT #definephk1999-10-041-3/+0
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-031-0/+23
* Reinstate the 4th argument to old signal handlers. Don't set itmarcel1999-10-031-2/+2
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-033-2/+20
* Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.bde1999-10-032-6/+0
* Document SA_1FM_AT_EOD option.mjacob1999-10-022-0/+4
* ncplib continued: add appropriate options to LINT.bp1999-10-022-0/+6
* Prepare for the apm_saver screen saver module.nsayer1999-10-024-50/+100
* Implement the use of si_addr in siginfo_t.marcel1999-10-011-0/+1
* Don't check %cs *after* it has being set in sigreturn. If the checkmarcel1999-10-011-5/+6
* Back out an unintended commit. This wasn't supposed to bemdodd1999-10-011-18/+0
* Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.mdodd1999-10-015-2169/+18
* sigset_t change (part 4 of 5)marcel1999-09-2914-452/+544
* sigset_t change (part 3 of 5)marcel1999-09-299-149/+476
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-288-203/+15
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-281-4/+4
OpenPOWER on IntegriCloud