summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
AgeCommit message (Expand)Author
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-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-02-27Remove a couple malloc casts. No functional change.mmcc
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-09bring in dlg's fix from rev 1.10 of the equivalent hppa file:Jonathan Gray
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-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-27Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical toKenneth 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-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-06PR_WAITOK for the pmap_pmap_pool here as well.Mark Kettenis
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-08-12Fix a free of an uninitialized variable in an error path.Mike Larkin
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11Needs <sys/atomic.h> explicitely now.Miod Vallat
2015-02-11Backout non-wanted changed introduced by accident as part of 1.24.Miod Vallat
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2014-12-17delete simplelocksTheo de Raadt
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-11-24use the correct capitalization for Realtek.Brad Smith