openbsd
2015-04-24 nicmWe need to loop over the files once to work out the...
2015-04-24 nicmTrying to drop privileges means we can't handle ARG_MAX...
2015-04-24 nicmAdd a couple of missing spaces (style nits).
2015-04-24 nicmUse symbolic constants for st_mode flags, no binary...
2015-04-24 nicmIf ~/.magic exists but can't be used, fail rather than...
2015-04-24 nicmFix a couple of errors in the magic source files.
2015-04-24 nicmNew implementation of the file(1) utility. This is...
2015-04-24 mpiRevert back to using GCC builtins. This code triggers...
2015-04-24 deraadtanother thinkpad event to ignore; from mp39590@gmail
2015-04-24 sfvio: If enqueue fails, drop packet.
2015-04-24 kettenisEnable the NX bit and use it in the PAE pmap code....
2015-04-24 sobradoimprove wording.
2015-04-24 dlgread_defaults has the thing for strtonum to chew on...
2015-04-24 jmccombine -Dd onto one line and update usage();
2015-04-24 djmadd ssh-agent -D to leave ssh-agent in foreground witho...
2015-04-24 jsgUse "softintr_pic0" instead of "softintr_fakepic" when...
2015-04-24 deraadt2*len -> use xreallocarray()
2015-04-24 deraadtrename xrealloc() to xreallocarray() since it follows...
2015-04-23 millertReplace atoi() usage with strtonum(). OK deraadt@
2015-04-23 florianWe cannot log errors with relay_close() before allocating
2015-04-23 florianWe cannot log errors with server_close() before allocating
2015-04-23 schwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-23 schwarzeGet rid of two empty wrapper functions. No functional...
2015-04-23 mpiFix 13 years old typo that should be responsible for...
2015-04-23 dlgtedu remnants of the previous attempt to implement...
2015-04-23 dlgreplace the use of struct ifqueue in pipex with mbuf_qu...
2015-04-23 deraadtuse reallocarray instead of calloc; avoid the zero...
2015-04-23 deraadtDo not need to buf[0] = 0 before strlcpy(buf, ...
2015-04-23 deraadtdelete a NOTDEF of unused code
2015-04-23 deraadtKNF and other style adjustments to make this more scrut...
2015-04-23 dtuckerAdd a simple regression test for sshd's configuration...
2015-04-23 dtuckerTwo small fixes for sshd -T: ListenAddress'es are added...
2015-04-23 dtuckerCheck for and reject missing arguments for VersionAdden...
2015-04-23 jsgavoid an uneeded deref
2015-04-23 deraadterror in strtonum() conversion; found by Nathanael...
2015-04-23 dlgdont need \n on panic strings
2015-04-22 ratchovRemove forgotten empty files, from miod, thanks
2015-04-22 bluhmExpand SLIST macro of unix pcb members before printing...
2015-04-22 schwarzeUse .Ar for placeholders and .Cm for arguments to be...
2015-04-22 nicmMake session_has return a flag, returning the first...
2015-04-22 nicmChange the windows array into an RB tree and fix some...
2015-04-22 nicmwindow_index is only used in one place (window_destroy...
2015-04-22 nicmUpdate termtypes.master to terminfo.src from ncurses...
2015-04-22 jsgInit a variable to zero so values aren't or'd into...
2015-04-22 mpiAdd the necessary glue to keep carp(4) working while...
2015-04-22 mpiAdd missing header for NBRIDGE chunk, found the hardway...
2015-04-22 mpiImplement the MI atomic API for PowerPC to avoid using...
2015-04-22 mlarkinReduce differences between pae and no-pae modes.
2015-04-22 deraadtsync
2015-04-22 jsgInit rt to NULL in arpresolve(). Not a problem in...
2015-04-22 jsgInit error to 0 for sdmmc_mem_single_{read,write}_block
2015-04-22 dlghaving macros provide semicolons is dangerous.
2015-04-22 djmuse correct key for nested certificate test
2015-04-22 djmunknown certificate extensions are non-fatal, so don...
2015-04-21 nicmLook up indexes as number before name, makes more sense...
2015-04-21 nicmAlways format real layout even when zoomed.
2015-04-21 nicmDo not die on USR1 if any of the socket parent director...
2015-04-21 nicmSimplify error messages when socket connect fails,...
2015-04-21 nicmThe free callback could end up being fired before the...
2015-04-21 nicmFix moving windows to nonexistent indexes when renumber...
2015-04-21 mlarkinRemove an extra lcr3 that snuck into pmap_switch during...
2015-04-21 mikebImprove divert-to specification parsing w.r.t. rule...
2015-04-21 florianAccording to RFC 4861 and the actuall implementation...
2015-04-21 schwarzeAvoid a use after free when the target node is deleted...
2015-04-21 nicmBind mouse dragging so that it is passed through to...
2015-04-21 nicmDon't eat the mouse event that triggers a drag end...
2015-04-21 nicmPut mouse_any_flag back, don't know where it went to...
2015-04-21 nicmPass mouse events through to commands for if-shell.
2015-04-21 nicmcmd_mouse_pane can return NULL, check for that.
2015-04-21 schwarzeSection 1, not section one: section numbers are always...
2015-04-21 dlgdisable *8 again for now. incoherent archs arent having...
2015-04-21 henningappend the setdir ("5.7/amd64", "snapshots/vax") as...
2015-04-21 schwarzeBack in January, Kaspars at Bankovskis dot net reported...
2015-04-21 schwarzeWhen diff(1) finds differences, it returns an exit...
2015-04-21 mpiRevert previous. Packets going through carp_input...
2015-04-21 jsgAdd back a backslash removed in rev 1.42 so KEX_SERVER_...
2015-04-21 mlarkinRemove a duplicate variable and #define that snuck...
2015-04-21 jsgfix a memory leak if tls_read() fails. ok henning@
2015-04-21 jsgfix a memory leak. ok blambert@
2015-04-21 jsgNo need to do "size = (size_t)sb.st_size" both before...
2015-04-21 jsginit both fds passed to pipe as -1 instead of initing...
2015-04-21 guentherThe ELF psABI for PPC specifies that the stack shall...
2015-04-21 dlgrework sgi mutexes to use the owner pointer as the...
2015-04-21 guentherEliminate the last uses of *fork's second syscall retur...
2015-04-21 mlarkinReduce differences between i386 pmap modes.
2015-04-20 miodRemove most static, gives us much better ddb tracebacks...
2015-04-20 mikebLog if we refuse to continue the exchange when another...
2015-04-20 nicmRemove unused-but-set variables, from Thomas Adam.
2015-04-20 nicmSupport for multiple key tables to commands to be bound...
2015-04-20 krwFix asking for list of http servers via '?'. The 'more...
2015-04-20 nicmStyle nit - unnecessary brackets.
2015-04-20 espietotally forgot about the !uid notation in newuser when...
2015-04-20 schwarzeFix previous: Don't let man(1) warn twice about non...
2015-04-20 schwarzeAvoid out-of-bounds read access before the beginning...
2015-04-20 nicmMake jump-to-backward/jump-to-forward repeatable with
2015-04-20 mpiRemove a bad typo introduced in rev 1.185 and found...
2015-04-20 mpiDo not treat loopback interfaces as p2p interfaces...
2015-04-20 mpiAlways call rt_ifa_dellocal(9) when removing an IPv6...
2015-04-20 nicmUse a more sensible buffer size for flags string.
2015-04-20 dlgport src/sbin/ping/ping.c r1.119 and r1.121 to ping6:
next