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