summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-06it is not called sgimipsTheo de Raadt
2004-08-06not sgimips, be carefulTheo de Raadt
2004-08-06wrong filenameTheo de Raadt
2004-08-06ansiTheo de Raadt
2004-08-06mips alive againPer Fogelstrom
2004-08-06cleanup mipsPer Fogelstrom
2004-08-06add sgiPer Fogelstrom
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
on all other architectures. remove last architecture dependent #ifdef from uvm code.
2004-08-06enter sgi for objTheo de Raadt
2004-08-06put ramdisk in right placeTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06fix/add sgiPer Fogelstrom
2004-08-06sgi install ramdiskPer Fogelstrom
2004-08-06csu stuff for sgi et alPer Fogelstrom
2004-08-06no localbus.hPer Fogelstrom
2004-08-06order, order...Per Fogelstrom
2004-08-06add sgi to MAKEDEV build.Per Fogelstrom
2004-08-06sgi going in.Per Fogelstrom
2004-08-06sgi goes inPer Fogelstrom
2004-08-06sgi support; from pefo@Michael Shalayeff
2004-08-06md lists for sgiPer Fogelstrom
2004-08-06sgi added.Per Fogelstrom
ok deraadt@
2004-08-06syncTheo de Raadt
2004-08-06need thisMichael Shalayeff
2004-08-06do not be quiet about this operationTheo de Raadt
2004-08-06Makefile changes to enter deep down thereTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom
2004-08-06one more mips64Per Fogelstrom
2004-08-06initial mips64Per Fogelstrom
2004-08-06regenMichael Shalayeff
2004-08-06add wdMichael Shalayeff
2004-08-06build on hppaMichael Shalayeff
2004-08-06support cardbus bridges and a few pcmcia devices i have workingMichael Shalayeff
2004-08-06Cleanup and fix a call to cvs_splitpath()Jean-Francois Brousseau
2004-08-06* add a flag CF_NOSYMS to avoid loading information about symbolic linksJean-Francois Brousseau
and fix 2 calls to cvs_splitpath() * unbreak cvs_file_find()
2004-08-06Fix usage of cvs_splitpath()Jean-Francois Brousseau
2004-08-06Fix the SIGINT handlerJean-Francois Brousseau
2004-08-06Simplify cvs_splitpath() by requiring only one buffer to copy the resultJean-Francois Brousseau
into
2004-08-06Initial support for arm interrupt counters, more fixes to come. ok miod@Dale Rahn
2004-08-06No need to look for disk drives and cd-rom drives in a specific way nowMiod Vallat
that we use MI scsi; found out the hard way by deraadt@
2004-08-06conditional use of RLIMIT_VMEM (like ksh)Michael Shalayeff
2004-08-06Misc cleaning and KNF in order to sync this to hp300 soon; no functionalMiod Vallat
change. Tested by aoyama@
2004-08-06in pclose(), only fclose() a stream if it has been opened by popen(), soPedro Martelletto
that applications doing: 'ok = (pclose(f) != -1) || (fclose(f) == 0)' can work safely and avoid a double-close of a stream. ok millert@
2004-08-06Use .Dl instead of a literal block when we only have a single line. HasTodd C. Miller
the side effect of fixing some ugly indentation (or the lack thereof).
2004-08-06Fix typo (.Bd that should be .Ed)Todd C. Miller
2004-08-06not an error when merging in a directory without whatis.db.Marc Espie
2004-08-06Handle case insensitivity for realJean-Francois Brousseau
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
and add support for case insensitivity
2004-08-06protect makewhatis calls inside eval.Marc Espie
failing makewhatis should be a warning at best.
2004-08-06Print cpu/cmmu details during boot, like mvme88k.Kenji Aoyama
ok miod@