Age | Commit message (Expand) | Author |
2016-09-02 | Prevent a NULL dereference, triggerable with a crafted configuration | Martin Pieuchot |
2016-09-02 | Avoid calling usbd_set_config_index() in *_attach() and let the stack | Martin Pieuchot |
2016-09-02 | Remove variables 'm' and 'uio' that are only ever assigned to | Tom Cosgrove |
2016-09-02 | No need to set 'error' to 0 at the beginning of acx_encap(), as | Tom Cosgrove |
2016-09-02 | disable t3, it is known to fail | Otto Moerbeek |
2016-09-01 | Fix file descriptor leak | Mark Lumsden |
2016-09-01 | tweak previous; | Jason McIntyre |
2016-09-01 | Make this work both with and without "make obj" in src/usr.bin/mandoc; | Ingo Schwarze |
2016-09-01 | don't initialize variables with functions | Ted Unangst |
2016-09-01 | unconst these parameters; i won't be changing bsd auth today. | Ted Unangst |
2016-09-01 | add a -t keytype option for untrusted comment automatic key extraction | Marc Espie |
2016-09-01 | normalize some function names | Mike Larkin |
2016-09-01 | fix a merge collision, and add some retval checking on various pthread_* | Mike Larkin |
2016-09-01 | No longer needed to special case RTM_GET in these if statements since | Claudio Jeker |
2016-09-01 | Move RTM_GET into its own case block not intermixing it with RTM_CHANGE | Claudio Jeker |
2016-09-01 | change some log_warn to log_warnx and convert some integer literals to | Mike Larkin |
2016-09-01 | no route-to/reply-to/dup-to on block rules, aka make this pass again | Henning Brauer |
2016-09-01 | Nuke now unused 'sz' variable. | Kenneth R Westerback |
2016-09-01 | EFI firmware has been encountered that is (from our point of view) confused | Kenneth R Westerback |
2016-09-01 | The fork+exec diff broke "what?!", the ps_what field determines the | Reyk Floeter |
2016-09-01 | Make vcpu_reset_regs use new writeregs code | Stefan Kempf |
2016-09-01 | Re-enable libobjc on arm. | Mark Kettenis |
2016-09-01 | Implement exception handling for ARM EABI. Cobbled together from bits of | Mark Kettenis |
2016-09-01 | Disable the RTF_UP kassert check in rtisvalid() for now as it can | Alexander Bluhm |
2016-09-01 | forgot during previous commit, thanks stefan@ | Mike Larkin |
2016-09-01 | zap dead code | Eric Faurot |
2016-09-01 | remove "sparc" from a comment | Ingo Schwarze |
2016-09-01 | move "sparc" down to discontinued architectures | Ingo Schwarze |
2016-09-01 | Add ioctls to get/set VCPU registers | Stefan Kempf |
2016-09-01 | Add basic regress tests for ldapd. | Landry Breuil |
2016-09-01 | Don't print "lost child" if the child process exited okay. This is | Reyk Floeter |
2016-09-01 | Add a set of emulated legacy devices (PIT, PIC, RTC) | Mike Larkin |
2016-09-01 | Remove the clock hack, and properly handle interrupts generated from vmd(8)'s | Mike Larkin |
2016-09-01 | Fix regress test, server returns 400 instead of 500 now | Reyk Floeter |
2016-09-01 | Document all letters used for route flags in "netstat -r". | Alexander Bluhm |
2016-09-01 | Get rid of the custom msgbuf_write2() function adapted from libutil. | Eric Faurot |
2016-09-01 | make the version symbol a fixed size (512) to reduce the potential for | Ted Unangst |
2016-09-01 | Use b64_ntop instead of adding yet another base implementation of base64 | Theo Buehler |
2016-09-01 | better words for -b, wiyh help from jmc@ | Otto Moerbeek |
2016-09-01 | update usage(); pointed out by jmc@ | Florian Obser |
2016-09-01 | Document new default timeouts/intervals. | Kenneth R Westerback |
2016-09-01 | tidy up the list; | Jason McIntyre |
2016-09-01 | no more sparc; ok tedu kettenis | Jason McIntyre |
2016-09-01 | Cut back the default values for the various timeout/interval values. We no | Kenneth R Westerback |
2016-09-01 | move the authentication code to a function | Ted Unangst |
2016-09-01 | Fix undefined behaviour when comparing pointers by casting them to vaddr_t. | akfaew |
2016-09-01 | Fix 2 minor issues and a typo in a comment in the pci emulation subsystem. | Mike Larkin |
2016-09-01 | MPSAFE is never used, so get rid of it. | akfaew |
2016-09-01 | Get rid of 'relebad:'. | akfaew |
2016-09-01 | no more sparc; | Jason McIntyre |