Age | Commit message (Expand) | Author |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff |
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-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 | 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 | 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 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff |
2002-02-01 | fix debugging printf | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-01-28 | malloc/free is not really used for pvs allocs | Michael Shalayeff |
2002-01-25 | offset to com regs is just a common iomod offset, accomodate for com console | Michael Shalayeff |
2002-01-25 | offset cons hpa to com regs, damnit | Michael Shalayeff |
2002-01-25 | see if we are a console | Michael Shalayeff |
2002-01-25 | init conaddr/unit if page0->mem_cons is on serial | Michael Shalayeff |