Age | Commit message (Expand) | Author |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-06 | sparc64 has no boot(8) page; from Daniel Dickman | Jason McIntyre |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-02-27 | Remove ELF check. It is broken and since the PROM checks the loaded executable | Mark Kettenis |
2010-02-26 | crank version of the ofwboot, so we can tell which is which | Theo de Raadt |
2010-02-26 | Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail! | Theo de Raadt |
2009-11-04 | Replace the #ifdef NON_DEBUG and #ifdef NOTDEF_DEBUG mess with more sane | Joel Sing |
2009-09-03 | Missing header. | Joel Sing |
2009-09-03 | The sparc64 boot block currently compares a memory address to the ELF magic | Joel Sing |
2009-08-28 | ofwboot can be compiled without -traditional-cpp. | Joel Sing |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2008-07-06 | Bump verson number now that the bootloader works on the v1280. | Mark Kettenis |
2008-07-05 | Apparantly the "chain" OpenFirmware interface always fails so don't bother | Mark Kettenis |
2008-07-05 | Round up memory allocations to page size. Apparently sane firmware versions do | Mark Kettenis |
2008-07-05 | Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (which | Mark Kettenis |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-10-17 | Do not clean up vers.c as it is not autogenerated anymore. | Hans-Joerg Hoexer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-03 | sensible version strings; ok miod | Theo de Raadt |
2007-01-16 | Remove unnecessary ampersands in ADR2CELL macro invocations; | Marc Aurele La France |
2007-01-12 | Do not force the section header to SHT_NOBITS for non-symbol sections; | Miod Vallat |
2006-08-31 | Fix handling of 64-bit quantities in Open Firmware's client interface. | Mark Kettenis |
2006-07-27 | remove weird floppyboot garbage; ok miod | Theo de Raadt |
2006-07-09 | *enty->*ently where applicable | Miod Vallat |
2006-05-14 | - /usr/mdec is usually not in path, invoke installboot with full path | Martin Reindl |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2004-12-06 | use raw device; wbx@openbsd.de | Theo de Raadt |
2004-10-18 | Do not pass -print-map to the linker anymore, as we don't care about this | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-24 | free() correct object; andrushock@korovino.net | Theo de Raadt |
2004-01-11 | in ANSI world, "string1" "string2" is enough for concatecation | Peter Valchev |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev |
2004-01-10 | - shift some variables | Peter Valchev |
2004-01-03 | shut gcc up; ok miod | Peter Valchev |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-08-28 | from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block sizes... | Jason Wright |
2003-08-26 | fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@ | Dale Rahn |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-02 | bump mktemp randomness from 6->10 X's | Anil Madhavapeddy |
2003-06-10 | - rip out support for a.out and 32-bit kernels | Brad Smith |