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