summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-20In midiread() and midiwrite(), add a second goto label toAlexandre Ratchov
2016-12-20Fix many typos. From Michael W. Bombardieri <mb at ii.net>. ThanksAlexandre Ratchov
2016-12-20Simplify the activate() functions of auglx(4), autri(4), andAlexandre Ratchov
2016-12-20This commit removes bio_status() calls after a BIOCLOCATE since thePatrick Wildt
2016-12-20Group identical close_in_jack() and close_out_jack() into a singleAlexandre Ratchov
2016-12-20Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-12-20Release the NET_LOCK() before calling any socket function since it isMartin Pieuchot
2016-12-20Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path.Martin Pieuchot
2016-12-20Kill recursive splsoftnet()/splx() in tcp_ctloutput().Martin Pieuchot
2016-12-20fix use of uninitialised variablesJonathan Gray
2016-12-20no need to test if an array is non-NULLJonathan Gray
2016-12-20Document our new WPA default settings. Discourage use of TKIP.Stefan Sperling
2016-12-20Disable TKIP (WPA1) by default.Stefan Sperling
2016-12-20Make 'ifconfig if0 wpa' and 'ifconfig if0 -wpa' reset WPA params (does notStefan Sperling
2016-12-20Remove duplicate in_ioctl() prototype, it is in in_var.h now.Alexander Bluhm
2016-12-20Kill recursive splsoftnet()/splx() dances in ioctl(2) path.Martin Pieuchot
2016-12-20fix an uninitialised variable on altivec assist trapJonathan Gray
2016-12-20Put a write memory barrier into counters_enter(). This ensuresAlexander Bluhm
2016-12-20Add the u-boot arm64 architecture number and map it to "aarch64" toJonathan Gray
2016-12-20Call the multicast timer callback per domain instead of for all domainsRafael Zalamena
2016-12-20No need for splsoftnet()/splx() dance around a pool_put() if the poolMartin Pieuchot
2016-12-20Remove unused timeout that was never being set.Rafael Zalamena
2016-12-20Compile clang with clang by default instead of egcc. This allows ourPatrick Wildt
2016-12-20Fix operand of pushq instruction; clang's integrated assembler is lessMark Kettenis
2016-12-19Compile libc++ and libc++abi with clang by default instead of egcc.Patrick Wildt
2016-12-19use standard /bin/sh equality test; from Mike FrysingerDamien Miller
2016-12-19Implement interface detachingMike Belopuhov
2016-12-19Add experimental support for device hot-pluggingMike Belopuhov
2016-12-19Convert the gcc 3 scheduling information to the gcc 4 model.Miod Vallat
2016-12-19Generating mixed 16-bit/32-bit/64-bit code with clang's integratedMark Kettenis
2016-12-19Revert r1.934 to unbreak autoinstallRobert Peichaer
2016-12-19- no need to export the TERM variable twiceRobert Peichaer
2016-12-19A couple more unused variables.Kenneth R Westerback
2016-12-19Stop mentioning splsoftnet() in comments, it's almost history.Martin Pieuchot
2016-12-19Kill useless comment about splsoftnet() which is going away.Martin Pieuchot
2016-12-19Sending keep alive ends up in ip_output(), so it needs the NET_LOCK().Martin Pieuchot
2016-12-19Assert that IPL_SOFTNET is needed rather than calling splsoftnet()Martin Pieuchot
2016-12-19Remove redundant splsoftnet().Martin Pieuchot
2016-12-19Timer sending packets need to grab the NET_LOCK().Martin Pieuchot
2016-12-19fix typo, from OpenSSLIngo Schwarze
2016-12-19Kill unused function.Rafael Zalamena
2016-12-19Remove a recursive splsoftnet() in in_ioctl() that already asserts thatMartin Pieuchot
2016-12-19If rt_ifa_addlocal() in in_ifinit() fails, the address has beenAlexander Bluhm
2016-12-19Adjust Makefile to gain improvements that were made in other archsPatrick Wildt
2016-12-19Fix debug printf format and arguments.Patrick Wildt
2016-12-19Extend the multicast sockets and multicast hash table support to multipleRafael Zalamena
2016-12-19Introduce the NET_LOCK() a rwlock used to serialize accesses to the partsMartin Pieuchot
2016-12-19fix uninitialised variable warnings from clangJonathan Gray
2016-12-19remove redundant return statementsJonathan Gray
2016-12-19ansify function declaration; better whitespacePatrick Wildt