Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-07 | cert.c: Merge with EOM 1.18 | Niklas Hallqvist | |
cert.h: Merge with EOM 1.8 libcrypto.c: Merge with EOM 1.14 policy.h: Merge with EOM 1.12 x509.h: Merge with EOM 1.11 author: niklas Multiple subject name matching, makes certificate interop with PGPnet at least partly working. Added some error checking. | |||
2000-10-07 | Merge with EOM 1.50 | Niklas Hallqvist | |
author: niklas alphabeticize | |||
2000-10-07 | on SIOC*IFPHY*, validate args more correctly. | Jun-ichiro itojun Hagino | |
2000-10-07 | remove non-existant T option | Eric Jackson | |
2000-10-07 | repair SIOCGIFP*ADDR. | Jun-ichiro itojun Hagino | |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell | |
- Introduce `select units' (by char/word/line). Behaves more like an xterm now. - Serial mice should now work after this commit. - Many bug fixes. Work by Jean-Baptiste.Marchand@epita.fr, except for the X cohabitation code which was written by Julien.Montagne@epita.fr. | |||
2000-10-07 | If /etc/mailer.conf specifies a mailer other than sendmail, there | Todd C. Miller | |
may be no /etc/mail/sendmail.cf so don't include that in the check for whether or not to run /usr/sbin/sendmail. Instead, check for the existence of /etc/mailer.conf. Pointed out by Theo. | |||
2000-10-06 | Print commands in a prettier fashion. | Aaron Campbell | |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard | |
2000-10-06 | use fd_set instead of int | Theo de Raadt | |
2000-10-06 | use poll to avoid fd_set overflow | Theo de Raadt | |
2000-10-06 | use dynamic fd_set to avoid overflow | Theo de Raadt | |
2000-10-06 | typo | Niklas Hallqvist | |
2000-10-06 | ${SHELL} move-if-changed | David Leonard | |
2000-10-06 | Root logins are now permitted over ssh by default (this has been discussed | Aaron Campbell | |
over and over). | |||
2000-10-06 | make it compile w/o pcibios; aaron@ ok | Michael Shalayeff | |
2000-10-06 | ldconfig(1) -> ldconfig(8) | Aaron Campbell | |
2000-10-06 | Work around a shared library/pmap bug on the powerpc arch. Somehow | Dale S. Rahn | |
it seems that the instruction cache will not get properly initialized or a problem exists with mmaping code and being able to execute it. This workaround is excessive in that it flushes the cache for the entire mmaped library. This slows down program startup, but seems to eliminate the problem. | |||
2000-10-06 | When including the listing of a directory in root's security mail, pass the | Aaron Campbell | |
-q flag to ls(1) so that non-printable characters will appear as '?'. This prevents a malicious user from fooling the administrator into thinking the contents of a file name are actually valid script output (note that you can put newlines in file names); deraadt@ ok | |||
2000-10-06 | Avoid fd_set overflow. (just like in ping). | Artur Grabowski | |
2000-10-06 | Remove the unimplemented -edebug flag from usage and manpage. | Hans Insulander | |
2000-10-06 | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | Aaron Campbell | |
be passed to the command interpreter. | |||
2000-10-06 | Sync usage() with man page. | Aaron Campbell | |
2000-10-06 | printf string format audit. from: sommerfeld@netbsd.org | Jun-ichiro itojun Hagino | |
2000-10-06 | - Get rid of more short lines. | Aaron Campbell | |
- Fix a formatting error I missed in the last commit. | |||
2000-10-06 | - Fix numerous formatting glitches. | Aaron Campbell | |
- Convert plain reference to an mdoc macro'd reference. - Get rid of some annoying short lines, which make the man src hard to read. - parenthesis -> parentheses | |||
2000-10-06 | sync | Aaron Campbell | |
2000-10-06 | Add product ID for ESS Maestro-3. | Aaron Campbell | |
2000-10-06 | Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSD | brian | |
2000-10-05 | hppa not yet | Michael Shalayeff | |
2000-10-05 | Many fixups and corrections, a bit more needed though. | Aaron Campbell | |
2000-10-05 | missed it by That Much | David Leonard | |
2000-10-05 | Use volatile on the __asm__ directives, do not allow the compiler to reorder | Dale S. Rahn | |
or optimize out any of the assembly statements. | |||
2000-10-05 | there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is) | Jun-ichiro itojun Hagino | |
2000-10-04 | make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | Jun-ichiro itojun Hagino | |
2000-10-04 | Remove parameter names in prototypes (always a bad idea) | Marc Espie | |
2000-10-04 | Fixes a format string error in the kill (k) command; vort@wiretapped.net | Todd C. Miller | |
2000-10-04 | use weak symbols in sparc's libc | David Leonard | |
2000-10-04 | teach tags about SYSENTRY | David Leonard | |
2000-10-04 | oops | David Leonard | |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
2000-10-04 | if fstat fails fails, as it will on some sockets, close anyway. | David Leonard | |
2000-10-04 | bit of a cleanup | David Leonard | |
2000-10-04 | nothing uses this variable | Brandon Creighton | |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton | |
also removed some useless instructions | |||
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton | |
undef SAREL | |||
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton | |
2000-10-04 | - don't reassign rpb here, it is done elsewhere | Brandon Creighton | |
- add code for VAX_BTYP_1303 systems, tested so far on hugh@'s ka53 | |||
2000-10-04 | add 53c94 to devsw/cnvtab | Brandon Creighton | |