Age | Commit message (Expand) | Author |
2016-01-31 | Use delete_entry()/create_entry() in delete_partition_from_map() instead of | Kenneth R Westerback |
2016-01-31 | Fold add_data_to_map() into create_entry() as the former is always called | Kenneth R Westerback |
2016-01-31 | remove some whitespace differences with NetBSD; no change with diff -b | Ingo Schwarze |
2016-01-31 | remove old link to documentation, it's in ihidev.c | Joshua Stein |
2016-01-31 | Don't use add_data_to_map() when reading from disk, since it resets some | Kenneth R Westerback |
2016-01-31 | trivial partial sync to NetBSD, no functional change: | Ingo Schwarze |
2016-01-31 | Just call contains_driver() when you need to know rather than carrying a | Kenneth R Westerback |
2016-01-31 | Move dump_block() declaration from io.h to io.c since it is not | Kenneth R Westerback |
2016-01-31 | Clear RGB flags during selection. | Nicholas Marriott |
2016-01-31 | Convert to ulmin and uiomove to prevent integer truncations. | Stefan Kempf |
2016-01-31 | Apple sets lblock_start and lblocks to 0 in free space entries. Do | Kenneth R Westerback |
2016-01-31 | Use standard name for ASCII LF and FF control codes. | Christian Weisgerber |
2016-01-31 | spacing | Robert Peichaer |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2016-01-31 | - remove _d from local list which is a leftover from a previous change | Robert Peichaer |
2016-01-31 | Whoops, need this for the previous reverse trim commit too. | Nicholas Marriott |
2016-01-31 | Add RGB escape sequences for capture-pane -e. | Nicholas Marriott |
2016-01-31 | Support negative trim values (#{=-10:pane_title}) to trim from the end, | Nicholas Marriott |
2016-01-31 | Fix new-session with -t after command flags changes, reported by Michael Grac... | Nicholas Marriott |
2016-01-31 | Don't use sxitimer on Allwinner sun7i/A20. | Jonathan Gray |
2016-01-31 | Leonardo Guardati discovered a u-boot built with "Enable workarounds for | Jonathan Gray |
2016-01-31 | - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out | Alexandr Nedvedicky |
2016-01-31 | Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X. | Jonathan Gray |
2016-01-30 | Hook OPENBSD-RELAYD-MIB into OPENBSD-SNMPD-CONF (which is just a file | Stuart Henderson |
2016-01-30 | /var/tmp is dead, long live /tmp | martijn |
2016-01-30 | replace tail with basename | martijn |
2016-01-30 | replace progname variable in gs structure with getprogname | martijn |
2016-01-30 | Actually order matters; I missed it when reviewing previous. | Antoine Jacoutot |
2016-01-30 | Fifth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | Zap a couple of declarations for non-existant variable and function. | Kenneth R Westerback |
2016-01-30 | Another to the attic. | Kenneth R Westerback |
2016-01-30 | Move last three lines (#define's) from dpme.h to partition_map.h and | Kenneth R Westerback |
2016-01-30 | Fold struct dpme into struct entry. Same reasons as for folding | Kenneth R Westerback |
2016-01-30 | Refactor add_partition_to_map() to be simpler if perhaps less | Kenneth R Westerback |
2016-01-30 | There is not much to do if we run out of memory, so simply exit if | Kenneth R Westerback |
2016-01-30 | Fourth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | Explain how to run multiple copies of the same daemon; | Ingo Schwarze |
2016-01-30 | redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviated | Marc Espie |
2016-01-30 | ping, ping6: corrects -E (audible beep when no packet is received before the | Sebastien Marie |
2016-01-30 | delete "#ifdef notdef" code that is no longer present in NetBSD; | Ingo Schwarze |
2016-01-30 | regen | Jonathan Gray |
2016-01-30 | correct the string for 82801HBM RAID | Jonathan Gray |
2016-01-30 | Third step in synching with NetBSD: | Ingo Schwarze |
2016-01-29 | whitespace fixes; ok ajacoutot | Jason McIntyre |
2016-01-29 | Remove leftover roaming dead code. ok djm markus. | Darren Tucker |
2016-01-29 | Fold struct block0 into struct partition map. There can be only one | Kenneth R Westerback |
2016-01-29 | Remove code that has been disabled for almost 20 years: | tb |
2016-01-29 | Add do_dump_map() to make command processing more consistent. Pass | Kenneth R Westerback |
2016-01-29 | Use apmd instead of ntpd in the example since the later is on by default. | Antoine Jacoutot |
2016-01-29 | Second step in synching with NetBSD: | Ingo Schwarze |