Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | it is not called sgimips | Theo de Raadt | |
2004-08-06 | not sgimips, be careful | Theo de Raadt | |
2004-08-06 | wrong filename | Theo de Raadt | |
2004-08-06 | ansi | Theo de Raadt | |
2004-08-06 | mips alive again | Per Fogelstrom | |
2004-08-06 | cleanup mips | Per Fogelstrom | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. | |||
2004-08-06 | enter sgi for obj | Theo de Raadt | |
2004-08-06 | put ramdisk in right place | Theo de Raadt | |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff | |
2004-08-06 | fix/add sgi | Per Fogelstrom | |
2004-08-06 | sgi install ramdisk | Per Fogelstrom | |
2004-08-06 | csu stuff for sgi et al | Per Fogelstrom | |
2004-08-06 | no localbus.h | Per Fogelstrom | |
2004-08-06 | order, order... | Per Fogelstrom | |
2004-08-06 | add sgi to MAKEDEV build. | Per Fogelstrom | |
2004-08-06 | sgi going in. | Per Fogelstrom | |
2004-08-06 | sgi goes in | Per Fogelstrom | |
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff | |
2004-08-06 | md lists for sgi | Per Fogelstrom | |
2004-08-06 | sgi added. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | sync | Theo de Raadt | |
2004-08-06 | need this | Michael Shalayeff | |
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
2004-08-06 | Makefile changes to enter deep down there | Theo de Raadt | |
2004-08-06 | initial sgi import | Per Fogelstrom | |
2004-08-06 | one more mips64 | Per Fogelstrom | |
2004-08-06 | initial mips64 | Per Fogelstrom | |
2004-08-06 | regen | Michael Shalayeff | |
2004-08-06 | add wd | Michael Shalayeff | |
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-08-06 | support cardbus bridges and a few pcmcia devices i have working | Michael Shalayeff | |
2004-08-06 | Cleanup and fix a call to cvs_splitpath() | Jean-Francois Brousseau | |
2004-08-06 | * add a flag CF_NOSYMS to avoid loading information about symbolic links | Jean-Francois Brousseau | |
and fix 2 calls to cvs_splitpath() * unbreak cvs_file_find() | |||
2004-08-06 | Fix usage of cvs_splitpath() | Jean-Francois Brousseau | |
2004-08-06 | Fix the SIGINT handler | Jean-Francois Brousseau | |
2004-08-06 | Simplify cvs_splitpath() by requiring only one buffer to copy the result | Jean-Francois Brousseau | |
into | |||
2004-08-06 | Initial support for arm interrupt counters, more fixes to come. ok miod@ | Dale Rahn | |
2004-08-06 | No need to look for disk drives and cd-rom drives in a specific way now | Miod Vallat | |
that we use MI scsi; found out the hard way by deraadt@ | |||
2004-08-06 | conditional use of RLIMIT_VMEM (like ksh) | Michael Shalayeff | |
2004-08-06 | Misc cleaning and KNF in order to sync this to hp300 soon; no functional | Miod Vallat | |
change. Tested by aoyama@ | |||
2004-08-06 | in pclose(), only fclose() a stream if it has been opened by popen(), so | Pedro 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-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller | |
the side effect of fixing some ugly indentation (or the lack thereof). | |||
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller | |
2004-08-06 | not an error when merging in a directory without whatis.db. | Marc Espie | |
2004-08-06 | Handle case insensitivity for real | Jean-Francois Brousseau | |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau | |
and add support for case insensitivity | |||
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie | |
failing makewhatis should be a warning at best. | |||
2004-08-06 | Print cpu/cmmu details during boot, like mvme88k. | Kenji Aoyama | |
ok miod@ |