summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-15switch to PATH_MAXTheo de Raadt
2015-01-15include <sys/syslimits.h> and switch to use of LOGIN_NAME_MAX, makingTheo de Raadt
2015-01-15include <sys/syslimits.h> to get access to (and then use) NGROUPS_MAXTheo de Raadt
2015-01-15Stop including <sys/param.h> and other stuff. Assume this will be includedTheo de Raadt
2015-01-15do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>Theo de Raadt
2015-01-15Do not include 5 header files, including <sys/param.h>Theo de Raadt
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2015-01-15add kex unit testsMarkus Friedl
2015-01-15remove static version stringTed Unangst
2015-01-15simplify des headers by stripping out all the unnecessary userland bitsTed Unangst
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15use PATH_MAX for path buffers. in case, you know...Ted Unangst
2015-01-15If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1Theo de Raadt
2015-01-15remove xmalloc, switch to sshbufMarkus Friedl
2015-01-15switch to sshbufMarkus Friedl
2015-01-15UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*Philip Guenther
2015-01-15Rework the disk label handling once again. Disk label is read at attach timeMiod Vallat
2015-01-15Be sure to print time_t with the appropriate format specifier. RepairsMiod Vallat
2015-01-15Test shmat() with a non-NULL address, both failure and successPhilip Guenther
2015-01-15Use .An in the AUTHORS section where appropriate;Ingo Schwarze
2015-01-15The flags variable in shmat was not actually used. We need UVM_FLAG_*Todd C. Miller
2015-01-15we don't have an alloca() symbol anywhere in libc, don't prototype it.Ted Unangst
2015-01-15use .In where appropriate; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15typo; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15oops, forgotten back-pointer to state for error messagesMarc Espie
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-15handle UMAC128 initialization like UMAC; ok djm@ markus@Christian Weisgerber
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2015-01-15remove unused variableCharles Longeau
2015-01-15remove unused variableCharles Longeau
2015-01-15all modern systems can do this SUSPEND thingTheo de Raadt
2015-01-15NR_OF_EOFS is a festering boil, lance & drain.Theo de Raadt
2015-01-15Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared aterMark Kettenis
2015-01-15Don't include i82489 headers in cpu.hStefan Fritsch
2015-01-15Define and print HV cpuid flag on i386.Stefan Fritsch
2015-01-15Remove an unnecessary variable and shorten a line.Nicholas Marriott
2015-01-15Shorten some long lines.Nicholas Marriott
2015-01-15Add a test for syslogd that reconnects to a TCP syslog server afterAlexander Bluhm
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
2015-01-15tell the truth about DES.Igor Sobrado
2015-01-15When the connection to a TCP syslog server fails or the TCP connectionAlexander Bluhm
2015-01-15fix regression reported by brad@ for passworded keys withoutDamien Miller
2015-01-15Map the sigcode page copy-on-write. This allows userland to put breakpointsMark Kettenis
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
2015-01-15Extend the description of _timeout.Antoine Jacoutot
2015-01-15when enqueueing offline mails from within the daemon session, we should notGilles Chehade
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
2015-01-15unit tests for KRL bitmapDamien Miller
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt