summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2013-10-11poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-11Prevent non-data packets from being dropped.Gerhard Roth
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-10Better boot device detection code. Board-specific code will now return theMiod Vallat
2013-10-10Misc cleanups and small fixes. Boot controller/unit/lun information passedMiod Vallat
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-10-10A few fixes from Pedro Martelletto, adapted fromMarc Espie
2013-10-09Quick'n'dirty code to match trivial on-disk boot paths as the boot device.Miod Vallat
2013-10-09Needed by recent libsaMiod Vallat
2013-10-09DIsplay fixes, also print boot path before attempting to boot it. Still notMiod Vallat
2013-10-09Parse (hex) partition number in boot path. For experts only.Miod Vallat
2013-10-09Fix build (forgot to rerun make depend)Miod Vallat
2013-10-09Fix parse_args() to ignore device specification and correctly append theMiod Vallat
2013-10-09Move common SCSI defines and structs to their own header, to eventually allowMiod Vallat
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2013-10-09Various fixes to make kiic(4) work on my G5s.Martin Pieuchot
2013-10-09Initialize ns_per_tick as soon as we have read the timebase from theMartin Pieuchot
2013-10-09Fix a possible mbuf leak, from NetBSD via Loganaden Velvindron.Martin Pieuchot
2013-10-09Include the 'state of health' field in the bbu ok sensor value.Jonathan Matthew
2013-10-09Introduce in_ifdetach() a function to remove all the IPv4 addressesMartin Pieuchot
2013-10-09Don't leak ruleitems from match rules when hitting a per-rule max state limit.Camiel Dobbelaar
2013-10-09Use monitor/mwait to idle when available. Make cpu_unidle() do nothingPhilip Guenther
2013-10-08Early stages of a working disk bootloader for OpenBSD/aviion.Miod Vallat
2013-10-08Try to be a bit more cross-compile friendly.Miod Vallat