summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand
AgeCommit message (Collapse)Author
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@
2005-08-01Create installation media that is recognized as such by the PROM.Mark Kettenis
ok deraadt@
2005-08-01put -l into the right place...Jason McIntyre
2005-08-01Add support for "hard links" in volume header.Mark Kettenis
ok miod@
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-04-28- sort optionsJason McIntyre
- sync usage() - other minor tweaks
2005-04-27simple man page for sgivolTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27if SystemPartition contains a cdrom boot specifier, whack theTheo de Raadt
OSLoadPartition variable to point to partition 0 of the same unit.
2005-04-27avoid the o{open,read,lseek} interfaces, and use the regular ones, becauseTheo de Raadt
we want to be able to handle gzip files
2004-11-08Simple cleaning of sgivol, with no functional change (yet):Miod Vallat
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free.
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
Some function names made more unique. Other changes for the upcoming Origin 200 support.
2004-09-23use .c versions of certain functions. 32 bit modePer Fogelstrom
2004-09-22Bring in libsa code for proper %llx printf display; necessary for /boot.Miod Vallat
ok deraadt@
2004-09-16Only one script text is necessary...Miod Vallat
2004-09-16ld.script for boot. cvs add is ok according to deraadt@Per Fogelstrom
2004-09-16Update boot with miods ELF64 symtab fixes and my 32 bit compilesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-08-25Minor tweaks to make things work in install.Per Fogelstrom
2004-08-23pefo is a tree breakerTheo de Raadt
2004-08-23disk boot and tools for sgiPer Fogelstrom
2004-08-06Makefile changes to enter deep down thereTheo de Raadt