Age | Commit message (Expand) | Author |
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 |
2013-10-15 | this does not need sys/exec_ecoff.h | Theo de Raadt |
2013-10-15 | Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300, | Miod Vallat |
2013-10-14 | Display correct values (i.e. blocks where blocks are meant) in | Kenneth R Westerback |
2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get | Kenneth R Westerback |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-10-14 | Fix a couple of style(9) nits. | Sylvestre Gallon |
2013-10-14 | Add some consistency using uint_t everywhere instead of mixing uint_t | Sylvestre Gallon |
2013-10-14 | Tedu some heavy debug code that is not needed anymore. | Sylvestre Gallon |
2013-10-14 | By passing invalid values in the routing message, root could crash | Alexander Bluhm |
2013-10-14 | Remove obsolete ioctl defines and struct (I overloaded the pflow | Reyk Floeter |
2013-10-14 | Make use of satosin() when applicable plus a couple of style nits. | Martin Pieuchot |
2013-10-14 | Add a boot(8) manual, issue reported by landry@ | Martin Pieuchot |
2013-10-14 | Change the macros used to iterate over the multicast records of an | Martin Pieuchot |
2013-10-14 | If a transfer terminates with an I/O error status, do not modify the | Martin Pieuchot |
2013-10-14 | set openings to 64 like the linux driver sort of does. if a vendor says | David Gwynne |
2013-10-14 | defer the first update of the sensor as late in the boot process we can | David Gwynne |
2013-10-13 | Make pci_make_tag() work with ht(4) controllers, fix a regression | Martin Pieuchot |
2013-10-13 | whitespace | Reyk Floeter |
2013-10-13 | Just use sockaddr_union instead of a handcrafted version and rename | Reyk Floeter |
2013-10-13 | Set the default MTU to full 1500 bytes. We do not want to encourage | Reyk Floeter |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-12 | new bandwidth shaping subsystem, kernel side | Henning Brauer |
2013-10-12 | hook in hfsc.c/h | Henning Brauer |
2013-10-12 | give tagname2tag and its siblings an extra "create" parameter. if 1, it | Henning Brauer |
2013-10-12 | standalone hfsc implementation with new interface to the consumers, for | Henning Brauer |
2013-10-11 | When converting an ELF file, create a dummy non-empty (8 byte) .data section, | Miod Vallat |
2013-10-11 | Add initial RTL8106E and RTL8168G/8111G support. | Jonathan Gray |