summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-3/+3
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-011-64/+39
* lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha2020-03-061-2/+2
* hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-121-3/+3
* Relax the way irqs are assigned. This diff does:kettenis2018-05-145-125/+93
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* move mem.c to hppa directory like every other arch.tedu2016-08-191-411/+0
* bring the light of ansi to a few more filestedu2016-08-011-38/+12
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-6/+6
* sizes for free(), when known; ok semariederaadt2015-09-081-2/+2
* Fix a free of an uninitialized variable in an error path.mlarkin2015-08-121-5/+3
* Convert to uiomove().miod2015-02-101-9/+9
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-4/+4
* Replace some malloc(n*size,...) calls with mallocarray().doug2014-12-091-2/+2
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+2
* Another uvm_km_valloc(9) -> km_alloc(9) conversion.kettenis2014-10-251-2/+2
* remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cjsg2014-10-081-95/+0
* Fix format strings in STIDEBUG code.miod2014-08-301-2/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* One missing boot -> prsignal(initprocess) conversionmiod2014-07-131-2/+2
* reboot(9): Shutdown system by signaling init(8) from kernel where appropriateuebayasi2014-07-121-3/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-5/+5
* boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)uebayasi2014-07-121-2/+2
* Less <uvm/uvm.h>mpi2014-04-082-5/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-294-11/+11
* Use extent_alloc_with_descr(9) and add a mutex to protect the extent.kettenis2014-02-081-11/+17
* Initialize ci_randseed better using arc4random() + a trick. Remove thederaadt2014-01-191-2/+3
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-3/+3
* Fix a bad case of htole64() being used instead of htole32() when setting upmiod2012-02-251-3/+3
* %b format strings take the value before the bitname string, not the othermiod2011-09-191-2/+2
* Compile in serial console settings support if any com(4) device is includedkettenis2011-08-161-3/+3
* Fix counting of interrupts for devices that attach to elroy(4). Sharedkettenis2011-05-011-11/+12
* Stop calling shared interrupt handlers as soon as one of them return 1kettenis2011-04-231-7/+6
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Spinning up secondary CPUs on an MP kernel results in PDC output on thejsing2011-01-231-7/+16
* Check in resettodr() if inittodr() has been called, otherwise we end upjasper2011-01-091-1/+10
* - remove unused headers wrapped in #if defined(DDB)jasper2011-01-051-8/+1
* Make need_resched() call cpu_unidle() such that we wake up a process running onkettenis2011-01-021-1/+14
* Move setting cpu_hzticks to the clock initialization function, likejasper2011-01-011-1/+3
* Only store bus/dev/func numbers when the corresponding pointer argumentkettenis2011-01-012-8/+14
* Implement cpu_unidle() for MP kernels.jsing2010-12-301-1/+8
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-042-4/+18
* remove unused offset argument to rbus functionsjsg2010-09-222-4/+4
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-2/+2
* No "\n" needed at the end of panic() strings.krw2010-08-072-4/+4
* ANSIfykettenis2010-08-011-6/+4