Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-24 | pull from ragge's repo: -v flag and reg class check | Otto Moerbeek | |
2007-09-24 | from ragge's repo: | Otto Moerbeek | |
Fix init error to give an error message instead of segfault, as reported by Otto Muerbeek. | |||
2007-09-24 | unused vars | Joris Vink | |
2007-09-24 | add support to commit modified files to branches. | Joris Vink | |
2007-09-24 | newly discovered init problem | Otto Moerbeek | |
2007-09-24 | zap unused stuff, cleans it up a bit. | Joris Vink | |
2007-09-24 | Fix 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-24 | keep the hardware list sorted; | Jason McIntyre | |
2007-09-24 | Add new device reported by brad@. Remove dummy device. | Marcus Glocker | |
2007-09-23 | Fix page fault kernel crash when changing media and device is up. | Marcus Glocker | |
2007-09-23 | Add my working Compaq R4035 onboard BCM4306. ok mglocker@ | Ian Darwin | |
2007-09-23 | Add missing device name printf arguments for firmware load error output. | Marcus Glocker | |
2007-09-23 | More debug ouput cleanup. | Marcus Glocker | |
2007-09-23 | Correctly clear PCI_STATUS_TARGET_TARGET_ABORT bit. | Marcus Glocker | |
2007-09-23 | Allow 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-23 | Move 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-23 | Avoid potential segfault when debugging | Otto Moerbeek | |
2007-09-23 | Pull form ragge's repo: | Otto Moerbeek | |
Patch to understand .i files (no preprocessing), from Arthur Loiret. | |||
2007-09-23 | Pull 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-23 | don'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-23 | Add cards I've tested. | Jonathan Gray | |
2007-09-23 | Properly 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-23 | Make sure to set physical address in bwi_newbuf() | Jonathan Gray | |
2007-09-23 | now, JOB_FIRST is always set, so kill more conditional code. | Marc Espie | |
(taken from NetBSD) | |||
2007-09-23 | last parameter to JobStart is always NULL, so nuke it. | Marc Espie | |
2007-09-23 | compatMake is never true in there, so kill dead code. | Marc Espie | |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink | |
the sticky directory tag with it. since -r gets priority. | |||
2007-09-23 | pass FILE_HAS_FLAG towards the update code so it can identify | Joris Vink | |
if a given tag is present in the RCSfile or not. | |||
2007-09-23 | zap keywords we don't have. remove exercise that says we don't have $$V, | Marc Espie | |
since we do ;) | |||
2007-09-23 | put parsing of operator (:, ::, !) into its own function | Marc Espie | |
2007-09-23 | replace 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-23 | kill local/jobs distinction. Correctly this time... | Marc Espie | |
2007-09-23 | more specific error messages if dup2 fails | Marc Espie | |
2007-09-23 | zap sunos bug work-around | Marc Espie | |
2007-09-22 | warn should return an error message for chmod, not for chown | Igor Sobrado | |
ok millert@ | |||
2007-09-22 | Add kernel locking. | Mark Kettenis | |
2007-09-22 | cf_context_switch takes an u_int argument. | Mark Kettenis | |
ok drahn@ | |||
2007-09-22 | avoid case ranges; ok millert@ | Otto Moerbeek | |
2007-09-22 | sync | Peter Valchev | |
2007-09-22 | oops, fix arch vs machine messup | Peter Valchev | |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback | |
ok art@ | |||
2007-09-22 | Obvious M_ZERO/bzero() change. Note that isp_param is void *, so the | Kenneth 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-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink | |
2007-09-22 | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server | Joris 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-22 | in rcs_translate_tag() do not fail when a tag resolved | Joris Vink | |
to a normal revision instead of a branch, its perfectly valid. | |||
2007-09-22 | fix error message output, it caused diffs to be formed incorrectly | Joris Vink | |
when no newline was present. | |||
2007-09-22 | Support for checkout with a local repository already in place. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-22 | fix tmp allocation of large chunks. | Otto Moerbeek | |
2007-09-22 | Pull 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-22 | Pull form ragge's repo: | Otto Moerbeek | |
Repair delusesless() so that it will prepend subexpressions correctly. |