Age | Commit message (Expand) | Author |
2007-05-27 | move bus_space funcs out of the way, sprinkle some knf. | David Gwynne |
2007-05-27 | make the #defines in rijndael.h a bit more meaningful | Ted Unangst |
2007-05-27 | make crp_buf a void *. caddr_t implies bufferness, it's not. | Ted Unangst |
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 |
2007-05-27 | fsck_vnd just serves no real purpose, so remove it. | Alexander von Gernler |
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 |
2007-05-27 | fix .Xr's to mount_vnd(8) | Alexander von Gernler |
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 |
2007-05-27 | tweaks; ok uwe | Jason McIntyre |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
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 |
2007-05-27 | Prevent buf[-1] access if strlen(buf) == 0. | Ray Lai |
2007-05-27 | sync | Todd T. Fries |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries |
2007-05-27 | remove silly comment, okay deraadt@ | Pedro Martelletto |
2007-05-27 | add more struct/define stuff for use in cdio | Michael Coulter |
2007-05-27 | When deciding whether to allocate a bounce buffer, we need one if | Tom Cosgrove |
2007-05-27 | sync | Theo de Raadt |
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 |