Age | Commit message (Expand) | Author |
2017-08-14 | simplify LABEL extraction; from tb@ | Jasper Lievisse Adriaanse |
2017-08-14 | db_ctf_pprintf() doesn't actually support formatting, so s/f$// | Uwe Stuehler |
2017-08-14 | Restore "print" in ddb; add "pp[rint]" for pretty-printing | Uwe Stuehler |
2017-08-14 | Load CTF debug symbols before mountroot | Uwe Stuehler |
2017-08-14 | whitespace and fix a comment typo | Jasper Lievisse Adriaanse |
2017-08-14 | Add improvements to the DWARF frame unwinder to support xorguard. | Mark Kettenis |
2017-08-14 | catch ENOENT and display a proper error message when a specified disk image is | Jasper Lievisse Adriaanse |
2017-08-14 | sync | Theo de Raadt |
2017-08-14 | vmm: exit on monitor/mwait and convert these instructions into #UDs as | Mike Larkin |
2017-08-14 | vmm: add #defines for exception vectors that can be used to inject | Mike Larkin |
2017-08-14 | vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmm | Mike Larkin |
2017-08-14 | don't allow starting vms whose name starts with '-', '.' or '_' | Jasper Lievisse Adriaanse |
2017-08-14 | validate vm names before creating them; a valid name contains alphanumeric | Jasper Lievisse Adriaanse |
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | Philip Guenther |
2017-08-14 | knf to fix tab/space mismatches that make it hard to tell what's inside | Ted Unangst |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis |
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt |
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist |
2017-08-14 | drop seriously lacking support for SEQPACKET. | Ted Unangst |
2017-08-14 | Do not dereference a pointer directly but use db_get_value() instead. | Martin Pieuchot |
2017-08-14 | Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL. | Reyk Floeter |
2017-08-14 | move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage) | Henning Brauer |
2017-08-14 | expose the half-open tcp states counter, ok bluhm | Henning Brauer |
2017-08-14 | add half-open tcp states accounting, road paved by sashan | Henning Brauer |
2017-08-14 | Apply pre-built unicore patch - perl-5.24.2 | Andrew Fresh |
2017-08-14 | Apply local patches - perl-5.24.2 | Andrew Fresh |
2017-08-14 | Fix merge issues, remove excess files - match perl-5.24.2 dist | Andrew Fresh |
2017-08-14 | Import perl-5.24.2 | Andrew Fresh |
2017-08-14 | tweak previous; | Jason McIntyre |
2017-08-14 | Use the rv variable in sppp_output() as it was intended. | Reyk Floeter |
2017-08-14 | The "ret" return value is reused and overwritten, potentially | Reyk Floeter |
2017-08-14 | remove useless indirection for reading the file content | Eric Faurot |
2017-08-14 | Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read(). | Stefan Sperling |
2017-08-14 | don't need vmm_debug variable in VMM_DEBUG mode | Mike Larkin |
2017-08-14 | Attach run(4) to D-Link DWA-137 and DWA-140 rev D1. | Stefan Sperling |
2017-08-14 | regen | Stefan Sperling |
2017-08-14 | Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1. | Stefan Sperling |
2017-08-14 | fix missing bracket on ARM | Brent Cook |
2017-08-14 | Remove some dead logging code that was never used. | rob |
2017-08-14 | drm/mst: Avoid processing partially received up/down message transactions | Jonathan Gray |
2017-08-14 | drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req() | Jonathan Gray |
2017-08-14 | drm/mst: Fix error handling during MST sideband message reception | Jonathan Gray |
2017-08-14 | Make the vga_client_register() stub available to all archs to unbreak | Jonathan Gray |
2017-08-13 | minor msdosfs tweaks | Stefan Fritsch |
2017-08-13 | Fix rotation in combination wth vcons support by calling | Mark Kettenis |
2017-08-13 | Nuke trailing whitespace | Bob Beck |
2017-08-13 | remove accidental addition | Bob Beck |
2017-08-13 | Evidence suggests this trailing whitespace was left here by maurauding | Bob Beck |
2017-08-13 | match function implementation with declaration, ok beck@, doug@ | Brent Cook |
2017-08-13 | New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead | Philip Guenther |