summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-17Clarify 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-17Remove old unused debugging code.Dale Rahn
2002-11-17Terminate printed strings with newlines.Dale Rahn
2002-11-17syncJason Wright
2002-11-17RCC/0x230 appears to be a PCI/ISA bridge, sortaJason Wright
2002-11-17o 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-17spellingMarc Espie
2002-11-17typo fix: high_class should be med_class in priq example.Kenjiro Cho
PR2847
2002-11-17Make sure never to put a loaded dmamap in the spare. 3c90x should workJason Wright
on big endian now...
2002-11-17this driver has never been in sys/pci (in OpenBSD at least) and supportsJason Wright
cardbus and pci interfaces; pointed out by brad.
2002-11-17Fix 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 workingJason 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-16Give a sensible error message when a user who has no entry in /etc/skeyTodd C. Miller
specifies the -s flag. Also improve the error message when S/Key is disabled.
2002-11-16Zero out struct skey early in skeylookup() so callers can reliably checkTodd C. Miller
for keyfile == NULL and not get a garbage value.
2002-11-16Add a missing check for NULL keyfile in skeychallenge() thatTodd 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-16rename translation tables. from provosJun-ichiro itojun Hagino
2002-11-16Remove pccon which is a left-over from the i386 pccons console driver.Matthieu Herrb
Noticed by David Krause. Thanks.
2002-11-16Use macros in sample file, ok dhartmei@Ian Darwin
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-11-16Enable 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-16From 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-16New sk deviceNathan Binkert
2002-11-15no need to check trans_size. from provosJun-ichiro itojun Hagino
2002-11-15o 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-15Missing "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-15lseek(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-15o add support for VIA VT8233 and VT8235Alexander 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-14Create our own version.c instead of snurking it out of ../named/objTodd C. Miller
2002-11-14search in obj dir for version.c. OK pval.Marco S Hyman
2002-11-14Don't complain about the defer timer expiring, call it an oerror instead.Jason Wright
2002-11-14Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848.Hakan Olsson
2002-11-14Better whitespace/newline handling, this should make broken lines andHakan 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-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-11-14Allow host to do dns lookups in the initial ruleset. This way, pfctlCamiel Dobbelaar
can properly boot rulesets with dns addresses in it.
2002-11-14mark tx as altq-ready.Kenjiro Cho
this line was in epic_freebsd_attach() but not in epic_openbsd_attach(). PR 2955
2002-11-14version.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-14use $ or # before commands in examplesTheo de Raadt
2002-11-14Sync 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-14Updates from http://www.isc.org/products/BIND/patches/bind4910.diffTodd 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-14Rework iha copyight verbiage to make clear what needs to be clear forKenneth R Westerback
it to remain in the tree. With agreement of Initio. ok deraadt@
2002-11-14correct IPv6 setsockopt for ipsec operation. angelos okJun-ichiro itojun Hagino
From: Martti Kuparinen <martti.kuparinen@iki.fi>
2002-11-14get more use of the shadowed regsMichael Shalayeff
2002-11-14$ in front of commandsTheo de Raadt
2002-11-14Add a link to libncurses. Lots of programs/configure scripts out thereTodd 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-14syncMichael Shalayeff
2002-11-13extended scrub testsHenning Brauer
2002-11-13as scrub rules end up in a struct pf_rule just call expand_rule instead ofHenning 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-13update usage; ok ericj@Markus Friedl
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
use single defs.h header test for a non-zero value ok fgsch@
2002-11-13more testing.Federico G. Schwindt