Age | Commit message (Expand) | Author |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright |
2002-02-08 | do not set any bits in pmap_enter, let the handlers take care of it; | Michael Shalayeff |
2002-02-08 | when doing the autoconf in verbose mode print the devpath | Michael Shalayeff |
2002-02-07 | remove debugging printf | Michael Shalayeff |
2002-02-07 | fix sigdebug cases; init sigcontext before it's used (; | Michael Shalayeff |
2002-02-07 | fix pid calculation and pmap_extract; from fredette@ | Michael Shalayeff |
2002-02-07 | fix irq passing on match | Michael Shalayeff |
2002-02-06 | disable debug | Michael Shalayeff |
2002-02-06 | implement signal delivery; based on fredette@'s work | Michael Shalayeff |
2002-02-06 | add a todo remark | Michael Shalayeff |
2002-02-06 | better flushing/purging of removed/changed mappings, hack around the pv/vp de... | Michael Shalayeff |
2002-02-06 | disable trapdebug, better handling of eirr too | Michael Shalayeff |
2002-02-06 | remove dangling spaces | Michael Shalayeff |
2002-02-06 | emulate linux behaviour by passing ioctl's down to the underlying device | jasoni |
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
2002-02-05 | Disable wsmux for now | Jason Wright |
2002-02-05 | get rid of the borrowed habits in intr handling | Michael Shalayeff |
2002-02-05 | redo the spl*() names | Michael Shalayeff |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff |
2002-02-05 | do not comprobe() that hoses it | Michael Shalayeff |
2002-02-05 | only probe for the cerial if NCOM_GSC, not just any com, fix prontf | Michael Shalayeff |
2002-02-04 | Oops, missed a <sys/map.h> leftover. | Miod Vallat |
2002-02-04 | missing LEAF_ENTRY() | Michael Shalayeff |
2002-02-04 | leftovers from kern times; from netbsd | Michael Shalayeff |
2002-02-04 | a couple of extraneous args for printf; from netbsd | Michael Shalayeff |
2002-02-04 | use better tty flags names | Michael Shalayeff |
2002-02-04 | missing L/UL; from netbsd | Michael Shalayeff |
2002-02-04 | switch onto temp stack for exit2(); implementation from netbsd | Michael Shalayeff |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-02-04 | make hptdump take a space arg and print only entried for that space, all on -1 | Michael Shalayeff |
2002-02-03 | restore hpt size computation, does not break things as i thought | Michael Shalayeff |
2002-02-03 | map user space uncached, later to be dealt with. | Michael Shalayeff |
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff |
2002-02-03 | better space map | Michael Shalayeff |
2002-02-03 | flush cache on attention | Michael Shalayeff |
2002-02-03 | fix missing srNs | Michael Shalayeff |
2002-02-02 | update for newer binutils | Michael Shalayeff |
2002-02-02 | missing NULL | Michael Shalayeff |
2002-02-02 | small stupid tyops (mostly from netbsd); some cleanups from me | Michael Shalayeff |
2002-02-02 | fix 'physmem' usage | Michael Shalayeff |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff |
2002-02-02 | tiny fixens from netbsd | Michael Shalayeff |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright |