summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
Fix init error to give an error message instead of segfault, as reported by Otto Muerbeek.
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24newly discovered init problemOtto Moerbeek
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-24Fix carp(4) after the switch to dynamic imo_membership allocation.Claudio Jeker
The multicast code is still a mess but will no longer crash the box. With input from pascoe@ who hit the same bug. OK markus@, henning@, mpf@ (on a previous version)
2007-09-24keep the hardware list sorted;Jason McIntyre
2007-09-24Add new device reported by brad@. Remove dummy device.Marcus Glocker
2007-09-23Fix page fault kernel crash when changing media and device is up.Marcus Glocker
2007-09-23Add my working Compaq R4035 onboard BCM4306. ok mglocker@Ian Darwin
2007-09-23Add missing device name printf arguments for firmware load error output.Marcus Glocker
2007-09-23More debug ouput cleanup.Marcus Glocker
2007-09-23Correctly clear PCI_STATUS_TARGET_TARGET_ABORT bit.Marcus Glocker
2007-09-23Allow numbers to be used as unquoted strings again.Marco Pfatschbacher
While there, also restrict the use of concatenated, unquoted strings for variable assignments only. Eyeballed by markus@, OK henning@
2007-09-23Move notatime check from ffs_update() to ffs_read() and ufs_setattr().Todd C. Miller
Fixes a couple cases where atime was being updated even when the filesystem was mounted with the noatime option. Adapted from similar placement in FreeBSD and NetBSD. Tested by myself and naddy@
2007-09-23Avoid potential segfault when debuggingOtto Moerbeek
2007-09-23Pull form ragge's repo:Otto Moerbeek
Patch to understand .i files (no preprocessing), from Arthur Loiret.
2007-09-23Pull from ragge's repo:Otto Moerbeek
Fix for a bug found by Otto Muelbeek. I think ragge found at least 4 different ways to misspell my name ;-)
2007-09-23don't even attempt to reuse the same temp file name.Marc Espie
Just create a new one each time we need it, and kill the file right away.
2007-09-23Add cards I've tested.Jonathan Gray
2007-09-23Properly handle the physical address in bwi_encap() as well.Jonathan Gray
With this change I can now scan, associate and ssh via bwi(4)
2007-09-23Make sure to set physical address in bwi_newbuf()Jonathan Gray
2007-09-23now, JOB_FIRST is always set, so kill more conditional code.Marc Espie
(taken from NetBSD)
2007-09-23last parameter to JobStart is always NULL, so nuke it.Marc Espie
2007-09-23compatMake is never true in there, so kill dead code.Marc Espie
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
the sticky directory tag with it. since -r gets priority.
2007-09-23pass FILE_HAS_FLAG towards the update code so it can identifyJoris Vink
if a given tag is present in the RCSfile or not.
2007-09-23zap keywords we don't have. remove exercise that says we don't have $$V,Marc Espie
since we do ;)
2007-09-23put parsing of operator (:, ::, !) into its own functionMarc Espie
2007-09-23replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); }Marc Espie
with a debug_printf() function. Maybe slightly slower, but it's ways easier to read.
2007-09-23kill local/jobs distinction. Correctly this time...Marc Espie
2007-09-23more specific error messages if dup2 failsMarc Espie
2007-09-23zap sunos bug work-aroundMarc Espie
2007-09-22warn should return an error message for chmod, not for chownIgor Sobrado
ok millert@
2007-09-22Add kernel locking.Mark Kettenis
2007-09-22cf_context_switch takes an u_int argument.Mark Kettenis
ok drahn@
2007-09-22avoid case ranges; ok millert@Otto Moerbeek
2007-09-22syncPeter Valchev
2007-09-22oops, fix arch vs machine messupPeter Valchev
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
ok art@
2007-09-22Obvious M_ZERO/bzero() change. Note that isp_param is void *, so theKenneth R Westerback
idiom 'malloc(sizeof(*isp_param) ...' is not possible. May even fix a couple of bugs. In two places 2*n was malloc'd, but only n was bzero'd.
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-09-22we no longer create a 0 sized file in our /tmp/cvs-serv<pid> serverJoris Vink
directory when a client sends us info about a file that is up to date. instead, remember the file is up to date in our CVS/Entries. Saves us a lot of headaches on very big trees like src/
2007-09-22in rcs_translate_tag() do not fail when a tag resolvedJoris Vink
to a normal revision instead of a branch, its perfectly valid.
2007-09-22fix error message output, it caused diffs to be formed incorrectlyJoris Vink
when no newline was present.
2007-09-22Support for checkout with a local repository already in place.Tobias Stoeckmann
OK joris@
2007-09-22fix tmp allocation of large chunks.Otto Moerbeek
2007-09-22Pull form ragge's repo:Otto Moerbeek
Fix a problem that occurred when: 1) wrong register were spilled (no effect of colorability) 2) short-life-range register were spilled (no effect of colorability)
2007-09-22Pull form ragge's repo:Otto Moerbeek
Repair delusesless() so that it will prepend subexpressions correctly.