Age | Commit message (Expand) | Author |
2013-04-01 | Let the hp300 boot blocks compile again after all the md include churning. | Miod Vallat |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-02-10 | switch m68k ports to gcc3 | Miod Vallat |
2013-02-02 | hp300 ELF bits. Requires many device and prom related structs to now be declared | Miod Vallat |
2013-01-11 | Change boot commandline parsing to only force lowercase of the device name | Miod Vallat |
2013-01-07 | Move exec() libsa prototype to hp300 stand, now that it can no longer be | Miod Vallat |
2013-01-01 | Switch hp300 boot blocks to MI loadfile code. | Miod Vallat |
2013-01-01 | Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow the | Miod Vallat |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-08-18 | Because model 362 does not have an SGC bus (or a blind, deaf and mute one), | Miod Vallat |
2011-08-18 | Do not use NULL when 0 is intended. | Miod Vallat |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-08-16 | Restore initialization of apcicnaddr which got accidentally removed in revision | Miod Vallat |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-04-15 | Let sgc(4) attach on models 362 and 382 - recent documents uploaded to | Miod Vallat |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-02-13 | #undef IIOV before redefining for 1:1 mappings, to silence a warning. | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-28 | Repair fallout from libkern changes. | Miod Vallat |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2006-08-17 | No need for divsi and friends, yet | Miod Vallat |
2006-08-17 | Large cleanup of the bootblocks, including ansi protos and de-register, | Miod Vallat |
2006-08-13 | Let the domain keyboard work on models 362 and 382 as well. | Miod Vallat |
2006-08-13 | Oops, let HIL keyboards work again in the boot blocks. | Miod Vallat |
2006-08-05 | Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR those | Miod Vallat |
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat |
2006-04-14 | Compile hp300 stand with Wall or I'll never get motivated to make it clean. | Miod Vallat |
2006-01-18 | more size_t vs u_int fallout.. i guess the last | Theo de Raadt |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-31 | Sync with recent kernel changes: recognize more models, use the same logic | Miod Vallat |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-28 | Define dca remote console identifiers as regular identifier with the bit 7 | Miod Vallat |
2005-11-23 | Pick HP-IB describe structures changes from main kernel code here as well. | Miod Vallat |
2005-09-06 | anomoly -> anomaly | Miod Vallat |
2005-04-22 | Pass -Wall, complete prototypes, some KNF; no functional change. | Miod Vallat |
2005-02-20 | Link uboot with libgcc for quad arithmetic now that gcc won't emit these | Miod Vallat |
2005-01-19 | Oops, repair stand/ by putting copies of the old grf/ite include files | Miod Vallat |
2004-08-03 | Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand. | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
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-12-12 | missing parameter to printf; erick@bonzai.space-ei.nl | Theo de Raadt |
2003-12-04 | Typos | Miod Vallat |