summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-14- swap a hack for a slightly nicer hack using a global variable. this avoidsNiall O'Higgins
2006-04-14Remove final DUMMY_NOPS vestige of a macro as well.Tobias Weingartner
2006-04-14And remove DUMMY_NOPS from here too.Tobias Weingartner
2006-04-14Nuke DUMMY_NOPS, cleanup.Tobias Weingartner
2006-04-14ANSIfy functions.Marco Peereboom
2006-04-14ANSIfy function names.Marco Peereboom
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-14Compile hp300 stand with Wall or I'll never get motivated to make it clean.Miod Vallat
2006-04-14delintDavid Hill
2006-04-14syncTheo de Raadt
2006-04-14Remove duplicate code, okay ray@Pedro Martelletto
2006-04-14Add missing usage() calls.Ray Lai
2006-04-14Plug obvious memory leaks.Ray Lai
2006-04-14fix +12v conversion, because of stupid C; wilfriedTheo de Raadt
2006-04-14Remove global variable RCSFILE.Ray Lai
2006-04-14Remove extraneous argument from rlog_file().Ray Lai
2006-04-14Short-circuit rlog when the -l flag is specified but there are no locks.Ray Lai
2006-04-14Regression tests for rlog -l.Ray Lai
2006-04-14unbreake the tree...Bjorn Sandell
2006-04-14rm trailing whitespaceMartin Reindl
2006-04-14- Add BUS_DMA_STREAMING to data transfer map loads.Martin Reindl
2006-04-14fixes for heimdal 0.7.2Bjorn Sandell
2006-04-14fix for heimdal 0.7.2Bjorn Sandell
2006-04-14Merge of heimdal 0.7.2Bjorn Sandell
2006-04-14Import of heimdal-0.7.2Bjorn Sandell
2006-04-14Remove str2number(), use strtonum(3) instead.Ray Lai
2006-04-14spacingTheo de Raadt
2006-04-14more nasty spaces go bye byeTheo de Raadt
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-14update the manpage to document interrupt cpu time in the vmstat view.David Gwynne
2006-04-14remove comments that says we dont count intr time and remove some code thatDavid Gwynne
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-04-14show cpu time spent in interrupts. ive been wanting this for years.David Gwynne
2006-04-14Fix a typo introduced in rev 1.135; ok ray@Patrick Latifi
2006-04-13Change rcs_parse_init() to return void, since it always returned 0.Ray Lai
2006-04-13typoBrad Smith
2006-04-13Fix pr 5073, httpd/mod_ssl can leak file descriptors in theBob Beck
2006-04-13Drop the ivec[] interrupt acknowledge address array, compute the addressMiod Vallat
2006-04-13Fix timeout initialization bug introduced in rev 1.8.Miod Vallat
2006-04-13add support for the openrcs -o'range' option.Joris Vink
2006-04-13fix -z option for openrcs, this was broken by xsaJoris Vink
2006-04-13fix the obviously broken cvs_buf_set(), so we don't end upJoris Vink
2006-04-13Add error checking for vasprintf. Stylistic suggestions from xsa@.Ray Lai
2006-04-13Remove unused variable.Ray Lai
2006-04-13Currently rcs_getopt spits out a generic error message if you doRay Lai
2006-04-13clean up temporary files when we finish running.Joris Vink
2006-04-13Coverity ID 2311: in auixp_allocate_dma_chain() free dma variable ifBrad Smith
2006-04-13free mem if attach fails; netbsd coverity cid 2329Jolan Luff
2006-04-13Use PAGE_SIZE rather than NBPG.Brad Smith
2006-04-13Don't use NBPG.Brad Smith