openbsd
2015-04-26 dcoppaFix typo in the buffer size value: 7680 in the manpage...
2015-04-26 henningget_responsefile: instead of keeping the dhcp-supplied...
2015-04-26 sfHave vio_start() check if the queue is empty.
2015-04-26 jmatthewGet dwc2 working on octeon.
2015-04-26 sfvio: Support checksum offloading for IPv4 TX
2015-04-26 stspregen
2015-04-26 stspAdd IDs for RTL8188ETV and RTL8188EU. From FreeBSD...
2015-04-26 phesslerfor every policy we write out, flush the output so...
2015-04-26 kettenisDisable PAE when switching to the hibernate resume...
2015-04-26 stspAdd Digitus DN-7003GT to list of supported urtw(4)...
2015-04-26 stspregen
2015-04-26 stspAdd USB device ID for RTL8812AU. Found in "TP-Link...
2015-04-26 kettenisEnable NX support in the resume path. Makes suspend...
2015-04-26 kettenisOnly enable PAE if the CPU we're running on has NX...
2015-04-26 sthenbump i386 MAXDSIZ to 3GB. - "If you're running this...
2015-04-26 deraadtsync
2015-04-26 jmatthewTwo extra messages required after sending a baud rate...
2015-04-26 guentherRequire a PT_LOAD segment's p_filesz to be no larger...
2015-04-26 guentherFix glitches in previous commit: strip the \n and only...
2015-04-25 phesslersome people are capitalizing keywords, so ignore case...
2015-04-25 miodCut the aliases part of /etc/rpc lines before feeding...
2015-04-25 guentherWe now following the ABI and always clear cld on functi...
2015-04-25 guenthercpu_busy_cycle_fcn callback has never been used
2015-04-25 nicmOnly print MIME warnings when warnings are enabled.
2015-04-25 miodRepair boot device detection when booting off the secon...
2015-04-25 guentherDisable kq-tun test, as it's been broken for a while...
2015-04-25 afresh1Apply pre-built unicore patch, remove excess files...
2015-04-25 afresh1Apply local patches, remove excess files - perl-5.20.2
2015-04-25 afresh1Fix merge issues, remove excess files - match perl...
2015-04-25 afresh1Import perl-5.20.2
2015-04-25 nicmGet rid of window_choose_list type.
2015-04-25 nicmFix some char* -> char *.
2015-04-25 nicmUse a char **,u_int pair for cfg_causes.
2015-04-25 nicmFail if a \ appears at EOL rather than continuing off...
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
next