Age | Commit message (Expand) | Author |
2001-10-05 | unnecessary softc element | Jason Wright |
2001-10-05 | oops, forgot to implement TIOCMSET | Jason Wright |
2001-10-05 | Be careful when updating register in TIOCM* operations (do operations on | Jason Wright |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history (1.2... | Jason Wright |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff |
2001-09-22 | perevent panic on timeout_add on non-existing timeout. | Michael Shalayeff |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-08 | Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@... | Jason Wright |
2001-09-01 | Catch up with mainline of code development. | mjacob |
2001-08-24 | propagate bootpath | Jason Wright |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-26 | trivial ether_input_mbuf() conversions. | Federico G. Schwindt |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-06-11 | Repair SUN4M-only case compilation... | Miod Vallat |
2001-06-11 | Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt. | Miod Vallat |
2001-06-10 | permit compilation when only SUN4C is defined; based on patch from Thomas Cof... | Jason Wright |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski |
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson |
2001-04-13 | silence printfs from media selection. | Brad Smith |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob |
2001-03-24 | Oops. Unbreak. | Hakan Olsson |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson |
2001-03-24 | Convert to new timeout API. mickey@ ok. | Hakan Olsson |
2001-03-03 | cnkqfilter for sparc | Niels Provos |
2001-02-22 | ifdef sparc -> ifdef __sparc__ | Artur Grabowski |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-12 | set default adapter role, propage config flags | mjacob |
2001-01-30 | - make hme_put() a little neater | Jason Wright |
2001-01-30 | - take advantage of the fact that qe's and be's require qec's and move | Jason Wright |
2001-01-30 | borrow an idea from if_rl... take advantage of HME_RX_OFFSET and use | Jason Wright |
2001-01-30 | new timeouts | Jason Wright |
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; joo... | Theo de Raadt |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |
2000-11-28 | How did this work? | Jason Wright |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright |
2000-11-28 | oops, not yet | Jason Wright |
2000-11-28 | remove statics and knf | Jason Wright |
2000-11-17 | seems the qe/mace combination needs a delay between accesses to the | Jason Wright |
2000-11-16 | - remove other media types, the MACE isn't as bright as one would hope | Jason Wright |
2000-11-16 | wait for the MACE to figure out whether it has media or not, and then | Jason Wright |
2000-11-16 | - Fix the NMI problem: it seems the qec channel reset also resets the MACE, and | Jason Wright |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |