Age | Commit message (Expand) | Author |
2007-05-27 | Call fatal() if extra arguments are given to "opencvs server". From | Ray Lai |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-27 | add pl_PL.ISO_8859-2 (Polish) NLS directory; required for upcoming tcsh update | Christian Weisgerber |
2007-05-27 | hack to not open cd & fd devices since they complain at boot time when there | Marco Peereboom |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-26 | better spacing | Marco Peereboom |
2007-05-26 | pass more handle through | Marc Espie |
2007-05-26 | It is not the job of cvs_server_send_response() to do error checking. | Ray Lai |
2007-05-26 | It is too complicated to tell a client that an internal failure | Ray Lai |
2007-05-26 | simplify error logic a bit more, always let prepare_to_add return a | Marc Espie |
2007-05-26 | remove a redundant paragraph; ok beck | Jason McIntyre |
2007-05-26 | Remove redundant xsnprintf calls. | Ray Lai |
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre |
2007-05-26 | get size from disklabel, d_psize will remain "swap only" | Ted Unangst |
2007-05-26 | tweaks; | Jason McIntyre |
2007-05-26 | fix a copy/paste typo from my previous commit: s/dhf/dhg/g | Constantine A. Murenin |
2007-05-26 | mention support for W83627DHG; ok jmc | Constantine A. Murenin |
2007-05-26 | last arch specific GENERIC with bio, remove it | Todd T. Fries |
2007-05-26 | Move cpu_info/curcpu to be mapped by the %fs segment. Extra input and | Tobias Weingartner |
2007-05-26 | 'recevied' -> 'received' in a displayed message. From Diego Casati. | Kenneth R Westerback |
2007-05-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now | Alexander von Gernler |
2007-05-26 | use __packed structs for the on-the-wire packets and just memcpy at once | Henning Brauer |
2007-05-26 | Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix device | Marcus Glocker |
2007-05-26 | allow mdoc to understand a cvs \$Mdocdate\$ keyword in the .Dd line: | Jason McIntyre |
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins |
2007-05-26 | Remove nbuf count (was missed by pedro) | Dale Rahn |
2007-05-26 | introduce Mdocdate tag, requested by jmc. | Niall O'Higgins |
2007-05-26 | chop ETHER_ALIGN off the size of the packet we tell the hw we can do | David Gwynne |
2007-05-26 | improve the EXAMPLES for fstab entries of mount_vnd(8): | Alexander von Gernler |
2007-05-26 | cvs_server_path is more appropriate to check than cvs_server_active. | Ray Lai |
2007-05-26 | tht works | David Gwynne |
2007-05-26 | missed this, remove bio here for move to sys/conf/GENERIC | Todd T. Fries |
2007-05-26 | ETHER_ALIGN rx mbuf so that it works on strict alignment archs. OK dlg@ | Claudio Jeker |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | sync | Todd T. Fries |
2007-05-26 | correctly byteswap the mac address when moving it on and off teh card | David Gwynne |
2007-05-26 | sync | Todd T. Fries |
2007-05-26 | fatal() should never be called twice; if it happens, exit immediately, | Ray Lai |
2007-05-26 | add comments indicating why we do m = *m0; again after pf_normalize, ryan ok | Henning Brauer |
2007-05-26 | a little indent; ok claudio | Jason McIntyre |
2007-05-26 | first steps for implementing reload: | Pierre-Yves Ritschard |
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries |
2007-05-26 | I broke the tree. | Claudio Jeker |
2007-05-26 | Rewrite the sdio(8) tool so that it can send arbitrary MMC commands. | Uwe Stuehler |
2007-05-26 | Bug fixes and initial card interrupt support in sdhc | Uwe Stuehler |
2007-05-26 | add some htole64s | Reyk Floeter |
2007-05-26 | Nuke a bunch of simpelocks and associated goo. | Thordur I. Bjornsson |
2007-05-26 | wrap the debug macro in do { } while (0) | David Gwynne |
2007-05-26 | reformat the softc to make it look like everything else we have. | David Gwynne |
2007-05-26 | Wait until an I/O function becomes ready after enabling it, and make | Uwe Stuehler |