Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-15 | downgrade .so failure from FATAL to ERROR | Ingo Schwarze | |
2015-01-15 | Define a new wscons mouse type for Synaptics clickpad devices that lack | Jonathan 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-15 | I 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-15 | do not be specific regarding which ioctl backend .h file; the list | Theo 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-15 | not supposed to include sys/ttycom.h (these may have rpcgen history) | Theo de Raadt | |
2015-01-15 | wrong place to mention nmea. cua is different, that hints at how it | Theo de Raadt | |
works to many. | |||
2015-01-15 | delete overly-specific details that cause espie angst. | Theo de Raadt | |
ok millert tedu | |||
2015-01-14 | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include | Theo de Raadt | |
it to get limits.h early enough | |||
2015-01-14 | these never needed sys/param.h | Theo de Raadt | |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze | |
allows to get rid of ROFF_ERR | |||
2015-01-14 | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze | |
2015-01-14 | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze | |
missing and unreadable files from SYSERR to ERROR. Needed for upcoming work. As a bonus, this minimally simplifies code and documentation. | |||
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat | |
2015-01-14 | if earlier files set a non-zero exit status, | Ingo Schwarze | |
do not allow later files to reset it to zero | |||
2015-01-14 | This 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-14 | When 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-14 | This does not need <sys/param.h>. <sys/types.h> is enough. | Theo de Raadt | |
discussed with ratchov and sthen | |||
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat | |
further pending requests, since they will be forcefully failed by the reset routine. | |||
2015-01-14 | Switch drift file format to ppm for compatibility with the ntp.org | Christian 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-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat | |
member, rather than a global. No functional change. | |||
2015-01-14 | whitespace | Damien Miller | |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller | |
ok markus@ | |||
2015-01-14 | fix small regression: ssh-agent would return a success message | Damien Miller | |
but an empty signature if asked to sign using an unknown key; ok markus@ | |||
2015-01-14 | pathconf(1) never happened. | Theo de Raadt | |
ok guenther | |||
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat | |
Remove obsolete comments in x[dy]dump(). | |||
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat | |
noone wrote an equivalent of SunOS format(8) and noone ever will. | |||
2015-01-14 | Use reallocarray() instead of calloc() when making a copy of the | Todd C. Miller | |
environment. We already explicitly NULL terminate the array. | |||
2015-01-14 | Simplify 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-14 | Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX | Todd C. Miller | |
and use limits.h instead of sys/param.h. | |||
2015-01-14 | Use HAVE_FOO for BSD-specific features instead of relying on the | Todd C. Miller | |
BSD macro from sys/param.h. | |||
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller | |
2015-01-14 | Remove compatibility defines for ancient systems. We assume a | Todd C. Miller | |
reasonable level of POSIX compliance. | |||
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller | |
feedback and ok markus | |||
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller | |
pretty much just mechanical changes; with & ok markus | |||
2015-01-14 | switch to sshbuf/sshkey; with & ok djm@ | Markus Friedl | |
2015-01-14 | Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get | Todd C. Miller | |
standard "Cannot allocate memory" message. | |||
2015-01-14 | avoid an warning for the !OPENSSL case | Damien Miller | |
2015-01-14 | swith auth-options to new sshbuf/sshkey; ok djm@ | Markus Friedl | |
2015-01-14 | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ | Damien Miller | |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl | |
2015-01-14 | re-add comment about full path | Markus Friedl | |
2015-01-14 | don't reset to the installed sshd; connect before reconfigure, too | Markus Friedl | |
2015-01-14 | recipient and sender lists now support the user+TAG notation, allowing | Gilles Chehade | |
among other things a secondary MX to filter recipients to be relayed to a primary MX even if they are using tags. there are other nice things to do with that feature, use your imagination. tested and ok florian@, tested by several users for a few days too | |||
2015-01-14 | bring back reverted commits, the crash was unrelated | Gilles Chehade | |
2015-01-14 | It is sufficient to protect in6_ifattach() with splsoftnet(). | Alexander Bluhm | |
OK mpi@ | |||
2015-01-13 | Move debug printf for duplicate af to correct location. | Todd C. Miller | |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling | |
response is received from a node. Only call it once when the node is initially discovered, as used to be the case before r1.4 of this file. Asking the driver to set up its per-node private state once is enough. Also remove an outdated comment. ok sthen deraadt jsg | |||
2015-01-13 | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze | |
cd /usr/src/share/man/man4; vi newdev.4 Makefile; make install; man newdev When a manual is missing from an outdated database, let man(1) show it anyway, using a KISS file system lookup as a fallback. Requested by deraadt@. 87 new lines of code doesn't seem too much bloat to me. Of course, keeping your mandoc.db(5) files up to date with makewhatis(8) or weekly(8) is still required for apropos(1) to find your new pages. | |||
2015-01-13 | Remove bogus getopt.h include. | Todd C. Miller | |
2015-01-13 | Fix printing of number of whitelist entries in debug mode. | Todd C. Miller | |