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