aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vbackup
Commit message (Collapse)AuthorAgeFilesLines
* DragonFly: fix buildDan Cross2025-07-251-0/+6
| | | | Fix the build for DragonFlyBSD.
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-071-0/+1
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-109-102/+94
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier2014-08-061-0/+4
| | | | | | | | | | On NetBSD 5.0 and upper, mount() require data_len as a fifth argument. LGTM=rsc R=rsc CC=elbingmiss https://codereview.appspot.com/111600043
* all: DragonFly port.Shenghou Ma2014-02-271-0/+1
| | | | | | | | Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
* lib9/dial: add support for IPv6David du Colombier2012-06-022-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | The function p9dialparse() returns the host as a sockaddr_storage structure instead of a u32int, to be able to handle both IPv4 and IPv6 addresses. Because the sockaddr_storage structure also handle port numbers and Unix path names, there is no longer need to set them in the calling functions. However, these values are still returned for convenience. The sockaddr_in and sockaddr_un structures have been replaced by sockaddr_storage to handle Unix, IPv4 and IPv6 sockets. Names and addresses are resolved using either gethostbyname() or getaddrinfo() functions. The getaddrinfo() function is documented in RFC2553 and standardized since POSIX.1-2001. It supports both IPv4 and IPv6 addresses. The gethostbyname() function is deprecated since POSIX.1-2008. However, some libc implementations don't handle getaddrinfo() properly, thus we preferred to try gethostbyname() first. I've tried to preserve most of the old code logic to prevent from surprising or unwanted behavior. R=rsc http://codereview.appspot.com/6255068
* fix type-punned pointer warnings from gccRuss Cox2010-03-101-5/+14
| | | | | R=rsc http://codereview.appspot.com/396042
* vbackup: fix build on FreeBSD 8Russ Cox2009-09-121-0/+5
| | | | | | fixes #30 http://code.swtch.com/plan9port/issues/30/ http://codereview.appspot.com/117060
* vbackup: update to new libventi interfaceRuss Cox2009-06-162-2/+2
|
* vbackup: adapt to new libventi interfaceRuss Cox2009-06-101-5/+5
|
* vnfs: add -i flag to allow remote rootBrian L. Stuart2008-07-203-5/+14
|
* lib9: add mode parameter to opentempRuss Cox2008-07-101-1/+1
|
* vnfs: quieterRuss Cox2008-07-031-1/+0
|
* vftp: walk fixes (Fazlul Shahriar)Russ Cox2008-06-011-1/+14
|
* vbackup: fix uninitialized variable use in -i codeRuss Cox2007-12-041-0/+1
|
* vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox2007-11-271-38/+63
|
* mergeRuss Cox2007-11-276-6/+6
|
* always write last block in vcat (dave swasey)rsc2007-06-121-1/+1
|
* vbackup for mac tweaks (dave swasey)rsc2007-06-121-8/+20
|
* fix dotdot? (dave swasey)rsc2007-06-041-1/+2
|
* complain loudly about vtwrite failurersc2007-04-081-2/+6
|
* remove double free (David Swasey)rsc2007-03-251-3/+1
|
* no more vtgoodbyersc2007-01-251-1/+8
|
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-193-0/+28
| | | | and one per-package memory leak (in writethread).
* check was not correct on linuxrsc2006-07-181-2/+0
|
* bigger block sizersc2006-06-261-2/+2
|
* use deterministic handlesrsc2006-06-151-13/+15
|
* disable auth in vftprsc2006-06-151-0/+3
|
* use linux/version.hrsc2006-05-161-1/+2
|
* ext2 fixesrsc2006-05-044-7/+20
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-017-13/+13
|
* bigger block sizersc2006-01-071-1/+1
|
* get units rightrsc2005-12-301-2/+33
|
* freebsd 6rsc2005-12-301-0/+3
|
* OS X fixrsc2005-11-271-1/+1
|
* updatesrsc2005-11-071-11/+37
|
* Vbackup knew about some unexported variables in libventiwkj2005-11-071-3/+3
| | | | | that seem to have gone AWOL. Remove the use and make things compile again.
* Allow longer packet timeout.rsc2005-11-021-1/+1
|
* uchar nonsense.rsc2005-10-291-2/+2
|
* use strtoull instead of atoirsc2005-08-121-2/+2
|
* Add get command.rsc2005-08-111-13/+82
|
* Accomodate NetBSDrsc2005-08-111-1/+5
|
* darwinrsc2005-07-281-51/+1
|
* noatimersc2005-07-281-0/+3
|
* try to collect common bsd codersc2005-07-284-159/+56
|
* darwin - variant of bsd from jeff sickelrsc2005-07-281-1/+51
|
* newrsc2005-07-281-0/+379
|
* bigger stackrsc2005-07-221-1/+1
|
* change default handlersc2005-07-181-4/+2
|
* freebsd 5rsc2005-07-131-2/+5
|