summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand
AgeCommit message (Expand)Author
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-12Add a few -fno-builtin-foo to silence the build.Miod Vallat
2015-06-14Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, insteadMiod Vallat
2015-05-19Only attempt to load /etc/random.seed from the boot device after the kernelMiod Vallat
2015-03-17The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytesMiod Vallat
2015-03-05When running on a sun4d or sun4m system, have the bootblocks ask for oneMiod Vallat
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-11When using sun4 PROM I/O routines, make sure we never attempt to transfer moreMiod Vallat
2015-01-11Make sure to initialize nbpg to a sensible value in bootxx, when running onMiod Vallat
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19No boot block code shall include <string.h>.Miod Vallat
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-30Close the kernel fd before attempting to load /etc/random.seed, and reopen itMiod Vallat
2014-02-25/etc/random.seed support (unless booting from tape). Crank version.Miod Vallat
2013-11-03size no longer has a.out knowledge, so .. skip itTheo de Raadt
2013-10-30Introduce a private copy of old a.out-capable nlist.c, because bootxxTheo de Raadt
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now useMiod Vallat
2012-09-02sparc -nopie conversion, tested by and ok deraadt@.Pascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-05-20do not need to pull in <time.h>Theo de Raadt
2011-04-14Sprinkle prototypes, kill unused locals, and stop contributing to globalMiod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-12incorrect parameters to warn()Theo de Raadt
2010-12-14There is no "struct filesystem"; uncovered by gcc4.Mark Kettenis
2010-11-19gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock isTheo de Raadt
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingMiod Vallat
2010-07-06sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago.Miod Vallat
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalMiod Vallat
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2009-07-01Crank bootblocks version for identification purposes.Miod Vallat
2009-06-30Link the second stage bootblocks (and boot.net) 256KB higher to accomodateMiod Vallat
2007-11-27need strcmp.c hereMartin Reindl
2007-11-26a bit more LIBKERN falloutTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-10-30avoid intermediate files with same name (ie. a.out) for parallel makeTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2003-12-17remove unneeded bits introduced in previous commitTodd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller