Age | Commit message (Expand) | Author |
2001-08-18 | More files needed to compile/link ofwboot | Jason Wright |
2001-08-18 | Enough of NetBSD/sparc64 for ofwboot to compile/link | Jason Wright |
2001-08-18 | probe for ps2 model and check if kbd controller is present | Michael Shalayeff |
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski |
2001-08-18 | remove pv_table, it is not referenced any longer. | Dale Rahn |
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff |
2001-08-18 | Only map memory above 256MB if the memory is present in the system. | Dale Rahn |
2001-08-18 | make this compile __with__ akdb in the kernel configuration. | Dale Rahn |
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright |
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith |
2001-08-18 | Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92 | Constantine Sapuntzakis |
2001-08-17 | cut and paste typos; from art@ | Michael Shalayeff |
2001-08-17 | cut and paste typo | Michael Shalayeff |
2001-08-17 | When rounding up to the next page size, add NBPG-1, not NBPG before | Dale Rahn |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt |
2001-08-17 | depend wscons_machdep.c on wsdisplay; from Peter Galbavy <peter.galbavy@knowt... | Michael Shalayeff |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
2001-08-16 | Typo | Miod Vallat |
2001-08-15 | New timeouts, tested by beck@. | Miod Vallat |
2001-08-15 | More 197 support breakage. | Miod Vallat |
2001-08-15 | There is no need explaining how to do manually what libkvm does for you, | Miod Vallat |
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat |
2001-08-15 | Same fix as for mvmeppc needed there, forgot this one. | Miod Vallat |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat |
2001-08-13 | ecacheon(), ecacheoff() good bye. | Miod Vallat |
2001-08-12 | Actually, I was there only to remove an nappropriate hp300 | Miod Vallat |
2001-08-12 | I was expecting our documentation guys to correct this, especially | Miod Vallat |
2001-08-12 | Oh, and STACKCHECK also is a 4.4BSDism. | Miod Vallat |
2001-08-12 | BUFFERS_UNMANAGED my ass, probably more outdated or obsolete things | Miod Vallat |
2001-08-12 | BUFFERS_UNMANAGED est une grosse fumisterie. | Miod Vallat |
2001-08-12 | less includes | Michael Shalayeff |
2001-08-12 | uvm_extern.h is enough here | Michael Shalayeff |
2001-08-12 | vm_pager.h no more | Michael Shalayeff |
2001-08-12 | Actually, I'm not fond of include files including <uvm/uvm_extern.h>, | Miod Vallat |
2001-08-12 | this does not seem to require none of the vm headers even and compiles ok | Michael Shalayeff |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | ok, this is the last vm_prot.h slackup | Michael Shalayeff |
2001-08-12 | wsmux does not need to be cdev_decl'ed here | Michael Shalayeff |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-08-12 | Adapt to <vm/vm_prot.h> removal. | Miod Vallat |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
2001-08-12 | g/c unused fields. | Miod Vallat |
2001-08-12 | g/c old, unused, constants. | Miod Vallat |
2001-08-12 | Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS. | Miod Vallat |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-12 | Fix build after breakage. | Dale Rahn |
2001-08-12 | make it compile | Michael Shalayeff |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-12 | Remove asserts, there is enough diag code there. | Miod Vallat |