summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-24Make the scope of the symbol caching variables added in 1.49 a bit larger soMiod Vallat
2014-11-24remove a surplus break statementJonathan Gray
2014-11-24Count how many lids are open, rather than accumulating the values ACPITheo de Raadt
2014-11-24- Check IFF_RUNNING in xl_intr().Brad Smith
2014-11-24Fix crashes in the handling of the sshd config file found with the aflJonathan Gray
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-24Kill old crap that is unbelievably slow and produces hundreds of falseIngo Schwarze
2014-11-24forgot to add this file; noticed by daniel@Ingo Schwarze
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