openbsd
2015-04-25 nicmMake message log a TAILQ.
2015-04-25 nicmMove the functions to convert ids from strings into...
2015-04-25 jmcdouble word fix; from david vasek
2015-04-25 brynetSwitch to using the POSIX endian macros, i.e: be64toh...
2015-04-25 dougDon't ignore the reference count in X509_STORE_free.
2015-04-25 nicmExplicitly cancel mouse "button" mode, this happens...
2015-04-25 espieadd check for overflow while doubling (very unlikely...
2015-04-25 dougCheck for invalid leading zeros in CBS_get_asn1_uint64.
2015-04-25 phesslerallow us to write rules that match directly on the...
2015-04-25 florianPrepend files or directories containing ":" with "...
2015-04-25 phesslerhandle an IRR record of "export ... action X" the same...
2015-04-25 jturnerAdd quirk for Cirrus Logic CS4208 which is needed for...
2015-04-24 nicmConvert clients list into a TAILQ.
2015-04-24 nicmSet working directory for run-shell and if-shell.
2015-04-24 brynetstruct timespec/clock_gettime(3) conversion for vi(1).
2015-04-24 nicmAllow choice options (multiple states) to be toggled...
2015-04-24 millertWrite (uid_t)-1 as -1 instead of UID_MAX in the v7...
2015-04-24 millertUse strtonum() instead of strtoul() when parsing uid...
2015-04-24 jmcno more tip(1); ok nicm
2015-04-24 nicmSet up signal handler earlier so that we don't get...
2015-04-24 nicmDocument -h, and bring some consistency to the option...
2015-04-24 jmctweaks; ok nicm
2015-04-24 mlarkinEnable PAE mode for those CPUs that support it. This...
2015-04-24 kettenisMake sure we keep the whole recursive mapping of the...
2015-04-24 deraadtsync
2015-04-24 nicmTrim down remote(5) to reflect what is supported by...
2015-04-24 deraadtremove the old tip SCCS note
2015-04-24 nicmRemove tip(1), superseded by cu(1).
2015-04-24 nicmDo not attempt to use ~/.magic if running as root ...
2015-04-24 deraadtmove an ugly space
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...
next