summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-16move the vm_page struct from being stored in RB macro trees to RBT functionsDavid Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-19move mem.c to hppa directory like every other arch.Ted Unangst
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-10The hppa trapframe PC is marked (in the low two bits) to indicate aTheo de Raadt
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-04-20pool_setipl for floating point context thingsDavid Gwynne
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-24Restore validity checks for the disklabels read from disk. TheyKenneth R Westerback
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-01Remove more blinding trailing whitespace.Kenneth R Westerback
2015-09-30Remove some trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28More mechanical switching to readdisksector(), although this is aKenneth R Westerback
2015-09-28Use readdisksector() instead of manual buf initialization. hppa compilesKenneth R Westerback
2015-09-27Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed duringKenneth R Westerback
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-20Put memory barriers in the appropriate place.Mark Kettenis
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling