Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-18 | do not reverse-lookup scoped ipv6 address - it is meaningless as there's | Jun-ichiro itojun Hagino | |
no way to pass scope id. sync w/kame | |||
2002-05-17 | Bump the version number to reflect the latest MS-CHAP2 changes | brian | |
2002-05-17 | crank major | Hans Insulander | |
2002-05-17 | getprogname and setprogname moved to libroken, as it's needed by the | Hans Insulander | |
soon to come arla update. | |||
2002-05-17 | Add setprogname and getprogname; needed by the upcoming arla update. | Hans Insulander | |
2002-05-17 | quota(1) does not need to be setuid root; tested by mickey@ | Todd C. Miller | |
2002-05-17 | properly detect the cpu model for the broken cyrix latch; better fix than ↵ | Michael Shalayeff | |
pr#2661 | |||
2002-05-17 | kill unused line | Michael Shalayeff | |
2002-05-17 | Fix nfs_realign to allocate new mbufs. Taken from freebsd | Constantine Sapuntzakis | |
2002-05-17 | Replace -z option (zero) with -r option (remove). | Todd C. Miller | |
2002-05-17 | Remove skeyzero(), it is no longer needed. | Todd C. Miller | |
2002-05-17 | The standard way to get info on symlinks is -L, not -h; Peter Werner | Todd C. Miller | |
2002-05-17 | version.h | Markus Friedl | |
2002-05-17 | Fix typo/thinko. Pass in as to auth_approval(), not NULL. | Todd C. Miller | |
Closes PR 2659. | |||
2002-05-17 | oops, worked only because va_end is a noop on most of our arches. | Marc Espie | |
2002-05-17 | sync with KAME. | Kenjiro Cho | |
- make altq_etherclassify() able to handle packets whose ethernet header is in a separate mbuf. | |||
2002-05-17 | sync 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-17 | sync with KAME. | Kenjiro Cho | |
update ECN in ALTQ from RFC2481 to RFC3168. | |||
2002-05-17 | Remove unused pieces and clean Makefile.inc | Miod Vallat | |
2002-05-17 | Update man page to be something closer to reality. | mjacob | |
2002-05-17 | When modifying a group w/ no members with groupmod(8) the trailing | Todd C. Miller | |
newline was not added. Reported by Rob Sessink, different fix by me. | |||
2002-05-17 | isp* here too | Theo de Raadt | |
2002-05-17 | Add QLogic pci cards in. They seem to work for me at least on a U10. | mjacob | |
2002-05-17 | Roll 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-17 | Put in definitions pertinent for f/w crash dumps. | mjacob | |
2002-05-17 | Add new definitions for RIO operation, many new SNS commands, and structures | mjacob | |
(i.e., finally use a real CT Header for responses to nameserver commands). | |||
2002-05-17 | keep up with the jones' (sync up with external source) | mjacob | |
2002-05-17 | Accomodate changes to fabric stuff as well as other core code changes. | mjacob | |
Fix a buglet in delaying && waiting for mailbox completion. | |||
2002-05-17 | Acoommodate changes to fabric evaluation. | mjacob | |
2002-05-17 | Various new inlines for RIO entries as well as various FC-GS-2 related | mjacob | |
structures. | |||
2002-05-17 | Switch to new fabric search mechanism (leave the old one in place). Switch | mjacob | |
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-17 | Update to latest released 2300/2312 f/w. | mjacob | |
2002-05-17 | Handle 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-17 | Handle the removal of 'const' from structure definition. | mjacob | |
2002-05-17 | Call enable_db() from convert_db() so the dir creation as well as | Todd C. Miller | |
mode/user/group setting is done in one place. | |||
2002-05-17 | Put back <string.h> | brian | |
2002-05-17 | simplify dmesg printout (all models have all crypto) | Theo de Raadt | |
2002-05-17 | move setuid revocation closer to the start (make it more obvious); miod ok | Theo de Raadt | |
2002-05-16 | repair some warnings | Theo de Raadt | |
2002-05-16 | DARPA blurb | Jason Wright | |
2002-05-16 | clean MLINK tree | Theo de Raadt | |
2002-05-16 | add aes/bf/cast; ok deraadt@ | Markus Friedl | |
2002-05-16 | don't limit xauth pathlen on client side and longer print length on | Kevin Steves | |
server when debug; ok markus@ patch from pin@math.chalmers.se | |||
2002-05-16 | fix warnings (openssl 0.9.7 requires const) | Markus Friedl | |
2002-05-16 | More careful with select(). deraadt@ ok. | Hakan Olsson | |
2002-05-16 | use hw_cryptodev | Theo de Raadt | |
2002-05-16 | miod missed a comma | Michael Shalayeff | |
2002-05-16 | systrace pseudo-device okay deraadt@ | Niels Provos | |
2002-05-16 | Add systrace devices until vax is converted to new MAKEDEV scheme (soon) | Miod Vallat | |
2002-05-16 | Regen. | Miod Vallat | |