Age | Commit message (Expand) | Author |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson |
2002-01-18 | Move CS_TIMEOUT decl | Jason Wright |
2002-01-13 | comment typos | Jason Wright |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright |
2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-29 | oops | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-27 | garbage collect sc_nticks | Jason Wright |
2001-11-19 | more than typo | Theo de Raadt |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright |
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 |