summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-24regenBrad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-23some third-party applications generate malformed headers which we can stillGilles Chehade
2014-11-23regensasano
2014-11-23SILABS CP210X_4(0x10c4:0xea80) is no longer CP210x family.sasano
2014-11-23Delete a bunch of unnecessary #includesPhilip Guenther
2014-11-23USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) issasano
2014-11-23If a machine has no _LIDs, then none can be open. This diff fixes a problemMike Larkin
2014-11-23Rename discover_interface() to more meaningful get_hw_address().Kenneth R Westerback
2014-11-23Revert most of 1.686 and fix the remaining discrepancies.Miod Vallat
2014-11-23Cleanup some struct interface_info fields. Make 'nomedia' a flag. ReplaceKenneth R Westerback
2014-11-23TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.Claudio Jeker
2014-11-23Change the error handling a bit to ensure we do not double free the taskClaudio Jeker
2014-11-23Clear the work in progress PDU before calling the task handler.Claudio Jeker
2014-11-23Revert the logic to skip ports which status hasn't changed, it introducesMartin Pieuchot
2014-11-23Be less verbose when opening a pipe and print the endpoint & slotMartin Pieuchot
2014-11-23enable xhci(4) in ramdisksJonathan Gray
2014-11-23Move link state handling into re_miibus_statchg().Brad Smith
2014-11-23minor fixes;Jason McIntyre
2014-11-23Add regress for atexit() vs DSO unloading and start on a similar testPhilip Guenther
2014-11-23Improve manpage markup.Anthony J. Bentley
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-11-23Don't pull in <tzfile.h> just for a number that's hardcoded in the C standardPhilip Guenther
2014-11-23Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h>Philip Guenther
2014-11-23Don't leak the fds for "." and the tty to the compression processPhilip Guenther
2014-11-23Mention the -no_tls1_[12] optionsPhilip Guenther
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-23We now get <sys/cdefs.h> via <sys/ipc.h>Philip Guenther
2014-11-23Make sure the direction bit is cleared on entry to the kernel by syscallPhilip Guenther
2014-11-23Merge from FreeBSD:Philip Guenther
2014-11-22s/occuring/occurring/Jason McIntyre
2014-11-22syncTheo de Raadt
2014-11-22Boiler-plate manpage for memreg(4/sparc) as well.Miod Vallat
2014-11-22the per-cpu storage page does not need to be executable in thisTheo de Raadt
2014-11-22Be more careful draining the error register and reenabling traps in the sun4mMiod Vallat
2014-11-22Driver for the ECC memory controller found on some sun4m (ss20), so thatMiod Vallat
2014-11-22Previous diff changed the location of the ACPI S3/S4 trampoline, which hasMike Larkin
2014-11-22Update to gravely outdated places to visit, from Jack SzmidtTheo de Raadt
2014-11-22restore word zapped in previous, and remove some useless "No" macros;Jason McIntyre
2014-11-22using /dev/random is okTheo de Raadt
2014-11-22{ on seperate line at start of function or I go crazyTheo de Raadt
2014-11-22Do not use PROT_MASK as a non-maskTheo de Raadt
2014-11-22oops, left an old line...Theo de Raadt
2014-11-22Split the MP trampoline into two pages, one for code and one for data/stackMike Larkin
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-11-22Delete hogwash about the way randomization was done a long time ago.Theo de Raadt
2014-11-22not compiled before commitTheo de Raadt
2014-11-22Fixed uninitialized pointer (and other struct entries while at it)Tobias Stoeckmann
2014-11-22Remove SCCS support. For this to work, we would need "get", which we don'tTobias Stoeckmann
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt