Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2007-09-22 | Fix from ragge: | Otto Moerbeek | |
Fix lost initializers when an array comes after something else in a struct. Reported in OpenBSD PR#5586. | |||
2007-09-22 | rename functions and data structures for clarity | Marc Espie | |
2007-09-22 | reindent | Marc Espie | |
2007-09-22 | replace even more ctob and btoc with ptoa and atop respectively plus | Martin Reindl | |
uvm_extern.h where needed | |||
2007-09-22 | The listed Linksys device is CardBus, not PCI. | Marcus Glocker | |
2007-09-22 | regen | Felix Kronlage | |
2007-09-22 | whitespace nits | Felix Kronlage | |
ok jsg@ | |||
2007-09-21 | Add some more truncation checks for path construction in tmpnam(3). | Moritz Jodeit | |
ok ray@ | |||
2007-09-21 | typo: print hexdump of packet, instead of pcap header; ok canacar, henning | Markus Friedl | |
2007-09-21 | strcpy/strcat -> strlcpy/strlcat | Gilles Chehade | |
ok otto@, ok ragge | |||
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller | |
unifdef -USKEY These options have been in use for some years; ok markus@ "no objection" millert@ | |||
2007-09-21 | fix indenting | Otto Moerbeek | |
2007-09-21 | already fixed include problem | Otto Moerbeek | |
2007-09-21 | add the other case Ted mentioned | Otto Moerbeek | |
2007-09-21 | two know failures of pcc | Otto Moerbeek | |
2007-09-21 | Add ASUS WL-138g device. From Oleg Safiullin. | Marcus Glocker | |
2007-09-21 | document KbdInteractiveAuthentication in ssh_config.5; | Damien Miller | |
patch from dkg AT fifthhorseman.net | |||
2007-09-20 | sync | Peter Valchev | |
2007-09-20 | sync | Peter Valchev | |
2007-09-20 | Since keep state is the default now, change pf.conf | Marco Pfatschbacher | |
example to use (no-sync) for pfsync and carp traffic. OK mcbride@ | |||
2007-09-20 | Fix a case where cpp is not includeing when it is supposed to, beause | Otto Moerbeek | |
it uses a pointer into yytext, which may have been clobbered. Patch also in ragge's repo. | |||
2007-09-20 | Merge from ragge's repo: | Otto Moerbeek | |
Add decb/decl to the table, from mickey. | |||
2007-09-20 | Add mixer items, master volume and dacgroup init for Analog Devices | Deanna Phillips | |
AD1984. Recording isn't supported yet. Lots of testing by reyk@, Pau Amaro-Seoane and Alexey Vatchenko; thanks! | |||
2007-09-20 | Don't rely on mbuf.h including pool.h (which is going to stop soon) | Bret Lambert | |
ok thib@ henning@ art@ | |||
2007-09-20 | fix chkop size and a typo; from mickey via ragge's repo | Otto Moerbeek | |
2007-09-20 | missing prototypes; pullup from ragge's repo | Otto Moerbeek | |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson | |
Uneeded includes and casts... ok krw@ | |||
2007-09-20 | obey -F installed | Marc Espie | |
noticed by kurt@, tested by him too. | |||
2007-09-20 | Print a colon out front to correct the interrupt string printing. | Brad Smith | |
ok jsg@ dlg@ |