aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't pretend to support ix86's with 7-bit ints by using longs just toBruce Evans1998-07-112-6/+6
* Don't pretend to support ix86's with 16-bit ints by using longs just toBruce Evans1998-07-112-19/+18
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-111-32/+32
* Add ipforward optionJulian Elischer1998-07-112-4/+4
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-07-111-15/+15
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-105-4/+44
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in theBruce Evans1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isBruce Evans1998-07-102-5/+8
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-082-14/+14
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-17/+17
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-7/+10
* "vender" -> "vendor"Eivind Eklund1998-07-061-17/+17
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-065-41/+112
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-0411-92/+234
* Check for missing keyboard.Jordan K. Hubbard1998-07-031-0/+26
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Add 3 sysctl variables for future use by ps)1_Poul-Henning Kamp1998-06-301-2/+12
* Add PSE36 to the bits we know by name.Poul-Henning Kamp1998-06-301-2/+2
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughBruce Evans1998-06-303-18/+3
* Sigh, we need this one now.Poul-Henning Kamp1998-06-301-0/+1
* These are a selection of small problems and annoyances with the netbootPoul-Henning Kamp1998-06-304-15/+56
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-302-3/+7
* move OVERRIDE_TUNER from i386 to general options... it's not i386John-Mark Gurney1998-06-301-3/+1
* document options to hardwire GUS irq/dmas...John-Mark Gurney1998-06-304-3/+20
* document PCI_QUIET that prevents pci from compiling in so many stringsJohn-Mark Gurney1998-06-302-4/+14
* document some VM paging options for cache sizes:John-Mark Gurney1998-06-302-2/+12
* document and make EXPORTMFS a new style optionJohn-Mark Gurney1998-06-302-2/+6
* convert some nfs tunables to options, these are:John-Mark Gurney1998-06-304-6/+30
* Fixed bogus dependency on `beforedepend'. File targets should neverBruce Evans1998-06-291-2/+2
* Add D_DISK flag.Poul-Henning Kamp1998-06-262-4/+4
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-251-53/+27
* Oops, add ppc to the 'tty' imask.Mike Smith1998-06-242-4/+4
* Fix race condition for creation of vnode_if.c and vnode_if.h.Eivind Eklund1998-06-241-5/+7
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-241-5/+2
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-241-1/+9
* Removed unused includes.Bruce Evans1998-06-217-16/+7
* Removed unused includes.Bruce Evans1998-06-211-2/+3
* Removed unused includes.Bruce Evans1998-06-211-2/+3
* Removed unused includes.Bruce Evans1998-06-211-10/+6
* Removed unused includes.Bruce Evans1998-06-211-3/+2
* Removed unused includes.Bruce Evans1998-06-211-5/+3
* Removed unused includes.Bruce Evans1998-06-217-20/+5
* Ifdefed a conditionally used include.Bruce Evans1998-06-211-1/+3
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.Stephen McKay1998-06-211-3/+1
* Moved P1003 options from the middle of the devices section to theBruce Evans1998-06-212-32/+30
* Converted add_interrupt_randomness() to take a `void *' arg. RewroteBruce Evans1998-06-213-68/+76
* Converted isa_strayintr() to take a `void *' arg.Bruce Evans1998-06-182-20/+22
* Changed the type of an isa/general interrupt handler to take aBruce Evans1998-06-187-18/+32
* Renambed sbintr to sb_intr to avoid a conflict with the (nowBruce Evans1998-06-171-5/+5
* Don't depend on <sys/conf.h> declaring isa device structs or isaBruce Evans1998-06-172-2/+4