Age | Commit message (Expand) | Author |
2000-02-25 | import latest version from kame. | Jun-ichiro itojun Hagino |
2000-02-25 | sync with reality | Jun-ichiro itojun Hagino |
2000-02-25 | clear m->m_pkthdr when changing mbuf type to M_PKTHDR. | Jun-ichiro itojun Hagino |
2000-02-24 | hide IP6_EXTHDR_CHECK from the userland. | Jun-ichiro itojun Hagino |
2000-02-23 | if we discover we are on a v8 cpu, and thus have the multiply and divide | Theo de Raadt |
2000-02-22 | blah, blah, blah, msgbuf | Michael Shalayeff |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | put C accessable labels on {,u}{rem,div} | Theo de Raadt |
2000-02-22 | Regen. | Aaron Campbell |
2000-02-22 | Add some more Texas Instruments PCI-CardBus bridges; from NetBSD. | Aaron Campbell |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-22 | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, | Artur Grabowski |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski |
2000-02-21 | From FreeBSD: | Jason Wright |
2000-02-21 | From FreeBSD: Correct use of NULL/0 | Jason Wright |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski |
2000-02-21 | zap unused polluting variable. | Artur Grabowski |
2000-02-21 | a few comment fixes from espie@ | Michael Shalayeff |
2000-02-21 | Rework bridge_filter() so that it does not require a full packet copy | Jason Wright |
2000-02-21 | separate assembly thing into an own file to avoid compiler-deps. | Michael Shalayeff |
2000-02-21 | The last pieces of hypersparc support. | Artur Grabowski |
2000-02-21 | In cpumatch_hypersparc - zap the instruction cache if we are the main cpu. | Artur Grabowski |
2000-02-21 | remove the annoying "hypersparc support still under construction" warning. | Artur Grabowski |
2000-02-21 | hypersparc has a writeback cache | Artur Grabowski |
2000-02-21 | When mapping something into iommu space hypersparc requires us to align it | Artur Grabowski |
2000-02-21 | Take the hypersparc cache size from prom, enable instruction cache and | Artur Grabowski |
2000-02-21 | add SES/SAF-TE SCSI device | mjacob |
2000-02-21 | add T_ENCLOSURE name and NOLUN Photon SENA devices | mjacob |
2000-02-21 | Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytes | mjacob |
2000-02-21 | add char 124 to be SES device | mjacob |
2000-02-21 | recycle unused char 24 to be SES device | mjacob |
2000-02-21 | add SES device init/decl macros | mjacob |
2000-02-20 | Add support for CDBs > 12 bytes. | mjacob |
2000-02-20 | Add 12160 (Ultra3) support. Add files and changes for target mode support. | mjacob |
2000-02-20 | add Qlogic 12160 microcode | mjacob |
2000-02-20 | Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs with | mjacob |
2000-02-19 | flush the caches that need flushing on context switch. | Artur Grabowski |
2000-02-19 | replacemul has been broken all the time. comment it out for now. | Artur Grabowski |
2000-02-19 | get a symbol for pure_vcache_flush | Artur Grabowski |
2000-02-19 | Add two new cache operations. | Artur Grabowski |
2000-02-19 | use more modern types | Theo de Raadt |
2000-02-19 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | Todd C. Miller |
2000-02-19 | From NetBSD: | Todd C. Miller |
2000-02-19 | From NetBSD: | Todd C. Miller |
2000-02-19 | link boot at a starting address 0x10000 higher than bootxx; avoids hypersparc... | Theo de Raadt |
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist |
2000-02-18 | No need to call memerr4_4c through a pointer. We know when we are a 4/4c. | Artur Grabowski |
2000-02-18 | In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_map | Artur Grabowski |
2000-02-18 | full support for a serial console. | Michael Shalayeff |