Age | Commit message (Expand) | Author |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-05-18 | Move the logic deciding whether to grab the kernel lock or not, deeper in the | Miod Vallat |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-03-13 | Correct debug messages. | Kenji Aoyama |
2015-03-13 | Set bus_space 'stride' for 2 and 4 bytes read/write. | Kenji Aoyama |
2015-03-04 | Add commented-out PCMCIA support configuration to GENERIC. | Kenji Aoyama |
2015-03-03 | Add pcic(4) support on luna88k. | Kenji Aoyama |
2015-02-25 | Rework secondary processor initialization, in order to allocate their idle | Miod Vallat |
2015-02-18 | Some modifications on cbus(4): | Kenji Aoyama |
2015-02-14 | Add simple bus_space_{map,unmap,subregion} implementation on luna88k. | Kenji Aoyama |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-18 | Add commented-out necsb(4) and audio(4) configuration to GENERIC. | Kenji Aoyama |
2015-01-17 | Delete an extra tab. | Kenji Aoyama |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2014-12-31 | Correct evcount_attach argument on cbus(4). | Kenji Aoyama |
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama |
2014-12-23 | We do not need to grab the kernel lock for clock interrupts on luna88k, | Kenji Aoyama |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gather | Kenji Aoyama |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-08 | Add an intermediate layer driver, cbus(4), to manage its own | Kenji Aoyama |
2014-11-21 | We can map 'fuse ROM' area with read only. | Kenji Aoyama |
2014-11-20 | Fix comment. | Kenji Aoyama |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-08 | Delete commented out 'romtty' device configuration. | Kenji Aoyama |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-05 | Skip unnecessary processing in interrupt handler. | Kenji Aoyama |
2014-10-05 | Use CPU_IS_PRIMARY macro. No functional change. | Kenji Aoyama |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-04 | Skip 'hardware lied' interrupts, as same as CMU Mach do. | Kenji Aoyama |
2014-10-03 | Delete long-time unused #if 0 part. | Kenji Aoyama |
2014-10-01 | More optimization on LUNA frame buffer. | Kenji Aoyama |
2014-09-29 | Use raster(logic) operation, or ROP, function on LUNA frame buffer. | Kenji Aoyama |
2014-09-27 | Move clock_reg[] definition. | Kenji Aoyama |
2014-09-27 | Change spaces to tab. No binary change. | Kenji Aoyama |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |