mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
In C90, NULL is guaranteed to be declared in <stddef.h> and also in <string.h>. Though the correct way to define NULL in FreeBSD is to include <sys/_null.h>, other parts of libstand still require <string.h> to build; therefore, we keep <string.h> in stand.h and add a note about this; - Removing no longer used 'Prototype' definition. Quote from bde@: 'Cruft related to getting incomplete struct declarations within prototypes forward-declared before the structs. It doesn't mean "prototype" but only part of a prototype-related hack. No longer used.' - Replacing iaddr_t with uintptr_t; - Removing use of long double to determine alignment. Use a fixed 16 byte alignment instead; Reviewed by: bde Obtained from: DragonFlyBSD (partially) MFC after: 1 month |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| mips | ||
| powerpc | ||
| sparc64 | ||
| __main.c | ||
| arp.c | ||
| assert.c | ||
| bcd.c | ||
| bootp.c | ||
| bootp.h | ||
| bootparam.c | ||
| bootparam.h | ||
| bswap.c | ||
| bzipfs.c | ||
| cd9660.c | ||
| close.c | ||
| closeall.c | ||
| dev.c | ||
| dosfs.c | ||
| dosfs.h | ||
| environment.c | ||
| ether.c | ||
| ext2fs.c | ||
| fstat.c | ||
| getopt.c | ||
| gets.c | ||
| globals.c | ||
| gzipfs.c | ||
| if_ether.h | ||
| in_cksum.c | ||
| inet_ntoa.c | ||
| ioctl.c | ||
| iodesc.h | ||
| libstand.3 | ||
| lseek.c | ||
| Makefile | ||
| net.c | ||
| net.h | ||
| netif.c | ||
| netif.h | ||
| nfs.c | ||
| nfsv2.h | ||
| nullfs.c | ||
| open.c | ||
| pager.c | ||
| printf.c | ||
| qdivrem.c | ||
| quad.h | ||
| random.c | ||
| rarp.c | ||
| read.c | ||
| readdir.c | ||
| rpc.c | ||
| rpc.h | ||
| rpcv2.h | ||
| saioctl.h | ||
| sbrk.c | ||
| splitfs.c | ||
| stand.h | ||
| stat.c | ||
| strcasecmp.c | ||
| strdup.c | ||
| strerror.c | ||
| strtol.c | ||
| tftp.c | ||
| tftp.h | ||
| twiddle.c | ||
| udp.c | ||
| ufs.c | ||
| write.c | ||
| zalloc.c | ||
| zalloc_defs.h | ||
| zalloc_malloc.c | ||
| zalloc_mem.h | ||
| zalloc_protos.h | ||