Age | Commit message (Expand) | Author |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt |
2013-08-16 | divdi3 is needed with big time_t | Otto Moerbeek |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-06-26 | do not assume that sys/param.h is pulling in the world; pull in what is | Theo de Raadt |
2012-02-25 | :%s,DEBUGBUG,DEBUG, | Miod Vallat |
2011-07-09 | Unbreak hppa boot(8) after zlib update. | Joel Sing |
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-08-16 | Add a dummy elf64.c, effectively removing support for loading 64-bit kernels | Mark Kettenis |
2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-30 | When the `machine' commands part of the hppa bootloader were written, we | Miod Vallat |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-03-04 | crank version # | Theo de Raadt |
2008-03-04 | Move bootblocks to just under 16MB instead of just under 8MB, because | Theo de Raadt |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja | Theo de Raadt |
2007-11-25 | Unbreak make obj. -moj | Mats O Jansson |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-06 | bcd.c died | Theo de Raadt |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-04-25 | Correctly handle boot drives with SCSI id >= 10; ok mickey@ | Miod Vallat |
2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy |
2005-01-20 | missing arch in .Dt; | Jason McIntyre |
2004-11-22 | better types; from hppa64 (; | Michael Shalayeff |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-14 | de-__P | Theo de Raadt |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff |
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre |
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre |
2003-08-11 | a few strict protos | Michael Shalayeff |