2021-06-11 |
sthen | sync cert.pem with Mozilla's CA list generated from... |
commit | commitdiff | tree | snapshot |
2021-06-11 |
jsing | SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror(... |
commit | commitdiff | tree | snapshot |
2021-06-11 |
jsing | Indent all labels with a single space. |
commit | commitdiff | tree | snapshot |
2021-06-11 |
kettenis | Adjust futex regress test since futex(2) now returns... |
commit | commitdiff | tree | snapshot |
2021-06-11 |
kettenis | Since futex(2) can fail, it needs a full syscall stub... |
commit | commitdiff | tree | snapshot |
2021-06-11 |
jsg | limit workaround for AMD errata 400 to family 0fh and 10h |
commit | commitdiff | tree | snapshot |
2021-06-11 |
deraadt | Sort ID->pledge name translation in the same order... |
commit | commitdiff | tree | snapshot |
2021-06-11 |
visa | Remember to lock kqueue mutex in filt_timermodify(). |
commit | commitdiff | tree | snapshot |
2021-06-11 |
krw | No need to parse partition number more than necessary... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jca | Minor mandoc -Tlint fixes |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jca | Indentation |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jca | No RCS IDs in shlib_version files |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jca | Move libexecinfo regress tests under regress/gnu/lib |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Another hand rolled partition number parsing bites... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Oops. Forgot to commit the version bump. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Missed an occurance of hand rolled partition number... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
millert | Fix readrec's definition of a record |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dv | vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Abstract repeated parsing of partition numbers into... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Sync efid_io() with the recent improvements kettenis... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Sync efid_io() with the recent improvements kettenis... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Local functions don't need to be in .h files, nor do... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Shift zeroing of gpt header and partition table to... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Toss in 'const' for the parameters to string_to_utf16le... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
visa | Serialize internals of kqueue with a mutex |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | 'i' is a silly name for a daddr_t variable, and could... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Rename vars 'oldpart' to 'oldgg' when storing 'gg'... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
krw | Nuke extraneous blank line. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jcs | Don't skip mouse attachment if an otherwise qualified... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jmc | provide an Xr for backtrace; ok mortimer |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jmc | fix some formatting errors; |
commit | commitdiff | tree | snapshot |
2021-06-10 |
bluhm | Prevent interleaved stack traces in ddb from multiple... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dtucker | Use $SUDO when reading sshd's pidfile here too. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dtucker | Use $SUDO when reading sshd's pidfile in case it was... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dtucker | Set umask when creating hostkeys to prevent excessive... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Do not clear region based on current cursor position... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Feature for the mouse since FreeBSD termcap does not... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Fix rectangle selection, from Anindya Mukherjee, GitHub... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Bump FORMAT_LOOOP_LIMIT and add a log message when... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Fix <= operator. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | More accurate vi(1) word navigation in copy mode and... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Do not use NULL client when source-file finishes, GitHu... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Add -F for command-prompt and use it to fix "Rename... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Do not expand the file given with -f so it can contain :s. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Remove old shift function keys which interfere with... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Fire check callback after cleaning up event so it does... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Add different command historys for different types... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Fix warnings, from Jan Tache in GitHub issue 2692. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Improve logging of screen mode changes. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Move "special" keys into the Unicode PUA rather than... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Change cursor style handling so tmux understands which... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Change resize timers and flags into one timer and a... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Do not count client (and crash) if no window. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Three changes to fix problems with xterm in VT340 mode... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Include current client in size calculation for new... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Add an "always" value to the extended-keys option to... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | back-to-indentation fixes, from Anindya Mukherjee. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Fix display-menu -xR, from Alexis Hildebrandt. |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Adjust latest client when a client detaches, GitHub... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
nicm | Add another couple of keys needed for extended keys... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
fcambus | Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
ratchov | Bump pkg-config version to 1.8.0 to match portable... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
jsg | recognise Cortex-A510, Cortex-A710 and Cortex-X2 |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dtucker | Add regress test for SIGHUP restart while handling... |
commit | commitdiff | tree | snapshot |
2021-06-10 |
dtucker | Continue accept loop when pselect returns -1, eg if... |
commit | commitdiff | tree | snapshot |
2021-06-09 |
afresh1 | Remove pledgenames() from OpenBSD::Pledge perl module |
commit | commitdiff | tree | snapshot |
2021-06-09 |
kettenis | Enable MSI-X support for powerpc64. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
mortimer | Enable libexecinfo. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
mortimer | Enable libexecinfo regress. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
mortimer | Add regress test for libexecinfo. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
mortimer | Add libexecinfo. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
semarie | unveil: small cleanup for UNVEIL_INSPECT |
commit | commitdiff | tree | snapshot |
2021-06-09 |
dlg | whitespace tweak. no functional change. |
commit | commitdiff | tree | snapshot |
2021-06-09 |
jsg | don't fatally error on failing to map visible VRAM |
commit | commitdiff | tree | snapshot |
2021-06-08 |
dv | cleanup printf pattern to remove double 0x when printin... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | test that UserKnownHostsFile correctly accepts multiple... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | fix regression in r1.356: for ssh_config options that... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
tb | Simplify tlsext_ecpf_parse() |
commit | commitdiff | tree | snapshot |
2021-06-08 |
tb | Rewrap a comment to avoid an overlong line |
commit | commitdiff | tree | snapshot |
2021-06-08 |
tb | Ignore the record version for early alerts |
commit | commitdiff | tree | snapshot |
2021-06-08 |
tb | TLSv1.3 server: avoid sending alerts in legacy records |
commit | commitdiff | tree | snapshot |
2021-06-08 |
tb | Adjust alert for ECPF without uncompressed point format |
commit | commitdiff | tree | snapshot |
2021-06-08 |
dv | vmd(8): malicious dhcp packets on local ifs can cause... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
inoguchi | Fix pkg-config .pc files with LibreSSL |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | test argv_split() optional termination on comments |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | switch sshd_config parsing to argv_split() |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | Switch ssh_config parsing to use argv_split() |
commit | commitdiff | tree | snapshot |
2021-06-08 |
dtucker | Add testcases from bz#3319 for IPQoS and TunnelDevice... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
dtucker | Check if IPQoS or TunnelDevice are already set before... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | Allow argv_split() to optionally terminate tokenisation... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | sprinkle some "# comment" at end of configuration lines... |
commit | commitdiff | tree | snapshot |
2021-06-08 |
djm | more descriptive failure message |
commit | commitdiff | tree | snapshot |
2021-06-08 |
krw | Replace hand rolled memory allocation in efid_io()... |
commit | commitdiff | tree | snapshot |
2021-06-07 |
krw | Replace all uses of 'EFI_CALL(func, params)' with |
commit | commitdiff | tree | snapshot |
2021-06-07 |
job | Add HTTPS URL for LACNIC TA |
commit | commitdiff | tree | snapshot |
2021-06-07 |
dv | vmm(4): add dt tracepoints for guest entry/exit |
commit | commitdiff | tree | snapshot |
2021-06-07 |
krw | "intrisic" -> "intrinsic" in a couple of comments. |
commit | commitdiff | tree | snapshot |
2021-06-07 |
dv | btrace(8): add "cpu" to long conversion |
commit | commitdiff | tree | snapshot |
2021-06-07 |
tb | tweak previous: avoid markup and refer to an HTTP heade... |
commit | commitdiff | tree | snapshot |
2021-06-07 |
mpi | Kill SS_ASYNC and only check SB_ASYNC when async signal... |
commit | commitdiff | tree | snapshot |
next |