summaryrefslogtreecommitdiff
path: root/sys/dev/sun/bt_subr.c
AgeCommit message (Expand)Author
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-09-12Remove an extra parenthesis in #ifdef'ed out part. PR kern/41858tsutsui
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2005-12-11merge ktrace-lwp.christos
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-04correct integer overrunitojun
2002-08-06integer overflow. from silvio@qualys.comitojun
2001-11-13add RCSIDslukem
2000-08-20Move cgsix, bwtwo and BT DAC support here from arch/sparc.pk