Age | Commit message (Expand) | Author |
2016-05-01 | Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) | Mark Kettenis |
2016-05-01 | Remove old NeXT-specific cruft. From mmcc@ | Todd C. Miller |
2016-05-01 | Exact match use and name with strcmp rather than prefix with strncmp. | Nicholas Marriott |
2016-05-01 | Remove a bogus "else" that was causing breakage with LCP echoes, | Stuart Henderson |
2016-05-01 | Use the same code for half page scrolling as full, from Michal Mazurek. | Nicholas Marriott |
2016-05-01 | Missing format (window_activity_flag) and a missing Ta. | Nicholas Marriott |
2016-05-01 | Add a test for pstring (a QDOS executable header). | Nicholas Marriott |
2016-05-01 | Use the right size (include the length byte) when working out if a | Nicholas Marriott |
2016-05-01 | Add support for 'name' and 'use' which allows more of the latest magic | Nicholas Marriott |
2016-05-01 | Shuffle gpt/mbr code around a bit to make it more like other searches | Kenneth R Westerback |
2016-05-01 | unbreak the tree: | Theo Buehler |
2016-05-01 | Trim = prefix from regex (it a noop). | Nicholas Marriott |
2016-05-01 | BE ELF object (just the header); also trim the LE object to just the | Nicholas Marriott |
2016-05-01 | pcap file test (header of file only). | Nicholas Marriott |
2016-05-01 | Remove some unnecessary comments and t23 which has been disabled forever. | Nicholas Marriott |
2016-05-01 | Add a PPM file test (truncated to just the header so it is text only). | Nicholas Marriott |
2016-05-01 | Remove __unused that are now lies. | Nicholas Marriott |
2016-05-01 | Test for default (RTF file with an unrecognized character set). | Nicholas Marriott |
2016-05-01 | Add support for 'clear' test, and fix 'default' to expand the result | Nicholas Marriott |
2016-05-01 | convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls | Jonathan Matthew |
2016-04-30 | update currency exchange rates; | Jason McIntyre |
2016-04-30 | magic_test_type_default parameter is no longer __unused. | Nicholas Marriott |
2016-04-30 | Fix the default type to work properly, that is to only match if no | Nicholas Marriott |
2016-04-30 | Replace regex match string in results (some new magic entries use this). | Nicholas Marriott |
2016-04-30 | tty_client_ready can not be internal to tty.c again. | Nicholas Marriott |
2016-04-30 | Mask all gpio interrupts when we attach. Fixes interrupt storm on the Lenovo | Mark Kettenis |
2016-04-30 | Enable high speed timing for bus clock frequencies over 26MHz and advertise | Mark Kettenis |
2016-04-30 | Add some missing interrupt bits, and enable the ADMA error interrupt. | Mark Kettenis |
2016-04-30 | Implement DMA support. Bits and pieces taken from NetBSD, but we only | Mark Kettenis |
2016-04-29 | tweak previous; | Jason McIntyre |
2016-04-29 | Expand client formats (like run-shell), from Stephen M Coakley. | Nicholas Marriott |
2016-04-29 | Call sched_init_cpu() just before booting secondary CPUs. | Martin Pieuchot |
2016-04-29 | Compact a small table into text. | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | Nicholas Marriott |
2016-04-29 | Fix some gibbering horrors due to uninitialized struct nameidata's | Bob Beck |
2016-04-29 | Final parts of command hooks, add before- and after- hooks to each command. | Nicholas Marriott |
2016-04-29 | Panic when attempting to execute a scsi command with no discipline | Kenneth R Westerback |
2016-04-29 | Need to set in/out bytes count for gz_write too. Otherwise gzip | Todd C. Miller |
2016-04-29 | The backoff timer is causing no end of trouble with disconnected clients | Nicholas Marriott |
2016-04-29 | Make the grid_cell passed into screen_write_* const. | Nicholas Marriott |
2016-04-29 | Delete invocation of mailq(1) that was present for historical reasons. | Ingo Schwarze |
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot |
2016-04-29 | In sysmerge interactive mode, check syntax of several important files after | Stuart Henderson |
2016-04-29 | Do not allow to change the routing table of a bound socket. This | Alexander Bluhm |
2016-04-29 | libotermcap was removed from the miniroots in 2013. Additionally, -lc | Patrick Wildt |
2016-04-29 | sync | Patrick Wildt |
2016-04-29 | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze |
2016-04-29 | Fix keys parsing again to correctly accept Unicode when not prefixed | Nicholas Marriott |
2016-04-29 | OpenBSD wcwidth() is sensible and complete so if it returns -1 it means | Nicholas Marriott |
2016-04-29 | fix "smtpctl show queue" reporting "invalid" envelope state. | Eric Faurot |