summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
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-15enable nvme(4). it Just Works(tm).David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-10For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8MMark Kettenis
2016-03-30some oce(4) work, it appearsTheo de Raadt
2016-03-29Some sparc64 pci frame buffers incorrectly have the `depth' propertyMark Kettenis
2016-03-21Plug a memory leak in vnet(4) ioctl code path.Stefan Sperling
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-01DB_SYM_NULL -> NULL.Martin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Prevent memory leak when the ldc gets reset.Mark Kettenis
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
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-29Remove NULL-checks before free().mmcc
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-05Avoid using ifq_deq_rollback().Mark Kettenis
2015-12-04Add intr_barrier() just in case...Mark Kettenis
2015-11-27Don't panic in pmap_enter() if we deplete the pool of pv entries and theMark Kettenis
2015-11-25Don't bother keeping track of the resident count for the kernel pmap.Mark Kettenis
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
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-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-06Move the logic for adjusting userspace registers in the child after forkPhilip Guenther
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-28missing splx in error pathJonathan Gray
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
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-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c'sKenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization. sparc64Kenneth R Westerback
2015-09-27Store the target CPU in "struct intrhand" and use it in intr_barrier().Mark Kettenis
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie