summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-07-02Cope with SONPROC scheduler changes.Miod Vallat
2004-07-02Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMPNiklas Hallqvist
2004-07-02Make page-aligned variable contiguous. Saves almost one page of data.Miod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-07-02Disable a -O2 specific optimization which causes kern_fork (and probably otherMiod Vallat
2004-07-02printf inode numer as unsigned -- just the way it isMichael Shalayeff
2004-07-02Be sure to fill intrhand structures correctly.Miod Vallat
2004-07-02Remove unused extra intrhand.Miod Vallat
2004-07-02Since these vector tables are not final tables, they don't need to beMiod Vallat
2004-07-02fill out error info into ret* regs upon failed syscall returnMichael Shalayeff
2004-07-01two more hppa midsMichael Shalayeff
2004-07-01have separate insn and data cache all-flushersMichael Shalayeff
2004-07-01add HPUX_SYSCONF_CPUPA20Michael Shalayeff
2004-07-01disabled USE_HPT option (experimental right now)Michael Shalayeff
2004-07-01Delete unused functions and unnecessary flush_pipeline() at theKenji Aoyama
2004-06-30use evconuts for device interrupts countingMichael Shalayeff
2004-06-30regenMichael Shalayeff
2004-06-30update from netbsd: use sys_poll() and label some other unimplemented ones; m...Michael Shalayeff
2004-06-30allow forced fpu emulation through a sysctlMichael Shalayeff
2004-06-30fix a panic msgMichael Shalayeff
2004-06-30only touch bridge regs that we need now -- the rest for the card-modeMichael Shalayeff
2004-06-30call handlers for higher priority first to avoid needless recursionMichael Shalayeff
2004-06-30since we're not using 'len' for anything, nuke it and pass null toPedro Martelletto
2004-06-30Force SCSI_POLL for commands issued during probe. Fixes problem with mpt onKenneth R Westerback
2004-06-30don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@Pedro Martelletto
2004-06-29do not use u_long for 32bit data; found by Jacob MeuserMichael Shalayeff
2004-06-29Uncomment atw(4) now that it has been tested.Todd C. Miller
2004-06-28er this is better...Theo de Raadt
2004-06-28Don't restrict WEP keys to exactly 40 or 108 bits.Todd C. Miller
2004-06-28remove dup variableTheo de Raadt
2004-06-28oopsTheo de Raadt
2004-06-28You *cannot* strlcpy from userland. Pedro, go read this and find out whatTheo de Raadt
2004-06-28live happy w/ generic byte swapping macrosMichael Shalayeff
2004-06-28do not cast explicitly to unsigned; found by otto@Michael Shalayeff
2004-06-28add support for ati tv-wonders written by me and tested by Jacob Meuser <jake...Michael Shalayeff
2004-06-28do not force into io space on hppa as it's much slowerMichael Shalayeff
2004-06-28Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can doTodd C. Miller
2004-06-28shorten nameTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on macppc. drahn@ okAaron Campbell
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-28pass pin instead of level out to userlandTheo de Raadt
2004-06-28move from unsafe ev_count32 to safe ev_count; aaron okTheo de Raadt
2004-06-28splhigh around ec_count fetches -- sorry art; ok aaronTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@Aaron Campbell
2004-06-28Use new event counter API for interrupt counting on i386. deraadt@ tholo@Aaron Campbell
2004-06-28Add new, generic ``evcount'' event counter API to the kernel. From art@,Aaron Campbell
2004-06-28KNFRyan Thomas McBride
2004-06-27prettier printTheo de Raadt
2004-06-27back out crud that breaks the macppcTheo de Raadt