Age | Commit message (Expand) | Author |
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 |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-01-22 | Repair 68030 support, broken by mistake in 1.67. Found the hard way and | Miod Vallat |
2011-12-30 | I had the opportunity to glance at HP-UX's /etc/conf/graf/gr_98705.h, so | Miod Vallat |
2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e | Miod Vallat |
2011-12-21 | Allow intr_dispatch() on hp300 to be used on the clock interrupt level | Miod Vallat |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. | Alexandr Shadchin |
2011-11-08 | consistant "config bsd" lines; ok miod | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-11-01 | Drop support for the HP MMU. It was only found on two hp300 systems (models | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-20 | Clear RB_POWERDOWN early in boot() on systems which can not powerdown and | Miod Vallat |
2011-09-18 | Fix exchanged arguments in a "can't happen" printf | Miod Vallat |
2011-08-18 | Add sti@dio attachments. | Miod Vallat |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-08-18 | Fix various lies in comments, extend hex constants to 8 hex digits for easier | 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 skip 362 and 382 DIO frame buffer select codes; this was written | Miod Vallat |
2011-08-18 | Do not use NULL when 0 is intended. | Miod Vallat |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |