freebsd-dev/lib/libstand
mike 5d0fbddc4d o Merge <machine/ansi.h> and <machine/types.h> into a new header
called <machine/_types.h>.
o <machine/ansi.h> will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
2002-08-21 16:20:02 +00:00
..
alpha
i386
powerpc
sparc64 Ficl wants _setjmp and _longjmp. No need for weak symbols either. 2002-07-07 18:04:45 +00:00
__main.c
arp.c
assert.c
bcd.c
bootp.c
bootp.h
bootparam.c
bootparam.h
bswap.c
bzipfs.c
bzlib_private.h.diff
bzlib.c.diff
bzlib.h.diff
cd9660.c
close.c
closeall.c
dev.c
dosfs.c
dosfs.h
environment.c
ether.c
ext2fs.c Use an explicitly-sized type instead of daddr_t for on-disk block 2002-05-19 10:50:38 +00:00
fstat.c
getopt.c
gets.c
globals.c
gzipfs.c
if_ether.h
in_cksum.c Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6: 2002-06-29 09:00:47 +00:00
inet_ntoa.c
ioctl.c
iodesc.h
libstand.3 Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). 2002-06-02 10:05:55 +00:00
lseek.c
Makefile Reimplement malloc/free debugging that includes the offending file:line 2002-07-20 04:18:20 +00:00
net.c
net.h
netif.c
netif.h
nfs.c Stash various networking paramters in the environment for the kernel 2002-07-31 20:17:06 +00:00
nfsv2.h
nullfs.c
open.c
pager.c
printf.c
qdivrem.c Add __divdi3() and __moddi3() to libstand. We will need them for UFS2. 2002-05-13 13:31:20 +00:00
quad.h
random.c
rarp.c
read.c
readdir.c
rpc.c
rpc.h
rpcv2.h
saioctl.h
sbrk.c
splitfs.c
stand.h o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
stat.c
strcasecmp.c
strdup.c
strerror.c
strtol.c
tftp.c Add a hack (kludge?) to avoid trying to access files backed by disk 2002-07-07 23:01:36 +00:00
tftp.h
twiddle.c
udp.c
ufs.c This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
write.c
zalloc_defs.h Reimplement malloc/free debugging that includes the offending file:line 2002-07-20 04:18:20 +00:00
zalloc_malloc.c Reimplement malloc/free debugging that includes the offending file:line 2002-07-20 04:18:20 +00:00
zalloc_mem.h
zalloc_protos.h
zalloc.c
zipfs.c
zutil.h.diff Reimplement malloc/free debugging that includes the offending file:line 2002-07-20 04:18:20 +00:00