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