Age | Commit message (Expand) | Author |
2007-05-12 | when comparing two revisions of a directory tree, don't show dead files | Nikolay Sturm |
2007-05-12 | pass refs around instead of extending them. | Marc Espie |
2007-05-12 | Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since | Kenneth R Westerback |
2007-05-12 | Add initial bits for assembly at boot time. | Marco Peereboom |
2007-05-12 | Only main www mirror carries spamd blacklists -- | Constantine A. Murenin |
2007-05-11 | Don't clear %tick register. Should not be necessary and undesirable since | Mark Kettenis |
2007-05-11 | regen | Marcus Glocker |
2007-05-11 | Add vendor and product; AboCom Systems, Inc. SDW11G. | Marcus Glocker |
2007-05-11 | Ditch acard_pci_intr() as nothing currently uses it. | Jonathan Gray |
2007-05-11 | typo in previous commit; | Xavier Santolaria |
2007-05-11 | Various spelling fixes from Stuart Henderson. | Claudio Jeker |
2007-05-11 | simple misspell, miod@ ok | Janne Johansson |
2007-05-11 | Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@ | Pedro Martelletto |
2007-05-11 | pass the right size arg to memset, otherwise we end up with a | Otto Moerbeek |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just | Ray Lai |
2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor | Ray Lai |
2007-05-11 | it's silly for reboot to poweroff. adapted from diff by diana eichert | Ted Unangst |
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai |
2007-05-10 | grammar, | Marc Espie |
2007-05-10 | PPP Over Ethernet (not "over"). More consistent with pppoe(8) and the rfc. | Matthias Kilian |
2007-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria |
2007-05-10 | sync | Theo de Raadt |
2007-05-10 | Alpha needs (will need) MUTEX_OLDIPL as well. | Artur Grabowski |
2007-05-10 | Don't zero out the cpu_info in cpu_attach. We've already set a field in | Artur Grabowski |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-10 | Don't skip channels that don't have the WDCF_IRQ_WAIT flag set. Apparently | Mark Kettenis |
2007-05-10 | The road to supporting bigendian openpic starts. | Dale Rahn |
2007-05-10 | transposition; ok jmc@ | Kevin Steves |
2007-05-10 | ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472 | Jason McIntyre |
2007-05-10 | document net.inet.tcp.keepinittime; | Jason McIntyre |
2007-05-10 | Do not crash when lists include the "any" keyword. Reported by | Hans-Joerg Hoexer |
2007-05-10 | also print where (primary) swap and dumps are; ok miod | Theo de Raadt |
2007-05-10 | remove and hide code that isn't used. | David Gwynne |
2007-05-10 | Use syslog_r instead of syslog in getaddrinfo. Slowly making | Ray Lai |
2007-05-09 | remove 'struct sr_attach_args' as it's now elsewhere with softraid defined | Todd T. Fries |
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria |
2007-05-09 | Remove an obsolete comment which guesses about a register write an never | Marcus Glocker |
2007-05-09 | getbintime and getbinuptime are no longer so update the documentation as well. | Claudio Jeker |
2007-05-09 | diable -> disable | Miod Vallat |
2007-05-09 | Change trap() into a void function, and restore pc from the trapframe instead | Miod Vallat |
2007-05-09 | In cpu_fork(), enable all known interrupt sources in cop0 sr/ic, so that | Miod Vallat |
2007-05-09 | Comment out ``generic'' interrupt routines, which are not used at the moment. | Miod Vallat |
2007-05-09 | When entering the idle loop, do a real spl0 (processing soft interrupts) | Miod Vallat |
2007-05-09 | delete unused functions. typical vendor garbage driver..; ok kettenis | Theo de Raadt |
2007-05-09 | unused apis, very dangerous: getbinuptime() getbintime(), ok art | Theo de Raadt |
2007-05-09 | Revert rev 1.116. For some reason this caused the device to do DMA from/to | Mark Kettenis |