2015-04-24 |
sobrado | improve wording. |
commit | commitdiff | tree | snapshot |
2015-04-24 |
dlg | read_defaults has the thing for strtonum to chew on... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
jmc | combine -Dd onto one line and update usage(); |
commit | commitdiff | tree | snapshot |
2015-04-24 |
djm | add ssh-agent -D to leave ssh-agent in foreground witho... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
jsg | Use "softintr_pic0" instead of "softintr_fakepic" when... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
deraadt | 2*len -> use xreallocarray() |
commit | commitdiff | tree | snapshot |
2015-04-24 |
deraadt | rename xrealloc() to xreallocarray() since it follows... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
millert | Replace atoi() usage with strtonum(). OK deraadt@ |
commit | commitdiff | tree | snapshot |
2015-04-23 |
florian | We cannot log errors with relay_close() before allocating |
commit | commitdiff | tree | snapshot |
2015-04-23 |
florian | We cannot log errors with server_close() before allocating |
commit | commitdiff | tree | snapshot |
2015-04-23 |
schwarze | Unify mdoc_deroff() and man_deroff() into a common... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
schwarze | Get rid of two empty wrapper functions. No functional... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
mpi | Fix 13 years old typo that should be responsible for... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dlg | tedu remnants of the previous attempt to implement... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dlg | replace the use of struct ifqueue in pipex with mbuf_qu... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
deraadt | use reallocarray instead of calloc; avoid the zero... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
deraadt | Do not need to buf[0] = 0 before strlcpy(buf, ... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
deraadt | delete a NOTDEF of unused code |
commit | commitdiff | tree | snapshot |
2015-04-23 |
deraadt | KNF and other style adjustments to make this more scrut... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dtucker | Add a simple regression test for sshd's configuration... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dtucker | Two small fixes for sshd -T: ListenAddress'es are added... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dtucker | Check for and reject missing arguments for VersionAdden... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
jsg | avoid an uneeded deref |
commit | commitdiff | tree | snapshot |
2015-04-23 |
deraadt | error in strtonum() conversion; found by Nathanael... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
dlg | dont need \n on panic strings |
commit | commitdiff | tree | snapshot |
2015-04-22 |
ratchov | Remove forgotten empty files, from miod, thanks |
commit | commitdiff | tree | snapshot |
2015-04-22 |
bluhm | Expand SLIST macro of unix pcb members before printing... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
schwarze | Use .Ar for placeholders and .Cm for arguments to be... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
nicm | Make session_has return a flag, returning the first... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
nicm | Change the windows array into an RB tree and fix some... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
nicm | window_index is only used in one place (window_destroy... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
nicm | Update termtypes.master to terminfo.src from ncurses... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
jsg | Init a variable to zero so values aren't or'd into... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
mpi | Add the necessary glue to keep carp(4) working while... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
mpi | Add missing header for NBRIDGE chunk, found the hardway... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
mpi | Implement the MI atomic API for PowerPC to avoid using... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
mlarkin | Reduce differences between pae and no-pae modes. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-04-22 |
jsg | Init rt to NULL in arpresolve(). Not a problem in... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
jsg | Init error to 0 for sdmmc_mem_single_{read,write}_block |
commit | commitdiff | tree | snapshot |
2015-04-22 |
dlg | having macros provide semicolons is dangerous. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
djm | use correct key for nested certificate test |
commit | commitdiff | tree | snapshot |
2015-04-22 |
djm | unknown certificate extensions are non-fatal, so don... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Look up indexes as number before name, makes more sense... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Always format real layout even when zoomed. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Do not die on USR1 if any of the socket parent director... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Simplify error messages when socket connect fails,... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | The free callback could end up being fired before the... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Fix moving windows to nonexistent indexes when renumber... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
mlarkin | Remove an extra lcr3 that snuck into pmap_switch during... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
mikeb | Improve divert-to specification parsing w.r.t. rule... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
florian | According to RFC 4861 and the actuall implementation... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
schwarze | Avoid a use after free when the target node is deleted... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Bind mouse dragging so that it is passed through to... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Don't eat the mouse event that triggers a drag end... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Put mouse_any_flag back, don't know where it went to... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | Pass mouse events through to commands for if-shell. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
nicm | cmd_mouse_pane can return NULL, check for that. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
schwarze | Section 1, not section one: section numbers are always... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
dlg | disable *8 again for now. incoherent archs arent having... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
henning | append the setdir ("5.7/amd64", "snapshots/vax") as... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
schwarze | Back in January, Kaspars at Bankovskis dot net reported... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
schwarze | When diff(1) finds differences, it returns an exit... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
mpi | Revert previous. Packets going through carp_input... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
jsg | Add back a backslash removed in rev 1.42 so KEX_SERVER_... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
mlarkin | Remove a duplicate variable and #define that snuck... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
jsg | fix a memory leak if tls_read() fails. ok henning@ |
commit | commitdiff | tree | snapshot |
2015-04-21 |
jsg | fix a memory leak. ok blambert@ |
commit | commitdiff | tree | snapshot |
2015-04-21 |
jsg | No need to do "size = (size_t)sb.st_size" both before... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
jsg | init both fds passed to pipe as -1 instead of initing... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
guenther | The ELF psABI for PPC specifies that the stack shall... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
dlg | rework sgi mutexes to use the owner pointer as the... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
guenther | Eliminate the last uses of *fork's second syscall retur... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
mlarkin | Reduce differences between i386 pmap modes. |
commit | commitdiff | tree | snapshot |
2015-04-20 |
miod | Remove most static, gives us much better ddb tracebacks... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
mikeb | Log if we refuse to continue the exchange when another... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
nicm | Remove unused-but-set variables, from Thomas Adam. |
commit | commitdiff | tree | snapshot |
2015-04-20 |
nicm | Support for multiple key tables to commands to be bound... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
krw | Fix asking for list of http servers via '?'. The 'more... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
nicm | Style nit - unnecessary brackets. |
commit | commitdiff | tree | snapshot |
2015-04-20 |
espie | totally forgot about the !uid notation in newuser when... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
schwarze | Fix previous: Don't let man(1) warn twice about non... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
schwarze | Avoid out-of-bounds read access before the beginning... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
nicm | Make jump-to-backward/jump-to-forward repeatable with |
commit | commitdiff | tree | snapshot |
2015-04-20 |
mpi | Remove a bad typo introduced in rev 1.185 and found... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
mpi | Do not treat loopback interfaces as p2p interfaces... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
mpi | Always call rt_ifa_dellocal(9) when removing an IPv6... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
nicm | Use a more sensible buffer size for flags string. |
commit | commitdiff | tree | snapshot |
2015-04-20 |
dlg | port src/sbin/ping/ping.c r1.119 and r1.121 to ping6: |
commit | commitdiff | tree | snapshot |
2015-04-20 |
dlg | fold the icmp seq number into the mac. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2015-04-19 |
nicm | Honour renumber-windows when unlinking a window, from... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
nicm | Rewrite of tmux mouse support which was a mess. Instead... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
nicm | Support setting the default window and pane background... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
schwarze | More than one data field may follow T} on the same... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
gilles | Incorrect logic in smtpd(8) can lead to unexpected... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
sf | Add support for x2apic mode |
commit | commitdiff | tree | snapshot |
2015-04-19 |
schwarze | If an explicit line break request (.br or .sp) occurs... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-04-19 |
schwarze | If apropos(1) finds no match, print "nothing appropriat... |
commit | commitdiff | tree | snapshot |
next |