Age | Commit message (Expand) | Author |
2016-09-04 | Only allow bfd on host routes and non-gateway routes for now. | Claudio Jeker |
2016-09-04 | Add comments to the character-to-block device table and remove an | Christian Weisgerber |
2016-09-04 | For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead of | Marcus Glocker |
2016-09-04 | Add PT_GNU_EH_FRAME. | Mark Kettenis |
2016-09-04 | Grab a reference to the route and free it once no longer needed. | Claudio Jeker |
2016-09-04 | Remove the IFF_LINK0 option to send the response back to the peer's | Reyk Floeter |
2016-09-04 | Bring back 2 MB socket buffers to speed up TCP. This increases | Alexander Bluhm |
2016-09-04 | Rename local variables called 'ret' to 'err' everywhere in iwm. | Stefan Sperling |
2016-09-04 | Clean up the pile of iwm MAC context command add/send/changed functions. | Stefan Sperling |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-04 | correct the size passed to free in iatp_write_reg | Jonathan Gray |
2016-09-04 | Rename iwm_mvm_phy_ctxt_apply() to iwm_mvm_phy_ctxt_cmd() and get rid of | Stefan Sperling |
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst |
2016-09-04 | Purge routes attached to an address when this address is removed. | Martin Pieuchot |
2016-09-04 | bha depends on the deleted aha.h, so it will follow it into the attic | Ted Unangst |
2016-09-04 | Remove unused iwm_mvm_binding_update() wrapper function and replace the | Stefan Sperling |
2016-09-04 | Get rid of pointless iwm_mvm_time_event_send_add() wrapper. | Stefan Sperling |
2016-09-04 | Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things | Claudio Jeker |
2016-09-04 | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-04 | Restrict MSR access to supported ones, log invalid accesses. | Mike Larkin |
2016-09-04 | Telling gcc the TCB pointer is in %r2 via the 'register asm' extension | Philip Guenther |
2016-09-04 | ld also knows about PT_OPENBSD_BOOTDATA | Philip Guenther |
2016-09-04 | Do "goto failed" in case returning EAGAIN as well. | YASUOKA Masahiko |
2016-09-04 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
2016-09-03 | ld knows PT_OPENBSD_RANDOMIZE now | Theo de Raadt |
2016-09-03 | handle the remaining bits of the packet we are sent | Peter Hessler |
2016-09-03 | only clear the error counter if we are successful, not if we get | Peter Hessler |
2016-09-03 | aha remnants lurking in here | Ted Unangst |
2016-09-03 | make intrace a volatile, while the compiler does the right thing still | Jasper Lievisse Adriaanse |
2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst |
2016-09-03 | zap eyesore whitespace at EOL | Jasper Lievisse Adriaanse |
2016-09-03 | handle timer limitations | Peter Hessler |
2016-09-03 | we really should ntohl fields coming in from the network | Peter Hessler |
2016-09-03 | remove strongarm files that were abused by zaurus | Jonathan Gray |
2016-09-03 | jsg@ also found some uninitialized variables, thank you! | Peter Hessler |
2016-09-03 | in order to avoid problems with precise timing, obey rfc 5880 section 6.8.7, | Peter Hessler |
2016-09-03 | if_get requires the corresponding if_put call. | Peter Hessler |
2016-09-03 | Only use uaddr_exe for address selection when PROT_EXEC is requested | Stefan Kempf |
2016-09-03 | Fixed missing null check in switchctl.c | Kazuya Goda |
2016-09-03 | Remove iwm_release() by inlining its implementation into its only caller. | Stefan Sperling |
2016-09-03 | Switch back to 256 KB socket buffer size for TCP. With 2 MB the | Alexander Bluhm |
2016-09-03 | iwm was undecided between 'if (err != 0)' and 'if (err)'; switch to 'if (err)' | Stefan Sperling |
2016-09-03 | Let purge thread to remove once rules, not packets. | Alexandr Nedvedicky |
2016-09-03 | In iwm, move assignments to 'err' outside of if-statements. | Stefan Sperling |
2016-09-03 | remove testing printf that snuck in accidentally. | Peter Hessler |
2016-09-03 | instead of doing everything manually, use goto cleanup idiom | Peter Hessler |
2016-09-03 | check the TTL field for incoming packets, we only support directly | Peter Hessler |
2016-09-03 | The iwm code was torn between 'error' and 'err'; error -> err everywhere | Stefan Sperling |
2016-09-03 | remove cnw driver. it was never enabled anywhere except on amd64 (and only | Ted Unangst |