summaryrefslogtreecommitdiff
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-02whitespace;Jason McIntyre
2004-07-02add `cast' and `cast-cbc' to the list of supported args to speed;Jason McIntyre
2004-07-02Take TMPDIR into account when creating a temp mountpoint for populating.Otto Moerbeek
2004-07-02reorder for openssl speed;Jason McIntyre
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-02deregister, better use of strtoul and always set ERANGE on invalid octalOtto Moerbeek
2004-07-02Use "time_second" instead of "time" now that time handling in the kernelThorsten Lockert
2004-07-02printf inode numer as unsigned -- just the way it isMichael Shalayeff
2004-07-02Accept but ignore -E and -X since they specify default more(1) behavior.Todd C. Miller
2004-07-02Be sure to fill intrhand structures correctly.Miod Vallat
2004-07-02Remove unused extra intrhand.Miod Vallat
2004-07-02kill dead .Xr to memory(3);Jason McIntyre
2004-07-02note that section 9 pages may use RETURN VALUES and ERRORS;Jason McIntyre
2004-07-02- note that as well as tabs, the -v option does not display EOLsJason McIntyre
2004-07-02Do not divide by zero in vmstat -t; Nikos Ntarmos.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-01add two commented out vars to setMichael Shalayeff
2004-07-01does not need ialloc.c; millert@ okMichael 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-01simpilfy warning() and wallMichael Shalayeff
2004-07-01warn vs perror; __progname; and wallMichael Shalayeff
2004-07-01use err/errx and __progname; -WallMichael Shalayeff
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-07-01Delete unused functions and unnecessary flush_pipeline() at theKenji Aoyama
2004-07-01Initialize cmd when processing octal only. Failing to do that resultsOtto Moerbeek
2004-07-01if sym has null value -- report as not found; check that kd->vmst is set befo...Michael Shalayeff
2004-06-30convert references in SEE ALSO to .Rs/.Re, w/ a little help fromJason McIntyre
2004-06-30expand the description of .Dt:Jason McIntyre
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-30- update and sync GETTING STARTED listJason McIntyre
2004-06-30add some space between example usage and example;Jason McIntyre
2004-06-30since we're not using 'len' for anything, nuke it and pass null toPedro Martelletto
2004-06-30Compile cleanly with gcc3.3.2.Hans-Joerg Hoexer
2004-06-30unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@Damien Miller
2004-06-30Unbreak unix domain sockets and properly detect and report truncationOtto Moerbeek
2004-06-30syncTheo de Raadt