Age | Commit message (Expand) | Author |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-18 | Fix functions to match prototypes. Old K&R doesn't make sense with inline | Marc Espie |
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff |
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-11 | Some fixes from NetBSD. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-07-30 | Change: | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-13 | delete duplicate definitions | Theo de Raadt |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff |
2001-06-25 | fix some constraints and spillage | Michael Shalayeff |
2001-06-24 | wrong place for cold | Michael Shalayeff |
2001-06-24 | move cold to .h | Federico G. Schwindt |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski |
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 |