summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-22regress test for diff3prog handling of unchanged filesMarkus Friedl
2005-11-22- print to stderr in some casesXavier Santolaria
- few bits for `-kmode'
2005-11-22add EXAMPLES section; jmc okXavier Santolaria
2005-11-22support one of the powerunitsDavid Gwynne
2005-11-22add another backplaneDavid Gwynne
2005-11-22cleanup;Xavier Santolaria
2005-11-22shrink a littleDavid Gwynne
2005-11-22do not manually inline kvtopte() macro; no func changeMichael Shalayeff
2005-11-22pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_tMichael Shalayeff
2005-11-22bios gives 32bit units not paddr/psize; no func changeMichael Shalayeff
2005-11-22- document `-kmode'Xavier Santolaria
- add EXAMPLES section ok jmc@.
2005-11-22for every sensor esm looks after it has to talk to the hardware, whichDavid Gwynne
means it could busy wait while the hardware gets ready. all the sensors are updated out of a single timeout. doing this for the 30ish esm sensors on my machine is probably not a good thing... this changes the way updates are handled. instead of a single big update for all the sensors, we now update only one sensor in a timeout. after that sensor has been updated it sets up a very short timeout for the next sensor to run out of. we also use the short timeouts to retry the same sensor if the hardware isnt ready which means we avoid the (worst) busy wait.
2005-11-22- ci(1) can intialise RCS files now!Niall O'Higgins
- support for -j added - support for -i added ok joris@ xsa@
2005-11-22add printer for IAPP and hostapd(8) messagesReyk Floeter
ok canacar@, tested by aanriot@ and others
2005-11-22nuke trailing whitespaces; no cookie for niallo.Xavier Santolaria
2005-11-22accidentaly lost a zero in timeout long time ago (;Michael Shalayeff
2005-11-22repair verbose printfsMichael Shalayeff
2005-11-22get rid of bmc_wait and use a flag on bmc_ready to indicate if we wantDavid Gwynne
to wait for the port to settle. lengthen the amount of time we wait to what jordan had originally.
2005-11-22Move kill-related commands to their own file.Kjell Wooding
This will help move to a kill-ring.
2005-11-22Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) byKjell Wooding
batching string before prepending. ok cloder, (grudgingly) beck
2005-11-22Some BIOS' lie about location of ports. Prevent panic by checking ↵Marco Peereboom
bus_space_map. This works around bob's ipmi panic issue on the amd64 e325 IBM box. ok jordan@
2005-11-22Fix up an ambiguous else (though ifdefed out at the moment)Kjell Wooding
2005-11-22Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@Darren Tucker
2005-11-22syncTheo de Raadt
2005-11-22sync with new names.Brad Smith
2005-11-22regenBrad Smith
2005-11-22- fix ordering of some idsBrad Smith
- add ALI M1563 ISA - add Cyrix Cx5510 - add NS Saturn (variant of the Sun Cassini) - add a bunch of Xircom entries - swap some of the newer Intel PRO/100 VE ids for the real chipname id + LAN - remove tabs between vendor and product name for PLX entries
2005-11-22regenBrad Smith
2005-11-22add 82801E USB and SMBus ids.Brad Smith
2005-11-21add support for the backplane found on my 2500David Gwynne
2005-11-21Do not dare dereferencing NULL pointers if OSIOP_DEBUG.Miod Vallat
2005-11-21missing 's'.Alexandre Anriot
ok miod@
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
82440MX_ISA, 82801AB_LPC, 82801E_LPC, 82801FBM_LPC, 82801GBM_LPC and 82801GH_LPC ok mickey@ beck@
2005-11-21regenBrad Smith
2005-11-21I forgot the 82801E LPC controller id in the last commit.Brad Smith
2005-11-21normalise the values read off the hw for the voltagesDavid Gwynne
2005-11-21hook the esm manpage upDavid Gwynne
2005-11-21spacingTheo de Raadt
2005-11-21Fix copyrights.Marco Peereboom
ok jordan@ dlg@
2005-11-21contorl -> controlMiod Vallat
2005-11-21a basic manpage for the embedded server management (esm) driver.David Gwynne
looks ok jmc@
2005-11-21no need for .Pp before .ShJason McIntyre
2005-11-21missing selinfo changeoverTheo de Raadt
2005-11-21syncTheo de Raadt
2005-11-21document `-xsuffixes';Xavier Santolaria
2005-11-21kill kill kill unused stuff; ok kjellTheo de Raadt
2005-11-21Place in public domainChad Loder
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
NetBSD. OK deraadt, millert
2005-11-21Basic regress framework for xlint. Not hooked up yet.Chad Loder
OK deraadt, input from millert
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.