summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-19we dont fake VPD INQUIRY pages, so fail on requests for them.David Gwynne
2013-10-19In an ideal world, we would use splsoftnet() for all the interfaceReyk Floeter
2013-10-19When a multicast tunnel destination is configured, we have to detect addressReyk Floeter
2013-10-19When we attach an interface, do not try to reuse the last index toMartin Pieuchot
2013-10-19simplify checksum handling. no need to compute the pseudo hdr cksumHenning Brauer
2013-10-19simplify: no need to muck with the pseudo hdr cksum any moreHenning Brauer
2013-10-19pf_cksum doesn't need to compute the pseudo hdr cksum any more.Henning Brauer
2013-10-19make in_proto_cksum_out not rely on the pseudo header checksum to beHenning Brauer
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-19When hooks are called, allow them to disestablish themselves by usingReyk Floeter
2013-10-19In carp_set_addr6() break out of the loop after the interface addressAlexander Bluhm
2013-10-19Make uhub_explore() return an int rather than a usbd_satus. This hasMartin Pieuchot
2013-10-18UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationMiod Vallat
2013-10-18Comment out cd* at scsibus? from installation media which lack CD9660 support.Miod Vallat
2013-10-18In in_pcblookup() convert a hand crafted loop into a LIST_FOREACHAlexander Bluhm
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-10-18I forget to enable edma when I import it.Sylvestre Gallon
2013-10-18Move mmc base address registers workaround where it belongs.Sylvestre Gallon
2013-10-18Remove an incorrect assert used in the real mode parking code forMike Larkin
2013-10-18Disable global page mappings before we start to unpack. This was likelyMike Larkin
2013-10-18the radeon suspend routine looks hairy, and feels like it should runTheo de Raadt
2013-10-18Add a conditional to disable most of the `abort state' code in the emulationMiod Vallat
2013-10-18Add a proper MANSUBDIR, to have manpages install in the proper directory.Miod Vallat
2013-10-18Introduce a dedicated private header file to control the optional featuresMiod Vallat
2013-10-18At device attach, mark the device "shutdown", until the mountroot hookTheo de Raadt
2013-10-18Add configuration for MI libsa loadfile, to be used soon.Miod Vallat
2013-10-18Abstract the fact that IPv4 muticast records are linked to theMartin Pieuchot
2013-10-18Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined inSylvestre Gallon
2013-10-17... and do not set up lance buffers at 3MB. Oh the irony.Miod Vallat
2013-10-17Merge old netboot le(4) code into new boot, to allow for a kernel to be loadedMiod Vallat
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-17remove capability to do a.outTheo de Raadt
2013-10-17zap ecoff and a.out support like in MI loadfileTheo de Raadt
2013-10-17the explanation for locally-defined ecoff is even simpler now thatTheo de Raadt
2013-10-17a better way to disable the speaker on AV400 familyMiod Vallat
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-17another lurking ecoff reference is found..Theo de Raadt
2013-10-17more a.out/ecoff removal; ok phesslerTheo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-16Correctly honour spoofonly in readvdmlabel() to avoid reading the on-disk labelMiod Vallat
2013-10-16Revert unintended changes.Florian Obser
2013-10-16Support for oaic in the boot blocks. Cope with older prom putting a \r atMiod Vallat
2013-10-16Prefer ACPI over APM. For years, we had a SMBIOS-probing hack to preferTheo de Raadt
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
2013-10-15This has been rewritten in perl as parse_structinfo.plPhilip Guenther
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15In readvdmlabel(), be sure to have *partoffp initialized in all cases.Miod Vallat
2013-10-15Remove the multicast filter from the ``real'' interface when destroyingMartin Pieuchot
2013-10-15repair typo talking about a.outTheo de Raadt