This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d79e3f15eb
NetBSD
/
sys
/
lib
/
libsa
History
bjh21
a20462dc6e
Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK.
...
LIBSA_NO_FS_SYMLINK and LIBSA_FS_SINGLECOMPONENT are irrelevant here.
2002-05-28 14:30:53 +00:00
..
Makefile
Move files[] from globals.c to its own file. Including all of globals.o
2002-03-15 13:23:34 +00:00
Makefile.inc
…
alloc.c
…
arp.c
…
bcmp.c
…
bcopy.c
…
bootp.c
* Add a NetBSD Vendor Class Identifier option as proposed on tech-net
2002-03-20 23:10:39 +00:00
bootp.h
* Add a NetBSD Vendor Class Identifier option as proposed on tech-net
2002-03-20 23:10:39 +00:00
bootparam.c
…
bootparam.h
…
byteorder.c
…
byteorder.h
…
bzero.c
…
cd9660.c
…
cd9660.h
…
checkpasswd.c
…
close.c
…
closeall.c
…
cread.c
…
dev.c
…
dev_net.c
Protect remaining references to 'debug' with NETIF_DEBUG.
2002-03-17 05:46:37 +00:00
dev_net.h
…
disklabel.c
…
dkcksum.c
…
dosfs.c
…
dosfs.h
…
errno.c
…
ether.c
…
exec.c
…
exit.c
…
files.c
Move files[] from globals.c to its own file. Including all of globals.o
2002-03-15 13:23:34 +00:00
fstat.c
…
getfile.c
…
gets.c
…
globals.c
Move files[] from globals.c to its own file. Including all of globals.o
2002-03-15 13:23:34 +00:00
in_cksum.c
…
ioctl.c
…
iodesc.h
…
lfs.c
Remove two shadowed variables, one of which was set to what it was
2002-05-07 02:02:41 +00:00
lfs.h
…
loadfile.c
…
loadfile.h
…
loadfile_aout.c
…
loadfile_ecoff.c
…
loadfile_elf32.c
…
loadfile_elf64.c
…
lseek.c
…
memcmp.c
…
memcpy.c
…
memmove.c
…
memset.c
…
net.c
…
net.h
…
netif.c
…
netif.h
…
nfs.c
…
nfs.h
…
nfsv2.h
…
nullfs.c
Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK.
2002-05-28 14:30:53 +00:00
open.c
Move files[] from open.c to globals.c, so that it's possible to
2002-02-23 05:44:24 +00:00
panic.c
…
printf.c
…
rarp.c
…
read.c
…
rpc.c
…
rpc.h
…
rpcv2.h
…
saerrno.h
…
saioctl.h
…
snprintf.c
…
sprintf.c
…
stand.h
…
stat.c
…
strerror.c
…
subr_prf.c
Add a missing "static".
2002-02-17 23:19:00 +00:00
tftp.c
…
tftp.h
…
twiddle.c
…
udp.c
Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standalone
2002-04-23 09:16:09 +00:00
ufs.c
…
ufs.h
…
ufs_ls.c
Don't bother testing if a uint8_t is > 256 -- that test is always false.
2002-05-09 02:44:39 +00:00
ustarfs.c
fix comment
2002-05-10 11:07:01 +00:00
ustarfs.h
…
vsprintf.c
…
write.c
…