summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-09-01space -> tabKenji Aoyama
2016-08-29Change le(4) buffer address to 0x71010000, which is the same addressKenji Aoyama
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-16Fix typo in comment in three machdep.c files:Tom Cosgrove
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28Mechanical changes from manual buf set up to readdisksector().Kenneth R Westerback
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-05-18Move the logic deciding whether to grab the kernel lock or not, deeper in theMiod Vallat
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-03-13Correct debug messages.Kenji Aoyama
2015-03-13Set bus_space 'stride' for 2 and 4 bytes read/write.Kenji Aoyama
2015-03-04Add commented-out PCMCIA support configuration to GENERIC.Kenji Aoyama
2015-03-03Add pcic(4) support on luna88k.Kenji Aoyama
2015-02-25Rework secondary processor initialization, in order to allocate their idleMiod Vallat
2015-02-18Some modifications on cbus(4):Kenji Aoyama
2015-02-14Add simple bus_space_{map,unmap,subregion} implementation on luna88k.Kenji Aoyama
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-18Add commented-out necsb(4) and audio(4) configuration to GENERIC.Kenji Aoyama
2015-01-17Delete an extra tab.Kenji Aoyama
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
2014-12-28Add an audio driver, necsb(4), for NEC PC-9801-86 sound board onKenji Aoyama
2014-12-23We do not need to grab the kernel lock for clock interrupts on luna88k,Kenji Aoyama
2014-12-22unifdef INETTed Unangst
2014-12-19Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gatherKenji Aoyama
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov