summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
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-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-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-06use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue.David Gwynne
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-27arp_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-15No need to create links for xxboot now that MI installboot is the preferredMiod Vallat
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-28Mechanical changes from manual buf set up to readdisksector().Kenneth R Westerback
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-13Locators are long now.Miod Vallat
2015-09-13Needs <sys/systm.h> before <sys/syscall_mi.h> now.Miod Vallat
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-04Fix misleading indentMiod Vallat
2015-07-04get rid of some if 0 code that refers to b_actf.David Gwynne
2015-07-04replace the manual buf list management with a fifo bufq. it simplifiesDavid Gwynne
2015-07-04count outgoing packets like every other driver.David Gwynne
2015-06-27Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assumingMiod Vallat
2015-06-27Memory leak in attach if uballoc() fails; Brainy/Maxime VillardMiod Vallat
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-17Make kernel text read-only and unreadable from userland, and remove the bogusMiod Vallat
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-13Remove useless "bridge.h" include.Martin Pieuchot
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-07fix indentationJonathan Gray
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-02add missing splx callsJonathan Gray
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-07Convert to if_input().Martin Pieuchot
2015-03-28Convert to if_input(), tested by miod@Martin Pieuchot
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.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-09Move consistency check within #ifdef DIAGNOSTICMiod Vallat
2015-02-07typosMiod Vallat
2015-02-07Shrink the I/O map from 64KB to 16KB. This map is only used forMiod Vallat
2015-02-07Provide symbolic defines for the ICCS register magic bits, and use themMiod Vallat
2015-02-01Gather the scattered (and sometimes duplicated) qbus address and size definesMiod Vallat
2015-02-01Do not write to the doorbell register at uba attach time - this causes aMiod Vallat
2015-02-01Pass the correct machine check frame to the machine check handler.Miod Vallat
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis