summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-3/+3
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha1-2/+9
2020-07-06Add support for timeconting in userland.pirofti1-2/+2
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-01Use the same inittodr()/resettodr() implementation as onkettenis1-64/+39
2020-03-06lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha1-2/+2
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha1-3/+3
2018-05-14Relax the way irqs are assigned. This diff does:kettenis5-125/+93
2018-02-19Remove almost unused `flags' argument of suser().mpi1-2/+2
2016-08-19move mem.c to hppa directory like every other arch.tedu1-411/+0
2016-08-01bring the light of ansi to a few more filestedu1-38/+12
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi1-6/+6
2015-09-08sizes for free(), when known; ok semariederaadt1-2/+2
2015-08-12Fix a free of an uninitialized variable in an error path.mlarkin1-5/+3
2015-02-10Convert to uiomove().miod1-9/+9
2015-02-10First step towards making uiomove() take a size_t size argument:miod1-4/+4
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().doug1-2/+2
2014-11-16Replace a plethora of historical protection options with justderaadt1-2/+2
2014-10-25Another uvm_km_valloc(9) -> km_alloc(9) conversion.kettenis1-2/+2
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cjsg1-95/+0
2014-08-30Fix format strings in STIDEBUG code.miod1-2/+2
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2014-07-13One missing boot -> prsignal(initprocess) conversionmiod1-2/+2
2014-07-12reboot(9): Shutdown system by signaling init(8) from kernel where appropriateuebayasi1-3/+4
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-5/+5
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)uebayasi1-2/+2
2014-04-08Less <uvm/uvm.h>mpi2-5/+3
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther4-11/+11
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.kettenis1-11/+17
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove thederaadt1-2/+3
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt1-3/+3
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upmiod1-3/+3
2011-09-19%b format strings take the value before the bitname string, not the othermiod1-2/+2
2011-08-16Compile in serial console settings support if any com(4) device is includedkettenis1-3/+3
2011-05-01Fix counting of interrupts for devices that attach to elroy(4). Sharedkettenis1-11/+12
2011-04-23Stop calling shared interrupt handlers as soon as one of them return 1kettenis1-7/+6
2011-04-07Do not use NULL in integer comparisons. No functional change.miod1-2/+2
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on thejsing1-7/+16
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upjasper1-1/+10
2011-01-05- remove unused headers wrapped in #if defined(DDB)jasper1-8/+1
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onkettenis1-1/+14
2011-01-01Move setting cpu_hzticks to the clock initialization function, likejasper1-1/+3
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentkettenis2-8/+14
2010-12-30Implement cpu_unidle() for MP kernels.jsing1-1/+8
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod1-2/+2
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2-4/+18
2010-09-22remove unused offset argument to rbus functionsjsg2-4/+4
2010-09-20Get rid of evcount's support for arranging counters in a treematthew1-2/+2
2010-08-07No "\n" needed at the end of panic() strings.krw2-4/+4
2010-08-01ANSIfykettenis1-6/+4