summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-08initialize the port variable before sysctl, since it's also read out.Ted Unangst
2016-10-08Check for the correct header length size. MINCLSIZE is used for cluster,Rafael Zalamena
2016-10-08findcall() for the -c option is implemented on mips64, not sparc64Philip Guenther
2016-10-08Simplify handling of cold reboot on armv7 to match other platformsTom Cosgrove
2016-10-08Prevent infinite loops for amap allocations with >= 2^17 slotsStefan Kempf
2016-10-08Make tcpdump show MCS stored in radiotap's rate field.Stefan Sperling
2016-10-08Make iwn(4) write MCS into the radiotap rate field.Stefan Sperling
2016-10-08Allow writing an MCS index to radiotap's rate field. The format we use isStefan Sperling
2016-10-08Rate sets managed by net80211 are sorted by effective data rate speed whileStefan Sperling
2016-10-08Add comments explaining why athn(4) disables multi-rate retries with RTS.Stefan Sperling
2016-10-08Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG.Stefan Sperling
2016-10-08make clear the length printed is the requested lengthOtto Moerbeek
2016-10-08Make sxidog(4) set cpuresetfn, and cut some dead wood from the platform code.Mark Kettenis
2016-10-08Bring receive filter handling closer to the way we do things.Mark Kettenis
2016-10-08Attach sxipio(4) using the fdt.Mark Kettenis
2016-10-08Do not let "make all" run the tests in the subdirectories twiceIngo Schwarze
2016-10-08Remove Xrs to vexpress(4) for drivers that no longer attach to it.Jonathan Gray
2016-10-08add missing AUTHORS; OK sobrado@, also checked by Sevan JaniyanIngo Schwarze
2016-10-08downgrade the description of SUDO somewhat; ok tbJason McIntyre
2016-10-08Dynamically attach sysreg(4) using the FDT.Jonathan Gray
2016-10-08a little more precision about reloading config. only reopen if it changedTed Unangst
2016-10-08Use the fdt root node instead of board ids to gate omap4 specific code.Jonathan Gray
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-08p_wchan and p_pid aren't used from asm (anymore?)Philip Guenther
2016-10-08too many blank linesTed Unangst
2016-10-08Only set the highspeed bit in bus_clock if highspeed is supportedJonathan Gray
2016-10-08Instead of setting errno and then doing a goto do a m_freem() and return error.Claudio Jeker
2016-10-08Add ktracing of the fds returned by pipe() and socketpair()Philip Guenther
2016-10-07syncTheo de Raadt
2016-10-07no more imx.4;Jason McIntyre
2016-10-07kern.dnsjacking -> kern.dnsjackport;Jason McIntyre
2016-10-07sort;Jason McIntyre
2016-10-07imx(4) is no more.Mark Kettenis
2016-10-07Using '4' as the max # of ccb's in a work unit doesn't work so wellKenneth R Westerback
2016-10-07the parent mostly never crashes, but the child might. or the config fileTed Unangst
2016-10-07Implement a driver for Marvell Armada's clock gates. This basicallyPatrick Wildt
2016-10-07several big changes, tied together.Ted Unangst
2016-10-07introduce a sysctl to hijack dns sockets. when set to a port number,Ted Unangst
2016-10-07Fixup comment by removing a word.Patrick Wildt
2016-10-07enable tests for cut(1) and wc(1)Ingo Schwarze
2016-10-07test multibyte behaviour of cut(1)Ingo Schwarze
2016-10-07suppose we should fix csh while we're at it.Ted Unangst
2016-10-07minimal UTF-8 tests for wc(1)Ingo Schwarze
2016-10-07note that ulimit -m is not enforced, spotted by jmcTed Unangst
2016-10-07another unused variable bites the dust. spotted by deraadtTed Unangst
2016-10-07the old time delta code is no longer used. nothing reads these values.Ted Unangst
2016-10-07rss limit is no longer enforced. noticed by Raimo NiskanenTed Unangst
2016-10-07enable colrm and column, which i apparently forgotIngo Schwarze
2016-10-07document BUILDUSER; ok tbJason McIntyre