summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-18do not reverse-lookup scoped ipv6 address - it is meaningless as there'sJun-ichiro itojun Hagino
no way to pass scope id. sync w/kame
2002-05-17Bump the version number to reflect the latest MS-CHAP2 changesbrian
2002-05-17crank majorHans Insulander
2002-05-17getprogname and setprogname moved to libroken, as it's needed by theHans Insulander
soon to come arla update.
2002-05-17Add setprogname and getprogname; needed by the upcoming arla update.Hans Insulander
2002-05-17quota(1) does not need to be setuid root; tested by mickey@Todd C. Miller
2002-05-17properly detect the cpu model for the broken cyrix latch; better fix than ↵Michael Shalayeff
pr#2661
2002-05-17kill unused lineMichael Shalayeff
2002-05-17Fix nfs_realign to allocate new mbufs. Taken from freebsdConstantine Sapuntzakis
2002-05-17Replace -z option (zero) with -r option (remove).Todd C. Miller
2002-05-17Remove skeyzero(), it is no longer needed.Todd C. Miller
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-05-17version.hMarkus Friedl
2002-05-17Fix typo/thinko. Pass in as to auth_approval(), not NULL.Todd C. Miller
Closes PR 2659.
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-05-17sync with KAME.Kenjiro Cho
- make altq_etherclassify() able to handle packets whose ethernet header is in a separate mbuf.
2002-05-17sync with KAME.Kenjiro Cho
- don't MALLOC() with M_WAITOK in the spl block. move the allocation before splimp(). - when we reset vt of a class, reset the runtime service curve as well. - don't use max() to compare 64 bit values.
2002-05-17sync with KAME.Kenjiro Cho
update ECN in ALTQ from RFC2481 to RFC3168.
2002-05-17Remove unused pieces and clean Makefile.incMiod Vallat
2002-05-17Update man page to be something closer to reality.mjacob
2002-05-17When modifying a group w/ no members with groupmod(8) the trailingTodd C. Miller
newline was not added. Reported by Rob Sessink, different fix by me.
2002-05-17isp* here tooTheo de Raadt
2002-05-17Add QLogic pci cards in. They seem to work for me at least on a U10.mjacob
2002-05-17Roll core version.mjacob
Make the firmware pointer no longer a const- since the continuation mailbox code indexes off of this, compilers whine too much. Fix various other definitions. Add a bunch of interrupt related stats.
2002-05-17Put in definitions pertinent for f/w crash dumps.mjacob
2002-05-17Add new definitions for RIO operation, many new SNS commands, and structuresmjacob
(i.e., finally use a real CT Header for responses to nameserver commands).
2002-05-17keep up with the jones' (sync up with external source)mjacob
2002-05-17Accomodate changes to fabric stuff as well as other core code changes.mjacob
Fix a buglet in delaying && waiting for mailbox completion.
2002-05-17Acoommodate changes to fabric evaluation.mjacob
2002-05-17Various new inlines for RIO entries as well as various FC-GS-2 relatedmjacob
structures.
2002-05-17Switch to new fabric search mechanism (leave the old one in place). Switchmjacob
vendors really don't like to support GET ALL NEXT, so we use a different, larger memory footprint, method. Split 2300/2312 support so we distinguish between the two. Correctly identify that SCC Luns are 16384 luns for us, not 65536. Turn on Reduced Interrupt Operation for LVD SCSI cards, which rocks. Do 'mailbox continuations' in some cases- this batches repeated mailbox commands so we don't have to wake the invokee until we're done with the N thousand or so mailbox commands we needed to do. Put in firmware dump code (optioned out for now- but there if needed to capture issues for QLogic). Fix a boatload of bugs- like handling cases of dropped frames that show up as 'bogus' residuals (i.e., we get a a DATA UNDERRUN as reported by the f/w, but there is no RESPONSE UNDERRUN in the FCP RSPNS IU, or the residual is bogus- this led to a lot of silent data corruption cases).
2002-05-17Update to latest released 2300/2312 f/w.mjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
Do not attach to AMI Raid Units (known via Sub Vendor ID) because they really *aren't* quite a QLogic ISP device, now are they? Split 2300 from 2312 types. Turn off pci parity for 2300s (per QLogic errata). Add missing ISPR2HST_RIO_16 case. At isp_pci_reset1 time, turn on interrupts if we say it's okay to do so.
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-17Call enable_db() from convert_db() so the dir creation as well asTodd C. Miller
mode/user/group setting is done in one place.
2002-05-17Put back <string.h>brian
2002-05-17simplify dmesg printout (all models have all crypto)Theo de Raadt
2002-05-17move setuid revocation closer to the start (make it more obvious); miod okTheo de Raadt
2002-05-16repair some warningsTheo de Raadt
2002-05-16DARPA blurbJason Wright
2002-05-16clean MLINK treeTheo de Raadt
2002-05-16add aes/bf/cast; ok deraadt@Markus Friedl
2002-05-16don't limit xauth pathlen on client side and longer print length onKevin Steves
server when debug; ok markus@ patch from pin@math.chalmers.se
2002-05-16fix warnings (openssl 0.9.7 requires const)Markus Friedl
2002-05-16More careful with select(). deraadt@ ok.Hakan Olsson
2002-05-16use hw_cryptodevTheo de Raadt
2002-05-16miod missed a commaMichael Shalayeff
2002-05-16systrace pseudo-device okay deraadt@Niels Provos
2002-05-16Add systrace devices until vax is converted to new MAKEDEV scheme (soon)Miod Vallat
2002-05-16Regen.Miod Vallat