summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-27fix another use of MAXNR for rijndaelTed Unangst
2007-05-27Attach ifp to che(4) by cheating a bit -- at least in dlg's opinion.Claudio Jeker
2007-05-27move bus_space funcs out of the way, sprinkle some knf.David Gwynne
do all the eeprom reads before printing eye candy. check if they fail and drop out when they do.
2007-05-27make the #defines in rijndael.h a bit more meaningfulTed Unangst
ok djm and with a hint from henning
2007-05-27make crp_buf a void *. caddr_t implies bufferness, it's not.Ted Unangst
ok deraadt jason
2007-05-27add a note that mbuf tags use malloc'd memory, ok theoHenning Brauer
2007-05-27crp_buf is not a contiguous buffer, it's a uio. very different.Ted Unangst
ok deraadt
2007-05-27fsck_vnd just serves no real purpose, so remove it.Alexander von Gernler
enabling fs_passno in fstab for vnd-type filesystems will lead to an error, just like for the other filesystem types where fsck_something does not exist discussed with and ok deraadt@
2007-05-27shuffle things around a bit. this organises the code more like tht.David Gwynne
2007-05-27No need to shutdown(2) DGRAM socket before closing it. Found while lookingClaudio Jeker
at the code with jdixon@
2007-05-27fix .Xr's to mount_vnd(8)Alexander von Gernler
suggested and ok jmc@
2007-05-27sync usage(); ok grunkJason McIntyre
2007-05-27Revert, we dealt with the -x flag in the past. jmc suddenlyRay Lai
remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@
2007-05-27tweaks; ok uweJason McIntyre
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
ok deraadt@ krw@ mbalmer@
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
Input and OK jmc@
2007-05-27Prevent buf[-1] access if strlen(buf) == 0.Ray Lai
Simplify some if-else statements while here. OK grunk@ and tedu@.
2007-05-27syncTodd T. Fries
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
prompted by/ok dlg@ deraadt@
2007-05-27remove silly comment, okay deraadt@Pedro Martelletto
2007-05-27add more struct/define stuff for use in cdioMichael Coulter
ok krw@
2007-05-27When deciding whether to allocate a bounce buffer, we need one ifTom Cosgrove
we are going to read exactly at 1 MB (i.e. fix an off-by-one that is already correct in the amd64 version of this file). ok toby@
2007-05-27syncTheo de Raadt
2007-05-27Call fatal() if extra arguments are given to "opencvs server". FromRay Lai
Tobias Stoeckmann. OK niallo@
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
OK niallo@
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
is no media in them. ok tedu
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
OK niallo@
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
Also remove unused variable. OK niallo@
2007-05-26It is too complicated to tell a client that an internal failureRay Lai
happened in fatal(). If that behavior is desired, please tell the client before calling fatal(). OK niallo@
2007-05-26simplify error logic a bit more, always let prepare_to_add return aMarc Espie
handle. Also kill very old @exec tests.
2007-05-26remove a redundant paragraph; ok beckJason McIntyre
also, this section is blacklist-only, so tweak .Sh
2007-05-26Remove redundant xsnprintf calls.Ray Lai
OK niallo@
2007-05-26+.Xr mount_vnd 8 ,Jason McIntyre
2007-05-26get size from disklabel, d_psize will remain "swap only"Ted Unangst
ok marco
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
ok drahn@
2007-05-26Move cpu_info/curcpu to be mapped by the %fs segment. Extra input andTobias Weingartner
debugging by tom@, art@, kettenis@, and others. Testing by many others. ok art@, kettenis@, tom@
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
completely contained at the new place. provide a legacy link to /usr/sbin to go away after next release. ok deraadt@
2007-05-26use __packed structs for the on-the-wire packets and just memcpy at onceHenning Brauer
instead of kind-of manual copyin/out. increases accuracy in server mode. collecting dust in my tree for some time, result of a conversation with somebody i really want to give credit to, but I can't find the mails now :( okey dokey sez theo
2007-05-26Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix deviceMarcus Glocker
detach panic.
2007-05-26allow mdoc to understand a cvs \$Mdocdate\$ keyword in the .Dd line:Jason McIntyre
we'll use this shortly to bump .Dd automatically; ok deraadt
2007-05-26add support for Mdocdate rcs keyword in opencvs too.Niall O'Higgins
also add check for strftime return in date keyword parsing while here. requested by jmc@, ok ray@