Age | Commit message (Expand) | Author |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-02-23 | Try and load /etc/random.seed from SYS_UBOOT. | Miod Vallat |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-20 | Update comments mentioning `resource maps' to mention `extents' instead. | Miod Vallat |
2013-11-20 | give this a real chance to compile | Miod Vallat |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-02 | Use sigexit() instead of rolling our own version. | Miod Vallat |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-28 | Model 332 has a monochrome 98542 on-board, instead of the expected 98544; | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-23 | Remove SLOWSCSI and the millisecond delay after each phase change it introduces. | Miod Vallat |
2013-08-04 | de-lint hp300 | Martin Reindl |
2013-06-30 | Fix non-traditional cpp mode for real. | Miod Vallat |
2013-06-28 | Uninitialized variable; Maxime Villard | Miod Vallat |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-23 | Fix RELOC() in the __STDC__ case. | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-04-01 | Let the hp300 boot blocks compile again after all the md include churning. | Miod Vallat |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
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-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | 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-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-08 | Switch hp300 to timecounters. From NetBSD via martin@ | Miod Vallat |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |