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