summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-07remove needless malloc castmmcc
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-01-19Fix a race causing hardclock() to be sometimes invoked between the endAntoine Jacoutot
2015-12-29Remove NULL-checks before free().mmcc
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-10Remove remaining Solbourne code.mmcc
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
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-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-12can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUEDavid Gwynne
2015-11-10Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sakeMiod Vallat
2015-11-06make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-11-06Move the logic for adjusting userspace registers in the child after forkPhilip Guenther
2015-11-05Now that the kernel virtual address space has been made larger, even onMiod Vallat
2015-11-02intr_barrier() stub.Martin Pieuchot
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-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible.Kenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization. sparc64Kenneth R Westerback
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-21Increase MAXTSIZ to 64MB, required for gcc/gnatTobias Ulmer
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-18Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to beMiod Vallat
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-12Add a few -fno-builtin-foo to silence the build.Miod Vallat
2015-09-12Rework fb_setsize() logic to get rid of gotos.Miod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-06qlw fitsMiod Vallat
2015-09-01missing splxJonathan Gray
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew