summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
AgeCommit message (Expand)Author
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt
2015-09-27free(x, 0) cleanup:Sebastien Marie
2015-09-19intr_barrier(9) for armJonathan Gray
2015-09-18Use the local unixdev.h file rather than the outdated libsa one.Miod Vallat
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-08Need explicit <sys/kcore.h> include now.Miod Vallat
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11Don't rely in <sys/lock.h> bringing <sys/rwlock.h>.Miod Vallat
2015-02-07adapt to resume_randomness() changesTheo de Raadt
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
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
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-18use suspend_randomness() and resume_randomness()Theo de Raadt
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-09-19add missing break statements giving alaw encodingJonathan Gray
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-20Merge cmd.c from zboot into boot, dropping "clear" command while at it.Tobias Stoeckmann
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11boot(9): Missing if_downall() on zaurusMasao Uebayashi