summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand
AgeCommit message (Expand)Author
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-11use muldi3.c to avoid putting instructions 68060 does not support into theTheo de Raadt
2008-01-30Oops. Missed one.Kenneth R Westerback
2007-12-28Repair fallout from libkern changes.Miod Vallat
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-10-30avoid intermediate files with same name (ie. a.out) for parallel makeTheo de Raadt
2007-06-17amd64/standTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-16adjust to size_t changesTheo de Raadt
2006-01-10Really pass -fno-stack-protector in CFLAGS as intended, and define theMiod Vallat
2006-01-10use ${INSTALL_STRIP} ok miodTheo de Raadt
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
2005-02-20Do not pass 68060-specific compiler flags anymore.Miod Vallat
2004-12-27Finally put copyrights on files I wrote _long_ ago. prodded by miod@Dale Rahn
2004-11-11TyposMiod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-20ansi and protos for the restTheo de Raadt
2003-08-20spacesTheo de Raadt
2003-08-20protos and ansi (mostly ignored junk)Theo de Raadt
2003-08-20ansi and protosTheo de Raadt
2003-08-19simple protos and ansiTheo de Raadt
2003-08-16spacesTheo de Raadt
2003-08-16protosTheo de Raadt
2003-08-16ansiTheo de Raadt
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-06-06- section reorderJason McIntyre
2003-06-04more term 3 & 4 from various developers, with permission of courseTheo de Raadt
2003-06-04more term 3 and 4 changesTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02Need snprintf here.Miod Vallat
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-04-25- added missing .EdJason McIntyre
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-02-18copyrights added;Jason McIntyre
2003-02-07typos;Jason McIntyre
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-04-16Move the stage2 boot block load address higher, so that it can loadMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-20occured->occurredMike Pechkin
2001-08-05Decrease first stage loader boot address. Makes memory-challengedMiod Vallat
2001-07-04$OpenBSD$Niklas Hallqvist