Age | Commit message (Expand) | Author |
2018-02-24 | Enable bcmtemp(4). | Mark Kettenis |
2018-02-24 | Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi. | Mark Kettenis |
2018-02-24 | Make ncpusfound count the available processors even if they don't attach. | Mark Kettenis |
2018-02-24 | when comparing nvgre entries, compare a with b, not a with itself. | David Gwynne |
2018-02-23 | Disable mailbox interrupts on all cores upon attach instead of enabling the | Mark Kettenis |
2018-02-23 | Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead | Mark Kettenis |
2018-02-23 | Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so | Visa Hankala |
2018-02-23 | regen | David Gwynne |
2018-02-23 | masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs | David Gwynne |
2018-02-22 | Set the PG_G (global) bit on the special page table entries that are shared | Philip Guenther |
2018-02-22 | The compile time assertion for cpu info did not work with gcc. | Alexander Bluhm |
2018-02-22 | The GNU assembler does not understand 1ULL, so replace the constant | Alexander Bluhm |
2018-02-22 | remove some debug code in nvgre | David Gwynne |
2018-02-22 | Always reallocate a new memory chunk when changing the gateway of a | Martin Pieuchot |
2018-02-22 | don't get in the way of setting the rdomain on gre(4) | David Gwynne |
2018-02-21 | implement nvgre(4) based on rfc7637 aka NVGRE | David Gwynne |
2018-02-21 | Mark VIA padlock as capable of dealing with ESN | Mike Belopuhov |
2018-02-21 | Meltdown: implement user/kernel page table separation. | Philip Guenther |
2018-02-21 | Call socreate() before falloc() in sys_socket(). | Martin Pieuchot |
2018-02-21 | if egre takes the packet, it's done, don't fall through to l3 processing. | David Gwynne |
2018-02-21 | whitespace fixes | David Gwynne |
2018-02-21 | match linux whitespace in ioctl list | Jonathan Gray |
2018-02-20 | Add GENERIC.MP directory. | Mark Kettenis |
2018-02-20 | Add GENERIC.MP. | Mark Kettenis |
2018-02-20 | Release the secondary CPUs. | Mark Kettenis |
2018-02-20 | Make arm64 pmap (somewhat) mpsafe. | Mark Kettenis |
2018-02-20 | stop mixing bsd and c99 fixed width types and just use c99 types everywhere | Jonathan Gray |
2018-02-20 | Convert key length from bits to bytes | Mike Belopuhov |
2018-02-20 | Make ddb's "show all locks" command show spinlocks in addition | Visa Hankala |
2018-02-20 | Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED | Martin Pieuchot |
2018-02-20 | Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@. | Martin Pieuchot |
2018-02-20 | Set the chain_offset field (same as sgl_offset0, only in 16 byte units) | Jonathan Matthew |
2018-02-20 | cisco set the tos on their keepalive packets to ip precedence | David Gwynne |
2018-02-20 | add support for vnetflowid. | David Gwynne |
2018-02-20 | only allow root to use SIOCSVNETFLOWID. | David Gwynne |
2018-02-20 | add ioctls to toggle partitioning a vnetid into a netid and flowid | David Gwynne |
2018-02-20 | add support for setting the tunnel df bit. | David Gwynne |
2018-02-19 | Grab solock() inside soconnect2() instead of asserting for it to be held. | Martin Pieuchot |
2018-02-19 | Change some returns into gotos, will help keeping the unlocking path | Martin Pieuchot |
2018-02-19 | Add a default case to a usb_tap() switch statement which mpi@ says will | Jonathan Gray |
2018-02-19 | Convert sparc64 to MI mutex. | Martin Pieuchot |
2018-02-19 | Include <sys/mutex.h> directly instead of relying on other headers to | Martin Pieuchot |
2018-02-19 | Directly include sys/mplock.h when needed instead of depending on | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-19 | tunneldf needs ifr_df | David Gwynne |
2018-02-19 | support configuration of fragmentation of the tunnel traffic | David Gwynne |
2018-02-19 | enable configuration of tunnel fragmentation. | David Gwynne |
2018-02-19 | initialise sc_df to 0 in clone create rather than setting sc_ttl badly | David Gwynne |
2018-02-19 | add code to support configuration of tunnel traffic fragmentation | David Gwynne |
2018-02-19 | make sure only root can configure an interface with SIOCSLIFPHYDF. | David Gwynne |