opnsense-src/stand/libsa
2018-02-02 21:18:32 +00:00
..
amd64 Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
i386 Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
mips Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
powerpc Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
sparc64 Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
__main.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
abort.c Implement abort() as a call to panic. 2018-01-26 17:13:04 +00:00
arp.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
assert.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
bcd.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
bootp.c dhcp_try_rfc1048() is not used any more 2017-12-06 06:49:53 +00:00
bootp.h dhcp_try_rfc1048() is not used any more 2017-12-06 06:49:53 +00:00
bootparam.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
bootparam.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
bzipfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
cd9660.c Use the kernel relative paths, rather than the userland relative paths 2017-12-05 21:37:50 +00:00
close.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
closeall.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
crc32.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
crc32.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
dev.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
dosfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
dosfs.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
environment.c getenv does not return tainted data in the boot loader. Attempt to 2018-01-23 18:01:36 +00:00
ether.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
ext2fs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
fstat.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
getopt.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
gets.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
globals.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
gpt.c Remove the 'mini libstand in libstand' that util.[ch] provided. These 2017-12-15 23:16:53 +00:00
gpt.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
gzipfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
in_cksum.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
inet_ntoa.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
ioctl.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
iodesc.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
ip.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
libsa.3 Move libstand.3 to libsa.3. Update libsa.3 to include functions 2018-01-31 04:29:05 +00:00
lseek.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
Makefile Centralize several variables. 2018-02-02 06:32:26 +00:00
Makefile.depend Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
nandfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
net.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
net.h Move getsecs() prototype to stand.h from net.h so it can be used 2018-01-12 16:28:51 +00:00
netif.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
netif.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
nfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
nfsv2.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
nullfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
open.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
pager.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
panic.c Split panic routine 2018-01-26 17:13:00 +00:00
pkgfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
printf.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
qdivrem.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
quad.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
random.c Fix random() and srandom() prototypes to match the standard. 2017-12-02 00:07:19 +00:00
rarp.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
read.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
readdir.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
rpc.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
rpc.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
rpcv2.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
saioctl.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
sbrk.c Panic in sbrk if setheap hasn't been called yet. This is preferable to 2017-12-15 23:16:47 +00:00
splitfs.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
stand.h Implement strcoll as strcmp. 2018-02-02 21:18:32 +00:00
stat.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
strcasecmp.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
strdup.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
strerror.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
tftp.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
tftp.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
twiddle.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
udp.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
ufs.c Refactoring of reading and writing of the UFS/FFS superblock. 2018-01-26 00:58:32 +00:00
ufsread.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
uuid_from_string.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
uuid_to_string.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
write.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
xlocale_private.h Kill copies of strtol and strtoul. Use the ones that are in libc, 2018-01-31 04:29:00 +00:00
zalloc.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
zalloc_defs.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
zalloc_malloc.c Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
zalloc_mem.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
zalloc_protos.h Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00