summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-08-13SYSPTSIZE is orhpaned, so g/c the poor define.Miod Vallat
2001-08-13ecacheon(), ecacheoff() good bye.Miod Vallat
2001-08-12Actually, I was there only to remove an nappropriate hp300Miod Vallat
2001-08-12I was expecting our documentation guys to correct this, especiallyMiod Vallat
2001-08-12Oh, and STACKCHECK also is a 4.4BSDism.Miod Vallat
2001-08-12BUFFERS_UNMANAGED my ass, probably more outdated or obsolete thingsMiod Vallat
2001-08-12BUFFERS_UNMANAGED est une grosse fumisterie.Miod Vallat
2001-08-12less includesMichael Shalayeff
2001-08-12uvm_extern.h is enough hereMichael Shalayeff
2001-08-12vm_pager.h no moreMichael Shalayeff
2001-08-12Actually, I'm not fond of include files including <uvm/uvm_extern.h>,Miod Vallat
2001-08-12this does not seem to require none of the vm headers even and compiles okMichael Shalayeff
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12ok, this is the last vm_prot.h slackupMichael Shalayeff
2001-08-12wsmux does not need to be cdev_decl'ed hereMichael Shalayeff
2001-08-12vm_extern.h no moreMichael Shalayeff
2001-08-12Adapt to <vm/vm_prot.h> removal.Miod Vallat
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat
2001-08-12g/c unused fields.Miod Vallat
2001-08-12g/c old, unused, constants.Miod Vallat
2001-08-12Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS.Miod Vallat
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-12Fix build after breakage.Dale Rahn
2001-08-12make it compileMichael Shalayeff
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-12Remove asserts, there is enough diag code there.Miod Vallat
2001-08-11Cleanup.Miod Vallat
2001-08-11Add wint_t type declaration.Miod Vallat
2001-08-11Looks like you're not needed, pal.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11redundant includesArtur Grabowski
2001-08-11redundant includes.Artur Grabowski
2001-08-11unnecessary includes.Artur Grabowski
2001-08-11unnecessary includes.Artur Grabowski
2001-08-11make this compile without akbd in the kernel configuration.Matthieu Herrb
2001-08-11Some fixes from NetBSD.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-08-11swapmap is gone forever.Artur Grabowski
2001-08-11Make m18x_cmmu.c only compiled if support for 187 or 188 is required.Miod Vallat
2001-08-11Use more sensible malloc type.Artur Grabowski
2001-08-11Include files serve a purpose. Move lots of extern statements fromMiod Vallat
2001-08-11Make iomap_mapout() a void function, since its return value is always 1Miod Vallat
2001-08-10convert V->P table memory allocations to pool.Dale Rahn
2001-08-08New timeouts.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-08-08vga_{isa,pci}.h -> vga.h since the former no longer exists.Todd C. Miller
2001-08-08IPCOMP removal. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08__dead doesn't work on function pointers.Artur Grabowski