Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho | |
it consists of - ECN support in TCP - tunnel-egress and fragment reassembly rules in layer-3 not to lose congestion info at tunnel-egress and fragment reassembly to enable ECN in TCP, build a kernel with TCP_ECN, and then, turn it on by "sysctl -w net.inet.tcp.ecn=1". ok deraadt@ | |||
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski | |
we'll use for printing the information. miod@ ok | |||
2002-05-16 | Fix a long standing problem on vax: on "arithmetic fault" exceptions, | Miod Vallat | |
we schedule a SIGFPE signal delivery to the faulting process. However, arithmetic faults come in two flavors: "traps" that are "regular" exceptions, and "faults" that are restartable exceptions. In the "fault" case, the frame pc points to the faulting instruction, instead of the next instruction, in case we could save the world by tweaking memory and make the instruction not fault again when restarted. In practice, this led to processes blocked in a SIGFPE loop madness. To avoid this, add a skip_opcode() routine to compute the address of the next opcode, effectively skipping the offending instruction ; this routine is a very stripped-down db_disasm(). While there, enhance the ddb disassembler to correctly recognize and disassemble two-byte opcodes. ok hugh@, deraadt@ | |||
2002-05-16 | Re-enable RNG on the 5601 (it needs to be disabled on some 5805 variants, | Jason Wright | |
but I'm not sure which revisions yet). | |||
2002-05-16 | sprinkle some splassert(IPL_BIO) in some functions that are commented as ↵ | Artur Grabowski | |
"should be called at splbio()" | |||
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski | |
spl handling (already found 3 problems). Man page in a few seconds. deraadt@ ok. | |||
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn | |
now that binutils is updated. As hoped, resulting .o file was identical. | |||
2002-05-15 | add lofn and nofn | Jason Wright | |
2002-05-15 | Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supports | Jason Wright | |
the public key engine (very much like the 6500, surprise) and the rng. | |||
2002-05-15 | Rework MODEXP: | Jason Wright | |
5805 (and 5601) require the modulus and base to be normalized to the right of one of several different register lengths. The result is also normalized to the same length. Provide functions for shifting the bits back and forth as appropriate. Note: for consistencies sake the exponent is NOT normalized. | |||
2002-05-14 | sync. | Jason Wright | |
2002-05-14 | vendors go in numeric order | Jason Wright | |
2002-05-14 | sync | Jason Wright | |
2002-05-14 | Remove duplicate MOT block and duplicate MPC106 defn | Jason Wright | |
2002-05-14 | make resettodr() save the clock (per the pdc manual), tested | Michael Shalayeff | |
2002-05-14 | sync | Jason Wright | |
2002-05-14 | several more hifn devices | Jason Wright | |
2002-05-14 | powerpc generates powerpc coredumps, not hppa coredumps. | Dale Rahn | |
2002-05-14 | Fixed ALTQ support. | Todd C. Miller | |
Patch from ftp://ftp.csl.sony.co.jp/pub/kjc/altq-3.1.errata.txt (kjc) | |||
2002-05-14 | Use db_format in db_printsym (we'll want to be able to use printf in it soon). | Artur Grabowski | |
2002-05-14 | db_printf has three non-standard formats that are not supported by | Artur Grabowski | |
printf. Since we want to be able to have some ddb functions use db_printf or normal printf, provide a new way to acheive the same kind of formatting. The new function is called db_format and can emulate all variations of how the nonstandard db_printf formats are used. Note that this doesn't (yet?) mean that we want to convert all the non-standard formats, we just want to have that option. miod@ ok. | |||
2002-05-14 | fix the diag insns, make copy_on_fault() usable by the kcopy as well | Michael Shalayeff | |
2002-05-14 | disable sid hashing while still in real mode, alos print the parisc arch ↵ | Michael Shalayeff | |
once and not per each cpu since they are not intermixable architecture-wise | |||
2002-05-13 | add and use three more flags: | Jason Wright | |
RNG: chip has usable rng (5805/5820/5821) HWNORM: chip will automagically normalize bignums (5820/5821) BIGKEY: chip supports "large keys" (5820/5821) | |||
2002-05-13 | - Request 24bit dvma allocation if we fail to find an lebuffer to attach to | Jason Wright | |
- add bus_space_barrier's to the csr read/write functions - KNF and other cleaning | |||
2002-05-13 | Deal with 24bit dvma requests | Jason Wright | |
2002-05-13 | add BUS_DMA_24BIT flag (for braindead lance implementations) | Jason Wright | |
2002-05-13 | ldi-ldo whatever was in the table, be that much clever | Michael Shalayeff | |
2002-05-13 | un-pee and KNF | Jason Wright | |
2002-05-13 | Add missing cnpollc() calls. | Dale Rahn | |
2002-05-13 | minor knf. | Artur Grabowski | |
2002-05-13 | When collecting the completed tx descriptors, dmasync all of them | Artur Grabowski | |
before reading, not just the first one. jason@ ok. | |||
2002-05-13 | Add lebuffer at sbus and le at lebuffer | Jason Wright | |
2002-05-13 | From netbsd: | Jason Wright | |
driver for le at lebuffer type devices | |||
2002-05-13 | Don't leak memory when bus_dmamap_load_mbuf fails. | Artur Grabowski | |
2002-05-13 | Protect calls to biodone with splbio. | Artur Grabowski | |
I'm not completly sure it's needed, but better safe than sorry. And this simplifies some spl assertions in the still not comitted splassert code. | |||
2002-05-12 | correct AH header chasing. ok dhartmei@openbsd | Jun-ichiro itojun Hagino | |
2002-05-12 | Add gid based filtering, reduce to one (effective) uid, rename parser | Daniel Hartmeier | |
keywords to 'user' and 'group'. | |||
2002-05-11 | Avoid multiple definitions of macros in float.h and limits.h. This | Todd C. Miller | |
is a long-standing problem that recently showed up on vax because due to some indirection cpp no longer believes the definitions are equivalent (though they really are). From espie@ | |||
2002-05-11 | Enable dz at uba, since it seems to move characters back and forth | Hugh Graham | |
in the SIMH/VAX simulator OK. If anyone has an actual card to test, a report would be appreciated. | |||
2002-05-11 | I HATE it when things that we fix come back from bad merges | Theo de Raadt | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-11 | track egid/rgid on bound/connected sockets too (pf will use this) | Theo de Raadt | |
2002-05-10 | Fix for PR2641. Length calculation was wrong in loop. Include comment | Constantine Sapuntzakis | |
describing fixed length calculation | |||
2002-05-10 | sync | Jason Wright | |
2002-05-10 | Netoctave NSP2K | Jason Wright | |
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff | |
do not synthesyse secondary pci bus on the pchb0 rev 0x23 OR pchb1 w/ any revision. prompted by frisco@blackant.net in pr#2642 | |||
2002-05-10 | Dump the actual command to be sent | Constantine Sapuntzakis | |
2002-05-10 | Zap an unsued define. | Artur Grabowski | |
2002-05-10 | What we store on all archs just before the rfa is a pointer | Artur Grabowski | |
to a bus_dmamap_t, not a bus_dmamap_t (just a cosmetic change, bus_dmamap_t is a pointer on all archs, but this was confusing) |