summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2003-11-03spelling fixes (in the comments)David Krause
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-03-14spl police.Miod Vallat
2003-03-14Zombies on the bridge, captain.Miod Vallat
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-28Remove (now) bogus diagnostic check and set the output length correctly (why ...Jason Wright
2003-01-27padd < mimimum sized frames with 0's instead of whatever the chip wants; base...Jason Wright
2003-01-19shut up, dn(4). There's really no need to printf junk nobody wants to readHenning Brauer
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-06-24Provide dummy d_kqfilter() routine so that this compiles, until this driverMiod Vallat
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-03spell transceiver correctlyTheo de Raadt
2002-04-29wierd -> weirdPeter Valchev
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
2001-09-20occured->occurredMike Pechkin
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-09Repair compilation of mac68k GENERIC_SBC kernel.Miod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-15New timeouts, tested by beck@.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11redundant includes.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27old vm no moreArtur Grabowski
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell