summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba
AgeCommit message (Expand)Author
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2008-08-18Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,Miod Vallat
2008-08-18Some uglyness to allow both uba_common.h and ubareg.h to be included;Miod Vallat
2008-08-18Increment device interrupt event counter when redispatching an interrupt.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-06-05In ubareset(), be sure to destroy the uba extent before recreating it, toMiod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2005-11-24splimp -> splubaBrad Smith
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-01-29typos; jjy2+@pitt.eduTheo de Raadt
2004-01-01Some typos just never die (here controler vs controller).Miod Vallat
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-08protect biodone with splbioArtur Grabowski
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-18Replace resource maps with extents.Miod Vallat
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-07-19unnecessary declaration of ttrstrtArtur Grabowski
2000-04-27sync w/netbsdBrandon Creighton
1998-05-11$OpenBSD$Niklas Hallqvist
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist