Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 1 | -0/+1 | |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 9 | -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-06 | vbackup: fix compilation on NetBSD (thanks Álvaro Jurado) | David du Colombier | 1 | -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-27 | all: DragonFly port. | Shenghou Ma | 1 | -0/+1 | |
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 | |||||
2012-06-02 | lib9/dial: add support for IPv6 | David du Colombier | 2 | -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-10 | fix type-punned pointer warnings from gcc | Russ Cox | 1 | -5/+14 | |
R=rsc http://codereview.appspot.com/396042 | |||||
2009-09-12 | vbackup: fix build on FreeBSD 8 | Russ Cox | 1 | -0/+5 | |
fixes #30 http://code.swtch.com/plan9port/issues/30/ http://codereview.appspot.com/117060 | |||||
2009-06-16 | vbackup: update to new libventi interface | Russ Cox | 2 | -2/+2 | |
2009-06-10 | vbackup: adapt to new libventi interface | Russ Cox | 1 | -5/+5 | |
2008-07-20 | vnfs: add -i flag to allow remote root | Brian L. Stuart | 3 | -5/+14 | |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 1 | -1/+1 | |
2008-07-03 | vnfs: quieter | Russ Cox | 1 | -1/+0 | |
2008-06-01 | vftp: walk fixes (Fazlul Shahriar) | Russ Cox | 1 | -1/+14 | |
2007-12-04 | vbackup: fix uninitialized variable use in -i code | Russ Cox | 1 | -0/+1 | |
2007-11-27 | vbackup: add -i flag to avoid score prefetching (David Swasey) | Russ Cox | 1 | -38/+63 | |
2007-11-27 | merge | Russ Cox | 6 | -6/+6 | |
2007-06-12 | always write last block in vcat (dave swasey) | rsc | 1 | -1/+1 | |
2007-06-12 | vbackup for mac tweaks (dave swasey) | rsc | 1 | -8/+20 | |
2007-06-04 | fix dotdot? (dave swasey) | rsc | 1 | -1/+2 | |
2007-04-08 | complain loudly about vtwrite failure | rsc | 1 | -2/+6 | |
2007-03-25 | remove double free (David Swasey) | rsc | 1 | -3/+1 | |
2007-01-25 | no more vtgoodbye | rsc | 1 | -1/+8 | |
2006-10-19 | Fix a handful of small one-time memory leaks in vbackup, | rsc | 3 | -0/+28 | |
and one per-package memory leak (in writethread). | |||||
2006-07-18 | check was not correct on linux | rsc | 1 | -2/+0 | |
2006-06-26 | bigger block size | rsc | 1 | -2/+2 | |
2006-06-15 | use deterministic handles | rsc | 1 | -13/+15 | |
2006-06-15 | disable auth in vftp | rsc | 1 | -0/+3 | |
2006-05-16 | use linux/version.h | rsc | 1 | -1/+2 | |
2006-05-04 | ext2 fixes | rsc | 4 | -7/+20 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 7 | -13/+13 | |
2006-01-07 | bigger block size | rsc | 1 | -1/+1 | |
2005-12-30 | get units right | rsc | 1 | -2/+33 | |
2005-12-30 | freebsd 6 | rsc | 1 | -0/+3 | |
2005-11-27 | OS X fix | rsc | 1 | -1/+1 | |
2005-11-07 | updates | rsc | 1 | -11/+37 | |
2005-11-07 | Vbackup knew about some unexported variables in libventi | wkj | 1 | -3/+3 | |
that seem to have gone AWOL. Remove the use and make things compile again. | |||||
2005-11-02 | Allow longer packet timeout. | rsc | 1 | -1/+1 | |
2005-10-29 | uchar nonsense. | rsc | 1 | -2/+2 | |
2005-08-12 | use strtoull instead of atoi | rsc | 1 | -2/+2 | |
2005-08-11 | Add get command. | rsc | 1 | -13/+82 | |
2005-08-11 | Accomodate NetBSD | rsc | 1 | -1/+5 | |
2005-07-28 | darwin | rsc | 1 | -51/+1 | |
2005-07-28 | noatime | rsc | 1 | -0/+3 | |
2005-07-28 | try to collect common bsd code | rsc | 4 | -159/+56 | |
2005-07-28 | darwin - variant of bsd from jeff sickel | rsc | 1 | -1/+51 | |
2005-07-28 | new | rsc | 1 | -0/+379 | |
2005-07-22 | bigger stack | rsc | 1 | -1/+1 | |
2005-07-18 | change default handle | rsc | 1 | -4/+2 | |
2005-07-13 | freebsd 5 | rsc | 1 | -2/+5 | |
2005-07-13 | stupid.apple | rsc | 1 | -6/+0 | |