summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed pc98 code.kato1999-09-271-14/+0
* Move if_ed.c back to files.i386 since pc98 has a special ed driver.kato1999-09-271-0/+1
* Spell 'timecounter' correctly.billf1999-09-272-2/+2
* Revert non-aha changes. They weren't supposed to go in.imp1999-09-271-1/+2
* Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingpeter1999-09-271-2/+34
* Move aha driver to dev/aha like the other drivers.imp1999-09-272-292/+1
* Bid a fond farewell to these files, they live on various forms inpeter1999-09-2611-8167/+0
* GC bdbtofsb()peter1999-09-261-8/+0
* Move the declaration of panic() from sys/systm.h to sys/param.h.eivind1999-09-261-1/+1
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-0/+1
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-2535-176/+19
* This patch clears the way for removing a number of tty relatedphk1999-09-259-176/+73
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2517-185/+3
* Oops! I enabled SOFTUPDATES by accident.phk1999-09-252-2/+2
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* Make the frequency tuneable via a sysctl.jhay1999-09-231-1/+24
* Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of thepeter1999-09-231-0/+5
* MFS: firewall -> firewall_typejkh1999-09-232-2/+2
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
OpenPOWER on IntegriCloud