summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-15Don't include i82489 headers in cpu.hStefan Fritsch
Only pmap.c was not including them explicitly. Fix that. "The direction is good" deraadt@
2015-01-15Define and print HV cpuid flag on i386.Stefan Fritsch
This is set by many hypervisors, including kvm, vmware, hyper-v.
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
an established connection has been closed.
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
OK deraadt@ djm@
2015-01-15tell the truth about DES.Igor Sobrado
joint work with djm@ and jsing@ ok djm@
2015-01-15When the connection to a TCP syslog server fails or the TCP connectionAlexander Bluhm
terminates, try to reconnect after an increasing timeout. test and OK jasper@
2015-01-15fix regression reported by brad@ for passworded keys withoutDamien Miller
agent present
2015-01-15Map the sigcode page copy-on-write. This allows userland to put breakpointsMark Kettenis
in the signal trampoline. Solves some long-standing issues with debugging signal handlers in GDB. ok deraadt@
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
buffer/key API; mostly mechanical, ok markus@
2015-01-15Extend the description of _timeout.Antoine Jacoutot
2015-01-15when enqueueing offline mails from within the daemon session, we should notGilles Chehade
rely on getlogin() otherwise mail will end up enqueued as coming from user who started smtpd. bug spotted by deraadt@, diff ok todd@
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
proper unit test
2015-01-15unit tests for KRL bitmapDamien Miller
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
other systems to fit into the same mold, so add copyright
2015-01-15Fatal errors no longer exist.Ingo Schwarze
If a file can be opened, mandoc will produce some output; at worst, the output may be almost empty. Simplifies error handling and frees a message type for future use.
2015-01-15Sync with libc version.Todd C. Miller
2015-01-15Make strlcpy/strlcat slightly easier to read.Todd C. Miller
2015-01-15POSIX does not require an explicit inclusion of sys/types.h to getTodd C. Miller
uid_t or gid_t (and neither do we). OK deraadt@
2015-01-15downgrade .so failure from FATAL to ERRORIngo Schwarze
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray
physical buttons. This will be used if the acpi pnpid for the mouse matches a list provided by Synaptics found in Linux. Combined with the xenocara changes this will remove the need for an xorg config file for the x240/t440/t540 generation of thinkpads. ok matthieu@ shadchin@ kettenis@
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
led this program and the associated manual pages to including that file directly, rather than the canonical include path of <sys/ioctl.h> discussed with millert
2015-01-15do not be specific regarding which ioctl backend .h file; the listTheo de Raadt
is good enough, and we do not want to mislead. the file to include is at the top of the file.
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
works to many.
2015-01-15delete overly-specific details that cause espie angst.Theo de Raadt
ok millert tedu
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includeTheo de Raadt
it to get limits.h early enough
2015-01-14these never needed sys/param.hTheo de Raadt
2015-01-14downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze
allows to get rid of ROFF_ERR
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
missing and unreadable files from SYSERR to ERROR. Needed for upcoming work. As a bonus, this minimally simplifies code and documentation.
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
do not allow later files to reset it to zero
2015-01-14This does not need <sys/param.h>. If we change some other stuff around,Theo de Raadt
it might not need <sys/types.h> either. Even further changes could eliminate it. Anyone up for the exercise?
2015-01-14When a read or write operation fails on a sector found on the bad block table,Miod Vallat
be sure to adjust the IOPB data pointer before redirecting the I/O for this particular sector to the replacement location. Otherwise, the data pointer still points to the first sector of the I/O, which may not necessarily be the one which failed. (This is yet another 19 years old bug, making your filesystems self-destruct even faster than intended)
2015-01-14This does not need <sys/param.h>. <sys/types.h> is enough.Theo de Raadt
discussed with ratchov and sthen
2015-01-14When the outcome of the watchdog processing is a reset, do not bother checkingMiod Vallat
further pending requests, since they will be forcefully failed by the reset routine.
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
daemon. Old drift files will be interpreted as a minuscule adjustment and ntpd will proceed to rediscover the drift, like starting from zero on a newly installed machine. ok deraadt@
2015-01-14Make the special buffer used for the few sector I/O at attach time a per-softcMiod Vallat
member, rather than a global. No functional change.
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
ok markus@
2015-01-14fix small regression: ssh-agent would return a success messageDamien Miller
but an empty signature if asked to sign using an unknown key; ok markus@
2015-01-14pathconf(1) never happened.Theo de Raadt
ok guenther
2015-01-14Make x[dy]c_e2str return a const char *.Miod Vallat
Remove obsolete comments in x[dy]dump().
2015-01-14Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, becauseMiod Vallat
noone wrote an equivalent of SunOS format(8) and noone ever will.
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
environment. We already explicitly NULL terminate the array.
2015-01-14Simplify handling of system errors: just exit(3).Ingo Schwarze
We already do the same for malloc(3) failure. The is no virtue in trying to survive failure of fork(2) and the like.
2015-01-14Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXTodd C. Miller
and use limits.h instead of sys/param.h.
2015-01-14Use HAVE_FOO for BSD-specific features instead of relying on theTodd C. Miller
BSD macro from sys/param.h.