summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-12-23syncDale Rahn
2003-12-23Addional wi@usb devices. ok deraadt@Dale Rahn
2003-12-23do not panic if there is no IPL_IMPMichael Shalayeff
2003-12-23add cpu_setperf and cpu_cpuspeed externs to make life easier.Ted Unangst
2003-12-23use pci_mapreg_map and deallocate resources on attach failuresMichael Shalayeff
2003-12-23fix the error msg and enable bubs masteringMichael Shalayeff
2003-12-23htole vs letoh (no functional changeMichael Shalayeff
2003-12-23enable fxp as it seems to work nowMichael Shalayeff
2003-12-23unscrew the 16bit routines w/ a proper data reg calculationMichael Shalayeff
2003-12-23enough is enough, driving people insane is not niceTheo de Raadt
2003-12-23init ether address correctly, since our Ether_ifattach macro does not doTheo de Raadt
that job; 3612, rspmn@arcor.de
2003-12-23order the dc's; no measurable effectMichael Shalayeff
2003-12-23styleMiod Vallat
2003-12-23Simplify the syscall() routines. Also put a really meaningful limit to theMiod Vallat
number of syscall arguments, and enforce it correctly.
2003-12-23print tv_usec fields correctly in reporting conmonotonic timeMichael Shalayeff
2003-12-22make sure to run probe only once per device w/ grumpy testingMichael Shalayeff
2003-12-22Do not play games with the instruction fetch pointers when preserving aMiod Vallat
process state in sendsig(), for it must be restored in the exact same fetching state by sigreturn(). mvme88k now passes the sigreturn regression test.
2003-12-22typos from Jared Yanovich;Jason McIntyre
plus one more s/bufferd/buffered;
2003-12-22Get rid of kvtop() usage in dma_cachectl().Miod Vallat
2003-12-22typos from Jared Yanovich;Jason McIntyre
note: i only committed some of these.
2003-12-22IPL_HIGH should be 7, not 6. This is purely cosmetic as that value isTodd C. Miller
not actually used but it makes things consistent wrt spls and potential future splasserts. miod@ OK.
2003-12-22Correctly handle vme attachments which specify a larger ca_len size thanMiod Vallat
initially expected.
2003-12-22pasto in pf_status.src_nodes backup, from 'kirash'Daniel Hartmeier
2003-12-22Remove duplicated code (pasto)Todd C. Miller
2003-12-21-fno-builtin-* finally testedMarc Espie
2003-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
ok markus@ drahn@
2003-12-21Pass -Wformat.Miod Vallat
2003-12-21Switch db_expr_t from int to long, per consistency with all other arches.Miod Vallat
ok drahn@
2003-12-21change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henningMarkus Friedl
2003-12-21Unused.Miod Vallat
2003-12-21use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacarMarkus Friedl
2003-12-21check for multicast early, remove redundant checks; ok itojun, mcbrideMarkus Friedl
2003-12-21Switch db_expr_t from int to long, per consistency with other platforms.Miod Vallat
2003-12-20Relax a redundant printf format specifier.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-20Fix an uninitialized variable.Miod Vallat
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-20syncAlexander Yurchenko
2003-12-20Little correction for ICH4-M LPC.Alexander Yurchenko
ok deraadt@
2003-12-20In semop(2), use an array on the stack for small values of nsops soTodd C. Miller
we don't have to use malloc/free. Adapted from FreeBSD; ok tedu@
2003-12-20add pentium 4 thermal control circuit (tcc) driver. can use this toTed Unangst
limit power consumption with the hw.setperf sysctl. tested by beck and grange
2003-12-20Don't let microtime() return a struct timeval with exactly 1000000 microseconds.Miod Vallat
2003-12-20- .Xr biosboot(8) in SEE ALSOJason McIntyre
- wording improvement - correct description of example from Tom Cosgrove;
2003-12-20Support for ITExpress IT8212F ATA133 controller; close PR 3540.Alexander Yurchenko
Submitter is unresponsible so the diff is not tested. If you have any problems with it open a new PR.
2003-12-20Pass -Wformat.Miod Vallat
2003-12-20Passl -Wformat. Fix some blatant -Wuninitialized errors as well.Miod Vallat
2003-12-19Make sure hpux fcntl() operates on the proper file.Miod Vallat
2003-12-19add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature.Ted Unangst
ok deraadt@
2003-12-19Pass -Wformat, and silence a few vme* debug printf.Miod Vallat