mirror_zfs/cmd
Matthew Macy e4f5fa1229 Fix strdup conflict on other platforms
In the FreeBSD kernel the strdup signature is:

```
char	*strdup(const char *__restrict, struct malloc_type *);
```

It's unfortunate that the developers have chosen to change
the signature of libc functions - but it's what I have to
deal with.

Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9433
2019-10-10 09:47:06 -07:00
..
arc_summary Canonicalize Python shebangs 2019-09-12 13:32:32 -07:00
arcstat Canonicalize Python shebangs 2019-09-12 13:32:32 -07:00
dbufstat Canonicalize Python shebangs 2019-09-12 13:32:32 -07:00
fsck_zfs Fix typos in cmd/ 2019-08-30 09:43:30 -07:00
mount_zfs OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
raidz_test OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
vdev_id Fix typos in cmd/ 2019-08-30 09:43:30 -07:00
zdb Reduce loaded range tree memory usage 2019-10-09 10:36:03 -07:00
zed OpenZFS restructuring - libzutil 2019-10-03 10:20:44 -07:00
zfs OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zgenhostid Add zgenhostid utility script 2017-07-25 13:22:03 -04:00
zhack OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zinject OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zpool OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zstreamdump OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
ztest Fix strdup conflict on other platforms 2019-10-10 09:47:06 -07:00
zvol_id OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zvol_wait zvol_wait script should ignore partially received zvols 2019-09-03 11:29:52 -07:00
Makefile.am New service that waits on zvol links to be created 2019-07-17 15:33:05 -07:00