Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-17 | Clarify section on type promotion. This must be done by the programmer, | Todd C. Miller | |
va_arg doesn't do it for you. pvalchev@ OK | |||
2002-11-17 | Remove old unused debugging code. | Dale Rahn | |
2002-11-17 | Terminate printed strings with newlines. | Dale Rahn | |
2002-11-17 | sync | Jason Wright | |
2002-11-17 | RCC/0x230 appears to be a PCI/ISA bridge, sorta | Jason Wright | |
2002-11-17 | o fix cp->name usage: since it's initialized with PCIIDE_CHANNEL_NAME() | Alexander Yurchenko | |
macro it already contains a word ``channel'', so there's no need to print it twice o report when channel is disabled due to the absence of drives on it (idea from NetBSD) close PR 2973 ok costa@ gluk@ | |||
2002-11-17 | spelling | Marc Espie | |
2002-11-17 | typo fix: high_class should be med_class in priq example. | Kenjiro Cho | |
PR2847 | |||
2002-11-17 | Make sure never to put a loaded dmamap in the spare. 3c90x should work | Jason Wright | |
on big endian now... | |||
2002-11-17 | this driver has never been in sys/pci (in OpenBSD at least) and supports | Jason Wright | |
cardbus and pci interfaces; pointed out by brad. | |||
2002-11-17 | Fix another case (tx this time) where buffers were not unloaded (nor ↵ | Jason Wright | |
sync'd). (bad bad aaron): 90xB works on sparc64, 90x is probably still broken. | |||
2002-11-17 | - lightly season with htole32 and friends... enough to get rx working | Jason Wright | |
on sparc64 - also fix a bug when dmamap's were never freed on the rx side (bad aaron), and avoid a sync if we run out of buffers. | |||
2002-11-16 | Give a sensible error message when a user who has no entry in /etc/skey | Todd C. Miller | |
specifies the -s flag. Also improve the error message when S/Key is disabled. | |||
2002-11-16 | Zero out struct skey early in skeylookup() so callers can reliably check | Todd C. Miller | |
for keyfile == NULL and not get a garbage value. | |||
2002-11-16 | Add a missing check for NULL keyfile in skeychallenge() that | Todd C. Miller | |
caused a user w/o an S/Key to just get "permission denied" from login_skey instead of a fake challenge. | |||
2002-11-16 | rename translation tables. from provos | Jun-ichiro itojun Hagino | |
2002-11-16 | Remove pccon which is a left-over from the i386 pccons console driver. | Matthieu Herrb | |
Noticed by David Krause. Thanks. | |||
2002-11-16 | Use macros in sample file, ok dhartmei@ | Ian Darwin | |
2002-11-16 | use -lnpthread when USELIBPTHREAD=yes | Marco S Hyman | |
2002-11-16 | Enable libpthread, kind of.... | Marco S Hyman | |
The library is installed as libnpthread, not libpthread. This gets around broken autoconf ports that attempt to link using both -lpthread and -pthread. The next step will be to change the gcc -pthread flag to use this lib instead of libc_r. | |||
2002-11-16 | From NetBSD (bouyer@): | Kenneth R Westerback | |
In siop_reset(), reset sc_ntargets to 0. The number of targets will be computed again in siop_add_reselsw(). In siop_reset(), reset the tag reseloff to 0, in addition to the lun reseloff. If siop_add_dev() fails this time we would use the old reseloff, clobbering memory now used for something else. | |||
2002-11-16 | New sk device | Nathan Binkert | |
2002-11-15 | no need to check trans_size. from provos | Jun-ichiro itojun Hagino | |
2002-11-15 | o Once a user is logged in, don't allow a change to another user. | Todd C. Miller | |
o Run more code with the effective uid of the logged in user. From Frank Denis | |||
2002-11-15 | Missing "Configuration" tag in a Phase-1 peer was not handled correctly, | Hakan Olsson | |
pointed out by Aref Taidi. Replace this with a "Default-Phase-1-Configuration" that will be used if this tag is missing from the peer. Update manpage accordingly. niklas@ ok. | |||
2002-11-15 | lseek(2) may return -1 when getting the public/private key lenght. | Federico G. Schwindt | |
Simplify the code and check for errors using fstat(2). Problem reported by Mauricio Sanchez, markus@ ok. | |||
2002-11-15 | o add support for VIA VT8233 and VT8235 | Alexander Yurchenko | |
VT8233 tested by jolan@cryptonomicon.org, VT8235 untested o correct VIA timings for UDMA 5 o don't set the APO_UDMA_CLK66 bit for UDMA 5 capable chipset from NetBSD gluk@ ok | |||
2002-11-14 | Create our own version.c instead of snurking it out of ../named/obj | Todd C. Miller | |
2002-11-14 | search in obj dir for version.c. OK pval. | Marco S Hyman | |
2002-11-14 | Don't complain about the defer timer expiring, call it an oerror instead. | Jason Wright | |
2002-11-14 | Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848. | Hakan Olsson | |
2002-11-14 | Better whitespace/newline handling, this should make broken lines and | Hakan Olsson | |
multiple values parse correctly again, as well as fix PR#2974. Also fix some int/u_int mismatches, and remove conf_get_line() (obsolete). | |||
2002-11-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn | |
2002-11-14 | Allow host to do dns lookups in the initial ruleset. This way, pfctl | Camiel Dobbelaar | |
can properly boot rulesets with dns addresses in it. | |||
2002-11-14 | mark tx as altq-ready. | Kenjiro Cho | |
this line was in epic_freebsd_attach() but not in epic_openbsd_attach(). PR 2955 | |||
2002-11-14 | version.c should be generated from Version.c and ${VER} | Todd C. Miller | |
It makes no sense to keep a generated version in the tree that needs to be updated each time; OK pvalchev@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-14 | Sync with bind-4.9.11-REL; fixes the problems listed in: | Todd C. Miller | |
http://www.isc.org/products/BIND/bind-security.html including a buffer overflow that could lead to remote code execution. | |||
2002-11-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd C. Miller | |
o check __dn_skipname() return value for errors o fix sanity checking of reverse records, getnetbyname() may not have been working before. | |||
2002-11-14 | Rework iha copyight verbiage to make clear what needs to be clear for | Kenneth R Westerback | |
it to remain in the tree. With agreement of Initio. ok deraadt@ | |||
2002-11-14 | correct IPv6 setsockopt for ipsec operation. angelos ok | Jun-ichiro itojun Hagino | |
From: Martti Kuparinen <martti.kuparinen@iki.fi> | |||
2002-11-14 | get more use of the shadowed regs | Michael Shalayeff | |
2002-11-14 | $ in front of commands | Theo de Raadt | |
2002-11-14 | Add a link to libncurses. Lots of programs/configure scripts out there | Todd C. Miller | |
look for ncurses by checking for ncurses.h or libncurses instead of checking for NCURSES_VERSION in curses.h. Closes PR 2942. | |||
2002-11-14 | sync | Michael Shalayeff | |
2002-11-13 | extended scrub tests | Henning Brauer | |
2002-11-13 | as scrub rules end up in a struct pf_rule just call expand_rule instead of | Henning Brauer | |
handcrufting this. has quite a few positive side effects: -interface list expansion works (fries@ asked for that) -can specify address family, very helpful with dynamic interface expansion (pointed out by daniel) -src/dst ip/port list expansion works -fixes a long standing, scary, though never noticed bug: scrub out on lo1 from any to 10.0.0.1 expanded to scrub out on lo1 all ... this bug was there from day #1. "sneaky diff of the month award" dhartmei@ | |||
2002-11-13 | update usage; ok ericj@ | Markus Friedl | |
2002-11-13 | put common CFLAGS+= in Makefile.inc | Todd T. Fries | |
use single defs.h header test for a non-zero value ok fgsch@ | |||
2002-11-13 | more testing. | Federico G. Schwindt | |