aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vbackup
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman1-0/+1
2020-01-10Trivial changes: whitespace and modes.Dan Cross9-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>
2014-08-06vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier1-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
2014-02-27all: DragonFly port.Shenghou Ma1-0/+1
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
2012-06-02lib9/dial: add support for IPv6David du Colombier2-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
2010-03-10fix type-punned pointer warnings from gccRuss Cox1-5/+14
R=rsc http://codereview.appspot.com/396042
2009-09-12vbackup: fix build on FreeBSD 8Russ Cox1-0/+5
fixes #30 http://code.swtch.com/plan9port/issues/30/ http://codereview.appspot.com/117060
2009-06-16vbackup: update to new libventi interfaceRuss Cox2-2/+2
2009-06-10vbackup: adapt to new libventi interfaceRuss Cox1-5/+5
2008-07-20vnfs: add -i flag to allow remote rootBrian L. Stuart3-5/+14
2008-07-10lib9: add mode parameter to opentempRuss Cox1-1/+1
2008-07-03vnfs: quieterRuss Cox1-1/+0
2008-06-01vftp: walk fixes (Fazlul Shahriar)Russ Cox1-1/+14
2007-12-04vbackup: fix uninitialized variable use in -i codeRuss Cox1-0/+1
2007-11-27vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox1-38/+63
2007-11-27mergeRuss Cox6-6/+6
2007-06-12always write last block in vcat (dave swasey)rsc1-1/+1
2007-06-12vbackup for mac tweaks (dave swasey)rsc1-8/+20
2007-06-04fix dotdot? (dave swasey)rsc1-1/+2
2007-04-08complain loudly about vtwrite failurersc1-2/+6
2007-03-25remove double free (David Swasey)rsc1-3/+1
2007-01-25no more vtgoodbyersc1-1/+8
2006-10-19Fix a handful of small one-time memory leaks in vbackup,rsc3-0/+28
and one per-package memory leak (in writethread).
2006-07-18check was not correct on linuxrsc1-2/+0
2006-06-26bigger block sizersc1-2/+2
2006-06-15use deterministic handlesrsc1-13/+15
2006-06-15disable auth in vftprsc1-0/+3
2006-05-16use linux/version.hrsc1-1/+2
2006-05-04ext2 fixesrsc4-7/+20
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc7-13/+13
2006-01-07bigger block sizersc1-1/+1
2005-12-30get units rightrsc1-2/+33
2005-12-30freebsd 6rsc1-0/+3
2005-11-27OS X fixrsc1-1/+1
2005-11-07updatesrsc1-11/+37
2005-11-07Vbackup knew about some unexported variables in libventiwkj1-3/+3
that seem to have gone AWOL. Remove the use and make things compile again.
2005-11-02Allow longer packet timeout.rsc1-1/+1
2005-10-29uchar nonsense.rsc1-2/+2
2005-08-12use strtoull instead of atoirsc1-2/+2
2005-08-11Add get command.rsc1-13/+82
2005-08-11Accomodate NetBSDrsc1-1/+5
2005-07-28darwinrsc1-51/+1
2005-07-28noatimersc1-0/+3
2005-07-28try to collect common bsd codersc4-159/+56
2005-07-28darwin - variant of bsd from jeff sickelrsc1-1/+51
2005-07-28newrsc1-0/+379
2005-07-22bigger stackrsc1-1/+1
2005-07-18change default handlersc1-4/+2
2005-07-13freebsd 5rsc1-2/+5
2005-07-13stupid.applersc1-6/+0