summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
AgeCommit message (Expand)Author
2004-12-01remove excessive chattiness from the bootblocks. our goal is to shrinkTheo de Raadt
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherTheo de Raadt
2004-05-25replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8);Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-06-06- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-10spellingTheo de Raadt
2001-09-16Fix this so it understands disklabels.Artur Grabowski
2001-06-22build it static; nateTheo de Raadt
2001-05-16shrink printf messagesTheo de Raadt
2001-05-16no longer support ECOFF kernelsTheo de Raadt
2001-02-03Don't define ECOFF_COMPAT. We're ELF.Artur Grabowski
2001-01-25spellingTodd T. Fries
2001-01-23build boot with -OsArtur Grabowski
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
2001-01-16First shot at loading elf symbols. Not sure yet if it works correctly.Artur Grabowski
2001-01-15We boot elf and ecoff. Add the appropriate defines.Artur Grabowski
2001-01-15Some ECOFF ifdefs and various fixes.Artur Grabowski
2000-12-14Enable loading of ELF kernels.Artur Grabowski
2000-12-14First shot at making ELF compile.Artur Grabowski
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findTodd C. Miller
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-08flesh out .DtTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-09-04 o check lseek return valuesTodd C. Miller
1998-09-04unit numbers should be < 16, not < 8 since we can have wide drivesTodd C. Miller
1998-09-04Kill non-working ultrix-style controller/disk/kernel format and leaveTodd C. Miller
1998-03-06main returns intTodd C. Miller
1998-03-05main returns intTheo de Raadt
1997-10-27Use opendev()Todd C. Miller
1997-10-27Turning on optimization wins us an extra 15kb.Todd C. Miller
1997-10-27Add back device parsing but don't treat paths like 2.2/alpha/bsd asTodd C. Miller
1997-10-27Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd.Todd C. Miller
1997-07-08The a.out nlist strtab offset needs the strtab size field accounted forNiklas Hallqvist
1997-07-08set N_TEXT when appropriate. get rid of nlist.h inclusion.Niklas Hallqvist
1997-07-08Load the kernel symbol table for DDB to useNiklas Hallqvist
1997-06-30Add lib* so obj links get made. Duh, Todd.Todd C. Miller
1997-06-27Add a missing space in usage message.Todd C. Miller
1997-05-20Add -s -e cd9660 hacks for making bootable alpha cd's.Todd C. Miller
1997-05-05Remove comment about an XXX that has been fixed.Todd C. Miller