Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-27 | fix another use of MAXNR for rijndael | Ted Unangst | |
2007-05-27 | Attach ifp to che(4) by cheating a bit -- at least in dlg's opinion. | Claudio Jeker | |
2007-05-27 | move 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-27 | make the #defines in rijndael.h a bit more meaningful | Ted Unangst | |
ok djm and with a hint from henning | |||
2007-05-27 | make crp_buf a void *. caddr_t implies bufferness, it's not. | Ted Unangst | |
ok deraadt jason | |||
2007-05-27 | add a note that mbuf tags use malloc'd memory, ok theo | Henning Brauer | |
2007-05-27 | crp_buf is not a contiguous buffer, it's a uio. very different. | Ted Unangst | |
ok deraadt | |||
2007-05-27 | fsck_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-27 | shuffle things around a bit. this organises the code more like tht. | David Gwynne | |
2007-05-27 | No need to shutdown(2) DGRAM socket before closing it. Found while looking | Claudio Jeker | |
at the code with jdixon@ | |||
2007-05-27 | fix .Xr's to mount_vnd(8) | Alexander von Gernler | |
suggested and ok jmc@ | |||
2007-05-27 | sync usage(); ok grunk | Jason McIntyre | |
2007-05-27 | Revert, we dealt with the -x flag in the past. jmc suddenly | Ray Lai | |
remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@ | |||
2007-05-27 | tweaks; ok uwe | Jason McIntyre | |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray | |
ok deraadt@ krw@ mbalmer@ | |||
2007-05-27 | Implement the PDV eeprom read functions plus some other minor cleanup. | Claudio Jeker | |
2007-05-27 | sync argument names; ok grunk | Jason McIntyre | |
2007-05-27 | Mention -x flag (for compatibility only). From Tobias Stoeckmann. | Ray Lai | |
Input and OK jmc@ | |||
2007-05-27 | Prevent buf[-1] access if strlen(buf) == 0. | Ray Lai | |
Simplify some if-else statements while here. OK grunk@ and tedu@. | |||
2007-05-27 | sync | Todd T. Fries | |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-27 | remove silly comment, okay deraadt@ | Pedro Martelletto | |
2007-05-27 | add more struct/define stuff for use in cdio | Michael Coulter | |
ok krw@ | |||
2007-05-27 | When deciding whether to allocate a bounce buffer, we need one if | Tom 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-27 | sync | Theo de Raadt | |
2007-05-27 | Call fatal() if extra arguments are given to "opencvs server". From | Ray Lai | |
Tobias Stoeckmann. OK niallo@ | |||
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai | |
OK niallo@ | |||
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 | |
is no media in them. ok tedu | |||
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai | |
OK niallo@ | |||
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 | |
Also remove unused variable. OK niallo@ | |||
2007-05-26 | It is too complicated to tell a client that an internal failure | Ray Lai | |
happened in fatal(). If that behavior is desired, please tell the client before calling fatal(). OK niallo@ | |||
2007-05-26 | simplify error logic a bit more, always let prepare_to_add return a | Marc Espie | |
handle. Also kill very old @exec tests. | |||
2007-05-26 | remove a redundant paragraph; ok beck | Jason McIntyre | |
also, this section is blacklist-only, so tweak .Sh | |||
2007-05-26 | Remove redundant xsnprintf calls. | Ray Lai | |
OK niallo@ | |||
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre | |
2007-05-26 | get size from disklabel, d_psize will remain "swap only" | Ted Unangst | |
ok marco | |||
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 | |
ok drahn@ | |||
2007-05-26 | Move cpu_info/curcpu to be mapped by the %fs segment. Extra input and | Tobias 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-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now | Alexander 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-26 | use __packed structs for the on-the-wire packets and just memcpy at once | Henning 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-26 | Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix device | Marcus Glocker | |
detach panic. | |||
2007-05-26 | allow 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-26 | add 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@ |