2015-04-29 |
henning | g/c unneeded second char * var, ok benno |
commit | commitdiff | tree | snapshot |
2015-04-29 |
nicm | Do not complain when directions fail. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
nicm | Add tmux and tmux-256color entries; this can be used... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
deraadt | Use if_get() after every tsleep(), in case the bottom... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
nicm | If default-terminal is set to "screen" or "screen-... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
schwarze | Do not mark a block with the MDOC_BROKEN flag if it... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
schwarze | When the last line of a table layout turns out to be... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
ajacoutot | Check arguments before eval so we don't end up with... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
schwarze | Improve the error message in case somebody has configur... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
henning | support passing a template file for the auto-allocation... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
bluhm | Make some regular expressions more strict. This allows... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
bluhm | When the HTTP client did close the connection while... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
deraadt | the non braced do while made my teeth hurt |
commit | commitdiff | tree | snapshot |
2015-04-29 |
guenther | Also generate db_structinfo.txt with struct member... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
guenther | Delete the duplicated sched_{policy,param} members... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
dtucker | Add tests for ListenAddress/Port/AddressFamily in alter... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
jsg | Remove a check for NULL that would have been after... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
jsg | Move a variable's initialisation so a panic will work... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
deraadt | Change internal xrealloc() to a idiom-following xreallo... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
dtucker | Allow ListenAddress, Port and AddressFamily in any... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Add whitespace and replace OPENSSL_free with free in... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Call CBB_add_space() rather than reimplementing it. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Rename cbb_buffer_add_u to cbb_add_u and remove redunda... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Added len_len error checking for internal cbb_buffer_ad... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Call CBS_mem_equal() rather than reimplementing it. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Avoid NULL deref in CBS_get_any_asn1_element(). |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Added error checking for len argument in cbs_get_u(). |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | free() can handle NULL. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
millert | Add missing #include <stdint.h> for SIZE_MAX |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Reject dNSName of " " for subjectAltName extension. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
millert | Add missing #include <stdint.h> for SIZE_MAX |
commit | commitdiff | tree | snapshot |
2015-04-29 |
doug | Add missing BN_CTX_end() calls. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
halex | VERBOSESTATUS or no VERBOSESTATUS, failed or missing... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
kettenis | Explicitly include .codepatch and .codepatchend in... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
sthen | ajacoutot spotted a problem with the new sshd logic... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
kettenis | Protect the per-process itimerval structs with a mutex... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
kettenis | Don't grab the kernel lock for clock interrupts. The... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
mpi | Make sure to overwrite sdl_type after calling ether_ifa... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
jsg | Fix a memory leak in an error path found by Maxime... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
jmc | tidy up the prebind text; prompted by zhuk |
commit | commitdiff | tree | snapshot |
2015-04-28 |
jmc | enviroment -> environment: apologies to darren for... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
nicm | If looking for an index, don't fill in window when... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
nicm | Do not do a search for the tty path if there isn't... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
nicm | If can't find pane as a pane, try as a window; likewise... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
nicm | Add select-layout -o to undo the last layout change... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
dtucker | Fix typo in previous |
commit | commitdiff | tree | snapshot |
2015-04-28 |
dtucker | Document that the TERM environment variable is not... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
stsp | In rtsx(4), condense the list of support chips in a... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
mlarkin | Someone went to the trouble of vertically aligning... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
lteo | Add a missing free in the error path. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
djm | Rework sshd enable root login questions in light of... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Do not include unattached clients when trying to find... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Reset cfg_ncauses to 0 as well or we could allocate... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Assign to the right variable when comparing clients. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
djm | Make sshd default to PermitRootLogin=no; |
commit | commitdiff | tree | snapshot |
2015-04-27 |
bluhm | Let the HTTP client close the connection within an... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Simplify remote(5) example file and remove stuff not... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Rewrite of the target resolution internals to be simple... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
mpi | Do not call nd6_purge() before purging the IPv6 address... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Use a systrace(4) sandbox with a short whitelist of... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Add a _file user and use for privsep, ok deraadt |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | Add simple privilege separation to file(1). Two process... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
kettenis | Adjust ld semantics to make static PIE the default... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
jmc | remove some extraneous text; ok nicm |
commit | commitdiff | tree | snapshot |
2015-04-27 |
benno | sync with rev 1.99 of sbin/route/show.c |
commit | commitdiff | tree | snapshot |
2015-04-27 |
benno | route show does not need to filter unwanted af itself... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
mpi | Since upd(4) currently supports a known but limited... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
stsp | Update list of card readers supported by rtsx(4). From... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
nicm | If the requested pane is already active, do not unzoom... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
mpi | with more unit convertion when new sensors will appear. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
mpi | Make use of DEVNAME(), from David Higgs. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
mpi | Correctly write the 64bits of the HID 1, 4 and 5 registers. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
bcook | Not all Linux libc's include linux/sysctl.h in sys... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
bcook | Support AIX versions without WPAR support. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
djm | more OPENSSL=no fixes; ok dtucker@ |
commit | commitdiff | tree | snapshot |
2015-04-27 |
djm | fix compilation with OPENSSL=no; ok dtucker@ |
commit | commitdiff | tree | snapshot |
2015-04-27 |
dtucker | Include stdio.h for FILE (used in sshkey.h) so it compi... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
djm | allow "sshd -f none" to skip reading the config file... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
nicm | Don't support -s on FIFOs, it doesn't work well and... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
nicm | Remove panes from layout if spawning them fails, report... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
benno | mlarkin asks "bgpctl checks the length of the control... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
nicm | stat() the original link path not the resolved one... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
dcoppa | Fix typo in the buffer size value: 7680 in the manpage... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
henning | get_responsefile: instead of keeping the dhcp-supplied... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
sf | Have vio_start() check if the queue is empty. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
jmatthew | Get dwc2 working on octeon. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
sf | vio: Support checksum offloading for IPv4 TX |
commit | commitdiff | tree | snapshot |
2015-04-26 |
stsp | regen |
commit | commitdiff | tree | snapshot |
2015-04-26 |
stsp | Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
phessler | for every policy we write out, flush the output so... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
kettenis | Disable PAE when switching to the hibernate resume... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
stsp | Add Digitus DN-7003GT to list of supported urtw(4)... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
stsp | regen |
commit | commitdiff | tree | snapshot |
2015-04-26 |
stsp | Add USB device ID for RTL8812AU. Found in "TP-Link... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
kettenis | Enable NX support in the resume path. Makes suspend... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
kettenis | Only enable PAE if the CPU we're running on has NX... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
sthen | bump i386 MAXDSIZ to 3GB. - "If you're running this... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-04-26 |
jmatthew | Two extra messages required after sending a baud rate... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
guenther | Require a PT_LOAD segment's p_filesz to be no larger... |
commit | commitdiff | tree | snapshot |
next |