Age | Commit message (Expand) | Author |
2016-08-19 | move mem.c to hppa directory like every other arch. | Ted Unangst |
2016-08-01 | bring the light of ansi to a few more files | Ted Unangst |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-09-08 | sizes for free(), when known; ok semarie | Theo de Raadt |
2015-08-12 | Fix a free of an uninitialized variable in an error path. | Mike Larkin |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | One missing boot -> prsignal(initprocess) conversion | Miod Vallat |
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) | Masao Uebayashi |
2014-04-08 | Less <uvm/uvm.h> | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-02-08 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2012-02-25 | Fix a bad case of htole64() being used instead of htole32() when setting up | Miod Vallat |
2011-09-19 | %b format strings take the value before the bitname string, not the other | Miod Vallat |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis |
2011-05-01 | Fix counting of interrupts for devices that attach to elroy(4). Shared | Mark Kettenis |
2011-04-23 | Stop calling shared interrupt handlers as soon as one of them return 1 | Mark Kettenis |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-01-23 | Spinning up secondary CPUs on an MP kernel results in PDC output on the | Joel Sing |
2011-01-09 | Check in resettodr() if inittodr() has been called, otherwise we end up | Jasper Lievisse Adriaanse |
2011-01-05 | - remove unused headers wrapped in #if defined(DDB) | Jasper Lievisse Adriaanse |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2011-01-01 | Move setting cpu_hzticks to the clock initialization function, like | Jasper Lievisse Adriaanse |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-01 | ANSIfy | Mark Kettenis |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-26 | Allow processes to be scheduled onto secondary CPUs. | Joel Sing |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-05-24 | Add missing prototypes | Theo de Raadt |
2010-05-21 | Add support for IPIs on hppa. | Joel Sing |
2010-05-19 | Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we | Joel Sing |
2010-05-06 | Ansify functions and use "clock" rather than the CPU name for clock | Joel Sing |