openbsd
2015-01-16 deraadt<sys/param.h> is not needed here either.
2015-01-16 deraadtReplace <sys/param.h> with <limits.h> and other less...
2015-01-16 teduimprove checksum parsing slightly. now handles filename...
2015-01-16 tedujust to be careful, add a cpp guard that the sscanf...
2015-01-16 deraadtadjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX
2015-01-16 deraadtIf MAXPATHLEN is undefined, do not set it to 512. Dange...
2015-01-16 lteoComplete the list of functions in the paragraph that...
2015-01-16 lteoRename pcap_create()'s ebuf argument to errbuf to match...
2015-01-16 lteoAdd more missing argument names.
2015-01-16 lteoRemove pointless casts for several malloc/calloc/free...
2015-01-16 lteoThe BPF paper referenced in the SEE ALSO section was...
2015-01-16 lteoFix a use after free, where the already freed p->opt...
2015-01-16 schwarzeDelete the MANLINT variable and the related SUFFIXES...
2015-01-16 deraadtsync
2015-01-16 bradMerge in a commit from upstream..
2015-01-16 deraadtSince <netdb.h> soon won't include <sys/param.h>, MAXHO...
2015-01-16 deraadtmove to PATH_MAX, etc; normalize includes for life...
2015-01-16 deraadtMove to using PATH_MAX
2015-01-16 deraadtfirst batch of cleanup to programs based upon the names...
2015-01-16 deraadtfirst batch of programs adapting to the namespace cleanup
2015-01-16 deraadtSwitch to including <sys/types.h> instead of <sys/param.h>
2015-01-15 deraadtswitch to PATH_MAX
2015-01-15 deraadtinclude <sys/syslimits.h> and switch to use of LOGIN_NA...
2015-01-15 deraadtinclude <sys/syslimits.h> to get access to (and then...
2015-01-15 deraadtStop including <sys/param.h> and other stuff. Assume...
2015-01-15 deraadtdo not assume <netmls/mpls.h> will pull in <limits...
2015-01-15 deraadtDo not include 5 header files, including <sys/param.h>
2015-01-15 markusadd kex unit tests
2015-01-15 teduremove static version string
2015-01-15 tedusimplify des headers by stripping out all the unnecessa...
2015-01-15 tedufully remove disabled mschap support, which does weird...
2015-01-15 bradRemove a variable no longer used in re_tick().
2015-01-15 teduuse PATH_MAX for path buffers. in case, you know...
2015-01-15 deraadtIf some mythical system lacks PATH_MAX, do not set...
2015-01-15 markusremove xmalloc, switch to sshbuf
2015-01-15 markusswitch to sshbuf
2015-01-15 guentherUVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_...
2015-01-15 miodRework the disk label handling once again. Disk label...
2015-01-15 miodBe sure to print time_t with the appropriate format...
2015-01-15 guentherTest shmat() with a non-NULL address, both failure...
2015-01-15 schwarzeUse .An in the AUTHORS section where appropriate;
2015-01-15 millertThe flags variable in shmat was not actually used....
2015-01-15 teduwe don't have an alloca() symbol anywhere in libc,...
2015-01-15 schwarzeuse .In where appropriate; from Kaspars at Bankovskis...
2015-01-15 schwarzetypo; from Kaspars at Bankovskis dot net
2015-01-15 espieoops, forgotten back-pointer to state for error messages
2015-01-15 schwarzeremove .Tn; from Jan Stary <hans at stare dot cz>
2015-01-15 naddyhandle UMAC128 initialization like UMAC; ok djm@ markus@
2015-01-15 miodFix subtle breakage for polled commands introduced...
2015-01-15 chlremove unused variable
2015-01-15 chlremove unused variable
2015-01-15 deraadtall modern systems can do this SUSPEND thing
2015-01-15 deraadtNR_OF_EOFS is a festering boil, lance & drain.
2015-01-15 kettenisMap the sigcode page with MAP_INHERIT_COPY to make...
2015-01-15 sfDon't include i82489 headers in cpu.h
2015-01-15 sfDefine and print HV cpuid flag on i386.
2015-01-15 nicmRemove an unnecessary variable and shorten a line.
2015-01-15 nicmShorten some long lines.
2015-01-15 bluhmAdd a test for syslogd that reconnects to a TCP syslog...
2015-01-15 millertUse explicit_bzero instead of memset in hash Final...
2015-01-15 sobradotell the truth about DES.
2015-01-15 bluhmWhen the connection to a TCP syslog server fails or...
2015-01-15 djmfix regression reported by brad@ for passworded keys...
2015-01-15 kettenisMap the sigcode page copy-on-write. This allows userla...
2015-01-15 djmsync ssh-keysign, ssh-keygen and some dependencies...
2015-01-15 ajacoutotExtend the description of _timeout.
2015-01-15 gilleswhen enqueueing offline mails from within the daemon...
2015-01-15 djmremove commented-out test code now that it has moved...
2015-01-15 djmunit tests for KRL bitmap
2015-01-15 deraadtback in september I did the large abstraction refactori...
2015-01-15 schwarzeFatal errors no longer exist.
2015-01-15 millertSync with libc version.
2015-01-15 millertMake strlcpy/strlcat slightly easier to read.
2015-01-15 millertPOSIX does not require an explicit inclusion of sys...
2015-01-15 schwarzedowngrade .so failure from FATAL to ERROR
2015-01-15 jsgDefine a new wscons mouse type for Synaptics clickpad...
2015-01-15 deraadtI bet the reference to <sys/ttycom.h> near the ldisc...
2015-01-15 deraadtdo not be specific regarding which ioctl backend .h...
2015-01-15 deraadtnot supposed to include sys/ttycom.h (these may have...
2015-01-15 deraadtwrong place to mention nmea. cua is different, that...
2015-01-15 deraadtdelete overly-specific details that cause espie angst.
2015-01-14 deraadtchange _yp_domain[] to HOST_NAME_MAX+1, and re-arrange...
2015-01-14 deraadtthese never needed sys/param.h
2015-01-14 schwarzedowngrade ".so with absolute path" from FATAL to ERROR;
2015-01-14 schwarzesimplify by getting rid of ROFF_ERR in tbl(7) parsing...
2015-01-14 schwarzeTo get rid of SYSERR entries in enum mandocerr, downgra...
2015-01-14 miodDon't forget to register event counter for VME interrupts.
2015-01-14 schwarzeif earlier files set a non-zero exit status,
2015-01-14 deraadtThis does not need <sys/param.h>. If we change some...
2015-01-14 miodWhen a read or write operation fails on a sector found...
2015-01-14 deraadtThis does not need <sys/param.h>. <sys/types.h> is...
2015-01-14 miodWhen the outcome of the watchdog processing is a reset...
2015-01-14 naddySwitch drift file format to ppm for compatibility with...
2015-01-14 miodMake the special buffer used for the few sector I/O...
2015-01-14 djmwhitespace
2015-01-14 djmmove authfd.c and its tentacles to the new buffer/key...
2015-01-14 djmfix small regression: ssh-agent would return a success...
2015-01-14 deraadtpathconf(1) never happened.
2015-01-14 miodMake x[dy]c_e2str return a const char *.
2015-01-14 miodRemove pass-through ioctl for SMD disks (DIOSXDCMD...
next