summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-03ansi; jaredTheo de Raadt
2004-07-03This was supposed to compile.Miod Vallat
2004-07-03pfctl can finally run as non-root again, so we can get rid of a lot of ${SUDO}sHenning Brauer
2004-07-03sigh, not yetTheo de Raadt
2004-07-03Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@Todd C. Miller
2004-07-03oops something went wrong in commitTheo de Raadt
2004-07-03{e,}intr{names,cnt} are extinctTheo de Raadt
2004-07-03if vinvalbuf() fails, unlock the vnode and release it. ok marius@Pedro Martelletto
2004-07-03Switch mrt dumping to fd passing. This gives some speed up when extensiveClaudio Jeker
dumping is done. Acctually mrt dumps were broken because of the fd passing. The nice side effect is a much cleaner code, especially in the parent process. OK henning@
2004-07-03Oops, one more mmap() bounds check.Miod Vallat
2004-07-03On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if theMiod Vallat
device is not attached yet.
2004-07-03Put s/key functions inside #ifdef SKEY same as monitor.c,Darren Tucker
from des@freebsd via bz #330, ok markus@
2004-07-03quick workaround until proper PF_FORWARD reass gets implemented.Jun-ichiro itojun Hagino
2004-07-03support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;Damien Miller
ok henning@ anil@
2004-07-03Use '\0' not 0 for string; ok djm@, deraadt@Darren Tucker
2004-07-03syncTheo de Raadt
2004-07-03typo; JaredTheo de Raadt
2004-07-02move into #ifdef; various peopleTheo de Raadt
2004-07-02During bootup, only print the VMEChip2 decoder settings for those which areMiod Vallat
enabled.
2004-07-02Remove unused code, per mvme88k.Miod Vallat
2004-07-02Stricter bounds checking for mmap() calls.Miod Vallat
2004-07-02Kill ca_master in autoconf structures. Drivers either only attach to oneMiod Vallat
specific bus (mc/pcc/pcctwo), or they know it from the ca_bustype value, and can use the globals sys_busname variables. This also allows for some code simplifications.
2004-07-02Merge *ramread() and *ramwrite(), as done on mvme88k.Miod Vallat
2004-07-02Remove unused getdevunit().Miod Vallat
2004-07-02Cope with SONPROC scheduler changes.Miod Vallat
2004-07-02Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMPNiklas Hallqvist
speedups.
2004-07-02whitespace;Jason McIntyre
2004-07-02add `cast' and `cast-cbc' to the list of supported args to speed;Jason McIntyre
also add `dsa', which is shorthand for all the dsa tests;
2004-07-02Take TMPDIR into account when creating a temp mountpoint for populating.Otto Moerbeek
ok avsm@ millert@; man page ok jmc@
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
files) to be miscompiled, until the problem is fixed in the compiler.
2004-07-02deregister, better use of strtoul and always set ERANGE on invalid octalOtto Moerbeek
permission. ok millert@; man page ok jmc@
2004-07-02Use "time_second" instead of "time" now that time handling in the kernelThorsten Lockert
has changed. ok art@ millert@ marc@
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
from kjell@
2004-07-02note that section 9 pages may use RETURN VALUES and ERRORS;Jason McIntyre
note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@
2004-07-02- note that as well as tabs, the -v option does not display EOLsJason McIntyre
from lkadosh at math dot ucr dot edu, via nick@ - put options in standard order - put explanations of examples before the examples, and indent examples - one i.e. -> e.g. as required additions/corrections/oks otto@ tom@ millert@
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
page aligned.
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