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