summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
2015-01-15do not be specific regarding which ioctl backend .h file; the listTheo de Raadt
2015-01-15not supposed to include sys/ttycom.h (these may have rpcgen history)Theo de Raadt
2015-01-15wrong place to mention nmea. cua is different, that hints at how itTheo de Raadt
2015-01-15delete overly-specific details that cause espie angst.Theo de Raadt
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includeTheo de Raadt
2015-01-14these never needed sys/param.hTheo de Raadt
2015-01-14downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze
2015-01-14simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze
2015-01-14To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze
2015-01-14Don't forget to register event counter for VME interrupts.Miod Vallat
2015-01-14if earlier files set a non-zero exit status,Ingo Schwarze
2015-01-14This does not need <sys/param.h>. If we change some other stuff around,Theo de Raadt
2015-01-14When a read or write operation fails on a sector found on the bad block table,Miod Vallat
2015-01-14This does not need <sys/param.h>. <sys/types.h> is enough.Theo de Raadt
2015-01-14When the outcome of the watchdog processing is a reset, do not bother checkingMiod Vallat
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
2015-01-14Make the special buffer used for the few sector I/O at attach time a per-softcMiod Vallat
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-14fix small regression: ssh-agent would return a success messageDamien Miller
2015-01-14pathconf(1) never happened.Theo de Raadt
2015-01-14Make x[dy]c_e2str return a const char *.Miod Vallat
2015-01-14Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, becauseMiod Vallat
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
2015-01-14Simplify handling of system errors: just exit(3).Ingo Schwarze
2015-01-14Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXTodd C. Miller
2015-01-14Use HAVE_FOO for BSD-specific features instead of relying on theTodd C. Miller
2015-01-14Use standard types for wait, readdir, signals and pids.Todd C. Miller
2015-01-14Remove compatibility defines for ancient systems. We assume aTodd C. Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2015-01-14switch to sshbuf/sshkey; with & ok djm@Markus Friedl
2015-01-14Replace "errx(1, "malloc failed")" with "err(1, NULL)" to getTodd C. Miller
2015-01-14avoid an warning for the !OPENSSL caseDamien Miller
2015-01-14swith auth-options to new sshbuf/sshkey; ok djm@Markus Friedl
2015-01-14make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@Damien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2015-01-14re-add comment about full pathMarkus Friedl
2015-01-14don't reset to the installed sshd; connect before reconfigure, tooMarkus Friedl
2015-01-14recipient and sender lists now support the user+TAG notation, allowingGilles Chehade
2015-01-14bring back reverted commits, the crash was unrelatedGilles Chehade
2015-01-14It is sufficient to protect in6_ifattach() with splsoftnet().Alexander Bluhm
2015-01-13Move debug printf for duplicate af to correct location.Todd C. Miller
2015-01-13In IBSS mode, stop calling the driver's newassoc() each time a probeStefan Sperling
2015-01-13Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze
2015-01-13Remove bogus getopt.h include.Todd C. Miller
2015-01-13Fix printing of number of whitelist entries in debug mode.Todd C. Miller
2015-01-13Use address-family specific lists of addr/mask entries instead ofTodd C. Miller