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