summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-27No need to shutdown(2) DGRAM socket before closing it. Found while lookingClaudio Jeker
2007-05-27fix .Xr's to mount_vnd(8)Alexander von Gernler
2007-05-27sync usage(); ok grunkJason McIntyre
2007-05-27Revert, we dealt with the -x flag in the past. jmc suddenlyRay Lai
2007-05-27tweaks; ok uweJason McIntyre
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-27Implement the PDV eeprom read functions plus some other minor cleanup.Claudio Jeker
2007-05-27sync argument names; ok grunkJason McIntyre
2007-05-27Mention -x flag (for compatibility only). From Tobias Stoeckmann.Ray Lai
2007-05-27Prevent buf[-1] access if strlen(buf) == 0.Ray Lai
2007-05-27syncTodd T. Fries
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-27remove silly comment, okay deraadt@Pedro Martelletto
2007-05-27add more struct/define stuff for use in cdioMichael Coulter
2007-05-27When deciding whether to allocate a bounce buffer, we need one ifTom Cosgrove
2007-05-27syncTheo de Raadt
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