summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-20Make ART internals free of 'struct sockaddr'.Martin Pieuchot
2015-08-20In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-licenseMartin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-20reactivate tame()Theo de Raadt
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-20Remove an unused #include file from i386 and amd64 pmap.hMike Larkin
2015-08-19PF must keep IPv6 fragment size as chosen by sender also for packets,Alexandr Nedvedicky
2015-08-19Stop passing around constants for metadata size and location. JustKenneth R Westerback
2015-08-19Prevent mips64 FPU emulation from corrupting the page queuesVisa Hankala
2015-08-19An interface address without interface pointer could cause anAlexander Bluhm
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-19Make uvm_pmr_isfree() work correctly when RB_NFIND() returnsVisa Hankala
2015-08-19Sync page_flagbits with reality.Visa Hankala
2015-08-19Remove some verbose logs in in6_update_ifa() now that errors areMartin Pieuchot
2015-08-19KNFMartin Pieuchot
2015-08-19Make arplookup() return a pointer to a "struct rtentry".Martin Pieuchot
2015-08-19Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().Martin Pieuchot
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-18typosMiod Vallat
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-18Apply the logic used for "protocol" queues to bridge(4). This allowsMartin Pieuchot
2015-08-18Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPDMartin Pieuchot
2015-08-18Call rtfree(9) when we no longer need the route entry rather thanMartin Pieuchot
2015-08-18Check the error value returned by in6_ifattach().Martin Pieuchot
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback
2015-08-17Remove anoying comment about in6_update_ifa().Martin Pieuchot
2015-08-17Use __func__ rather than the function name in log(9) calls to removeMartin Pieuchot
2015-08-17Remove unused variable in rt_ifa_add(), prodded by bluhm@Martin Pieuchot
2015-08-17Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entryMartin Pieuchot
2015-08-17Match the free(3) semantic and accept NULL pointers in rtfree(9).Martin Pieuchot
2015-08-16dont need the biglock to call bpf now.David Gwynne
2015-08-16make bpf_mtap mpsafe by using SRPs.David Gwynne
2015-08-16avoid a toctou problem in if_input in the bpf handling.David Gwynne
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-08-15typoMiod Vallat
2015-08-15Remove orphaned debug code.Miod Vallat
2015-08-15If the SRM has explicitely set up some ISA interrupts level-triggered,Miod Vallat
2015-08-15When sendrecv() returns -1, have rpc_call() return -1 as well. Otherwise, dueMiod Vallat
2015-08-15Use signed variables to store the result of rpc_call().Miod Vallat
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-08-15Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'sMiod Vallat
2015-08-15No need to cargo-cult include <alpha/pci/sioreg.h> here.Miod Vallat
2015-08-15Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take anMiod Vallat
2015-08-15Enable AlphaBook 1 support in bsd.rd tooMiod Vallat
2015-08-15When resetting the hwrpb after a succesfull secondary processor spinup,Miod Vallat
2015-08-15Increase the size of the masks used in i386 ldscript to account for largerMike Larkin