summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-12include NFSCLIENT. ok deraadtTed Unangst
2015-01-12lager -> larger (no beer involved)Miod Vallat
2015-01-12Fix two 19 years old (since day one) bug in bad144 sector reassignment logic:Miod Vallat
2015-01-12revert the namecache embiggening since it seems to cause hangs at reboot.Ted Unangst
2015-01-12Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.Stefan Sperling
2015-01-12exphy and ciphy are not needed with this list of network devicesTheo de Raadt
2015-01-12Due to recent savings with instbin, we can take i386 to one installTheo de Raadt
2015-01-12Enable lid suspends by default in the kernel, and remove the question fromTheo de Raadt
2015-01-12Kill the global list of IPv4 addresses.Martin Pieuchot
2015-01-12regenJonathan Gray
2015-01-12add some E5 v3 PCIE and Bay Trail idsJonathan Gray
2015-01-12When setting up advanced TX descriptor use m_getptr to locate the IPMike Belopuhov
2015-01-12pretty up some malloc() callsTheo de Raadt
2015-01-12hibernate_suspend() should not pmap_kremove by itself; hibernate_free()Theo de Raadt
2015-01-12Some fixes and tidying up of the receive filter handling bits.Brad Smith
2015-01-12stash the softc in the memory allocated for setting up a task forDavid Gwynne
2015-01-11Remove orphaned defines.Miod Vallat
2015-01-11Tolerate checksum errors in ACPI tables (but complain about them). ApparentlyMark Kettenis
2015-01-11LOCKDEBUG is dead; perform the funeral ritesPhilip Guenther
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-11When using sun4 PROM I/O routines, make sure we never attempt to transfer moreMiod Vallat
2015-01-11There's no simple way so check for DMA buffer overrun with isochronousMartin Pieuchot
2015-01-11Use the softc-specific function pointers for bcopy() and bzero() in iestart(),Miod Vallat
2015-01-11Make sure to initialize nbpg to a sensible value in bootxx, when running onMiod Vallat
2015-01-11Unbreak sun4Miod Vallat
2015-01-11global "list" is not the nicest variable nameTheo de Raadt
2015-01-11armv6 introduced opcodes for reversing words in registers. we canDavid Gwynne
2015-01-11use mallocarray(), then set the size afterwards. Prefer if people learnTheo de Raadt
2015-01-11use mallocarray()Theo de Raadt
2015-01-11mallocarray() for the rx_buffer memoryTheo de Raadt
2015-01-11Casting a gid_t to gid_t for a gid_t argument is overkillPhilip Guenther
2015-01-11use mallocarray() when reallocating the mux tableTheo de Raadt
2015-01-11KUE_MCFILTCNT() is non-constant, so use mallocarray()Theo de Raadt
2015-01-11unnecessary castTheo de Raadt
2015-01-10Get the MAC address from the PCI ROM on systems without Open Firmware. CodeMark Kettenis
2015-01-10Bye, bye simple_lock.Mark Kettenis
2015-01-10Disable (most) interrupts when the interface goes down.Mark Kettenis
2015-01-10Enable nep(4).Mark Kettenis
2015-01-10A few more loose ends.Mark Kettenis
2015-01-10Remove debug printfs.Mark Kettenis
2015-01-10Hook up nep(4).Mark Kettenis
2015-01-10Add support for promiscuous mode and multicase.Mark Kettenis
2015-01-10Properly stop DMA and tear down the rings when taking the interface down.Mark Kettenis
2015-01-10Correct some comments and merge in6_if_up() into in6_ifattach() toMartin Pieuchot
2015-01-10Remove pointless empty 64bit support code stubs from bwi(4).Stefan Sperling
2015-01-10Merge two bwi(4) fixes from FreeBSD:Stefan Sperling
2015-01-09The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systemsMark Kettenis
2015-01-09regenMark Kettenis
2015-01-09SunMicro Virtual Eth DeviceMark Kettenis
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson