summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-07-111-15/+15
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-105-4/+44
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-102-5/+8
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-082-14/+14
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-17/+17
* Added a `build-tools' target for internal tools.bde1998-07-071-7/+10
* "vender" -> "vendor"eivind1998-07-061-17/+17
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-065-41/+112
* There is no such thing any more as "struct bdevsw".julian1998-07-0411-92/+234
* Check for missing keyboard.jkh1998-07-031-0/+26
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Add 3 sysctl variables for future use by ps)1_phk1998-06-301-2/+12
* Add PSE36 to the bits we know by name.phk1998-06-301-2/+2
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughbde1998-06-303-18/+3
* Sigh, we need this one now.phk1998-06-301-0/+1
* These are a selection of small problems and annoyances with the netbootphk1998-06-304-15/+56
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug thejmg1998-06-302-3/+7
* move OVERRIDE_TUNER from i386 to general options... it's not i386jmg1998-06-301-3/+1
* document options to hardwire GUS irq/dmas...jmg1998-06-304-3/+20
* document PCI_QUIET that prevents pci from compiling in so many stringsjmg1998-06-302-4/+14
* document some VM paging options for cache sizes:jmg1998-06-302-2/+12
* document and make EXPORTMFS a new style optionjmg1998-06-302-2/+6
* convert some nfs tunables to options, these are:jmg1998-06-304-6/+30
* Fixed bogus dependency on `beforedepend'. File targets should neverbde1998-06-291-2/+2
* Add D_DISK flag.phk1998-06-262-4/+4
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-53/+27
* Oops, add ppc to the 'tty' imask.msmith1998-06-242-4/+4
* Fix race condition for creation of vnode_if.c and vnode_if.h.eivind1998-06-241-5/+7
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTyokota1998-06-241-5/+2
* Avoid some panics in sio_unload which gets called with various dirtphk1998-06-241-1/+9
* Removed unused includes.bde1998-06-217-16/+7
* Removed unused includes.bde1998-06-211-2/+3
* Removed unused includes.bde1998-06-211-2/+3
* Removed unused includes.bde1998-06-211-10/+6
* Removed unused includes.bde1998-06-211-3/+2
* Removed unused includes.bde1998-06-211-5/+3
* Removed unused includes.bde1998-06-217-20/+5
* Ifdefed a conditionally used include.bde1998-06-211-1/+3
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-211-3/+1
* Moved P1003 options from the middle of the devices section to thebde1998-06-212-32/+30
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-213-68/+76
* Converted isa_strayintr() to take a `void *' arg.bde1998-06-182-20/+22
* Changed the type of an isa/general interrupt handler to take abde1998-06-187-18/+32
* Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-171-5/+5
* Don't depend on <sys/conf.h> declaring isa device structs or isabde1998-06-172-2/+4
* Declare bsintr when PC98 is defined.kato1998-06-171-1/+4
* Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-171-2/+2
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-175-16/+60
* Include <i386/isa/pnp.h> after including its prerequisitebde1998-06-171-5/+5
OpenPOWER on IntegriCloud