Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-20 | From NetBSD: | Hugh Graham | |
> date: 2000/05/08 18:51:17; author: ragge; state: Exp; lines: +6 -2 > branches: 1.4.2; > Get correct MAC address out of rom on VAX 4000/200. From Michael Kukat. | |||
2001-05-20 | assym.s -> assym.h | Miod Vallat | |
2001-05-20 | Replace genassym.c with a .cf one; also remove unused defines. | Miod Vallat | |
2001-05-20 | Generate assym from a genassym.cf file instead of a C program. | Miod Vallat | |
Rename the generated file to assym.h. Minor cleanup. | |||
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat | |
unncessary lint /*ARGSUSED*/ hint. art@ ok | |||
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell | |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | nsphyter here too | Jason Wright | |
2001-05-17 | add nsphyter | Jason Wright | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt | |
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff | |
2001-05-16 | Hook up various wscons related stuff and enable the smg framebuffer. | Hugh Graham | |
Also contemplate the curious clr device, wherefor art thine code? | |||
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham | |
supported framebuffer (simple monochrome) can finish this off. If anyone has run across docs for LCG or SPGFX, please get in touch. | |||
2001-05-16 | Use PMAP_NEW if UVM is defined. | Todd C. Miller | |
2001-05-16 | PMAP_NEW support; thorpej@netbsd.org | Todd C. Miller | |
2001-05-16 | Fix vax to work with recent pmap_change_wiring() -> pmap_unwire() | Hugh Graham | |
changes. Mostly from NetBSD. | |||
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-16 | shrink printf messages | Theo de Raadt | |
2001-05-16 | no longer support ECOFF kernels | Theo de Raadt | |
2001-05-15 | txp works here now | Jason Wright | |
2001-05-15 | Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@. | Janne Johansson | |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller | |
our other ports. | |||
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller | |
2001-05-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller | |
NetBSD used as a guide. | |||
2001-05-14 | PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@ | Janne Johansson | |
2001-05-14 | cleanup a lot | Theo de Raadt | |
2001-05-14 | screw fibrechannel on this floppy | Theo de Raadt | |
2001-05-14 | clean | Theo de Raadt | |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright | |
2001-05-13 | Remove an unused label. | Aaron Campbell | |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller | |
drops the system into kernel debugger; itohy@netbsd.org Other m68k ports require similar changes | |||
2001-05-13 | Make sure the branch target of the delay loop is aligned to a cache | Todd C. Miller | |
half-line (8-byte) boundary; thorpej@netbsd.org | |||
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff | |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-13 | PAGE_SIZE is a constant now. I should know that, I'm guilty as | Miod Vallat | |
far as this port is concerned. | |||
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat | |
2001-05-12 | Do not use curproc before it gets initialized. | Miod Vallat | |
From niklas@. | |||
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff | |
entry as 000:00:0, which is typically not the correct device/function. If the router device address is set to this value, and the compatible router entry is undefined (zero is the correct value to indicate undefined), then we work on the basis it is most likely an error, and search the entire device-space of bus 0 (but obviously starting with 000:00:0, in case that really is the right one). from Dave Sainty <dave@dtsp.co.nz> | |||
2001-05-12 | always print the icu we've found | Michael Shalayeff | |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller | |
2001-05-11 | Bye bye. | Artur Grabowski | |
2001-05-11 | Use genassym.cf | Artur Grabowski | |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski | |
We loose the dependencies and all strange bugs that appear because genassym.c is a user program with _KERNEL defined. | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat | |
2001-05-11 | unify rd(4) even more | Theo de Raadt | |