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