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