Age | Commit message (Expand) | Author |
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski |
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert |
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist |
2001-04-03 | If you cannot test your work, please do not do commits and then break userland | Theo de Raadt |
2001-04-02 | PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD. | Niklas Hallqvist |
2001-03-28 | Replaced with bt8xx.h; byebye. | Federico G. Schwindt |
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist |
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson |
2001-02-06 | missed ) in if() | Michael Shalayeff |
2001-02-06 | i can be stooooopid | Michael Shalayeff |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell |
2001-02-04 | Minor indent botch. | Aaron Campbell |
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff |
2001-01-30 | Support for the wscons machine-independent console driver on the i386. To | Aaron Campbell |
2001-01-26 | more special regs definitions; use names from pctr.h for those it uses | Michael Shalayeff |
2001-01-26 | define large page frame mask; also remove trailing spaces | Michael Shalayeff |
2001-01-25 | constify cpuid tables | Michael Shalayeff |
2001-01-25 | detect Transmeta cpus | Theo de Raadt |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2001-01-23 | recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of su... | Theo de Raadt |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist |
2000-08-05 | pasto | Niklas Hallqvist |
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson |
2000-07-05 | Add a breakpoint() inline for use with KGDB. | Hugh Graham |
2000-06-07 | look into config flags for version enforcement and other flags | Michael Shalayeff |
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski |
2000-05-24 | Add an extra byte to the end of struct pcb and make sure that it is set to | Brandon Creighton |
2000-04-25 | A fix to the dreaded isadmaattach panic which hunts people playing with | Niklas Hallqvist |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |
2000-04-07 | Protect MAXPHYS against redefinition- this allows you to make a config | mjacob |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff |
2000-03-15 | implimented -> implemented | Todd T. Fries |
2000-03-05 | export bios_pciinfo for the whole _KERNEL, there will be more files to use it | Michael Shalayeff |
2000-03-01 | Much nicer pte.h commented by Chuck Cranor; from NetBSD | Niklas Hallqvist |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-18 | full support for a serial console. | Michael Shalayeff |