Age | Commit message (Expand) | Author |
2016-10-09 | add a manual page for psci | Jonathan Gray |
2016-10-09 | Do not check the SecPerTrack field of the BPB when mounting a MSDOS | Alexander Bluhm |
2016-10-09 | Add psci(4) a driver for the reset and power down portion of the | Jonathan Gray |
2016-10-09 | With systrace and procfs gone, process_checkioperm() and process_domem() | Philip Guenther |
2016-10-09 | Remove check for RELEASEDIR permissions, there are usecases where other | Martin Natano |
2016-10-09 | Tweak the special handling of pid 1 in setregs()...and document that | Philip Guenther |
2016-10-09 | This needs radix.h because it uses rn_refines(). | Claudio Jeker |
2016-10-09 | sowakeup() is only called from sorwakeup() and sowwakeup(). Both | Alexander Bluhm |
2016-10-09 | Remove simple UTF-8 tests. Ingo has written propper tests for | Alexander Bluhm |
2016-10-09 | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze |
2016-10-09 | formatting nit (a tab got lost somewhen) | Henning Brauer |
2016-10-09 | Make the CLIENT_STATUS flag imply that pane status lines are redrawn if | Nicholas Marriott |
2016-10-09 | Check that DESTDIR is on a noperm filesystem that's properly locked | Martin Natano |
2016-10-09 | Don't allocate struct mixer_devinfo instances on the stack. It is a fairly | Mark Kettenis |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-09 | Attach sxiccmu(4) using the fdt. | Mark Kettenis |
2016-10-09 | Change raw dsb and smc opcodes to instructions. The dsb encoding did | Jonathan Gray |
2016-10-09 | Re-enable fetching sets from local sources (disk, cdrom, nfs) as root. | Robert Peichaer |
2016-10-09 | Pass file/line to new command for if-shell so that errors appear | Nicholas Marriott |
2016-10-09 | Handle NULL window or session for user options. | Nicholas Marriott |
2016-10-09 | Use xsnprintf not snprintf for the prompt in window_copy_write_line | Nicholas Marriott |
2016-10-09 | fix heap overflow by rewriting loop; detected by new malloc canaries | Otto Moerbeek |
2016-10-09 | Do not use MIPS64r2 instructions on Loongson 2. Now, a generic loongson | Visa Hankala |
2016-10-09 | Pass `prid' properly to pmon_init(). | Visa Hankala |
2016-10-09 | Remove the vexpress platform abstraction and board id. All the devices | Jonathan Gray |
2016-10-09 | sxipio now attaches with fdt | Jonathan Gray |
2016-10-09 | Add a power down function pointer so power down can work without the | Jonathan Gray |
2016-10-08 | Add missing if_put() in the switch(4) destroy path. | Rafael Zalamena |
2016-10-08 | Report the PID in sendsig() debugging | Philip Guenther |
2016-10-08 | upon further review, port numbers go all the way up to ushort max | Ted Unangst |
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 |