The NetBSD Project

src/sys/lib/libsa/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / lib / libsa

Current tag: netbsd-9-0-RC1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.91   4 years  rin   Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of opposite ...
[TXT] Makefile.inc  1.24   5 years  christos   - Introduce :q modifier for make variables and make it double escape $'s so th...
[TXT] alloc.c  1.28   5 years  christos   fix warnings, printf formats, etc.
[TXT] arp.c  1.35   5 years  christos   fix warnings, printf formats, etc.
[TXT] atoi.c  1.2   5 years  christos   fix warnings, printf formats, etc.
[TXT] bootcfg.c  1.4   5 years  christos   fix warnings, printf formats, etc.
[TXT] bootcfg.h  1.3   5 years  christos   branches: 1.3.16; 1.3.18; fix warnings, printf formats, etc.
[TXT] bootp.c  1.43   5 years  christos   Go back ot using 0x%x instead of %#x because we don't always support the format....
[TXT] bootp.h  1.10   5 years  christos   fix warnings, printf formats, etc.
[TXT] bootparam.c  1.21   5 years  christos   fix sign-compare and sign-passing errors.
[TXT] bootparam.h  1.4   16 years  isaki   style, indent, and ANSI-fy.
[TXT] byteorder.c  1.3   16 years  isaki   style, indent, and ANSI-fy.
[TXT] byteorder.h  1.3   22 years  thorpej   branches: 1.3.2; 1.3.4; 1.3.6; Oops, committed wrong copy of file in previous...
[TXT] cd9660.c  1.32   5 years  christos   fix warnings, printf formats, etc.
[TXT] cd9660.h  1.3   18 years  christos   merge ktrace-lwp.
[TXT] checkpasswd.c  1.11   5 years  christos   fix warnings, printf formats, etc.
[TXT] close.c  1.14   16 years  tsutsui   unsigned -> unsigned int
[TXT] closeall.c  1.5   16 years  isaki   style, indent, and ANSI-fy.
[TXT] cread.c  1.28   8 years  tsutsui   Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation. No obvio...
[TXT] dev.c  1.8   16 years  isaki   style, indent, and ANSI-fy.
[TXT] dev_net.c  1.27   5 years  christos   fix warnings, printf formats, etc.
[TXT] dev_net.h  1.6   15 years  tsutsui   Remove __P().
[TXT] disklabel.c  1.10   16 years  isaki   branches: 1.10.122; 1.10.124; style, indent, and ANSI-fy.
[TXT] dosfs.c  1.22   5 years  christos   branches: 1.22.6; fix warnings, printf formats, etc.
[TXT] dosfs.h  1.3   18 years  christos   merge ktrace-lwp.
[TXT] errno.c  1.3   18 years  christos   merge ktrace-lwp.
[TXT] ether.c  1.24   5 years  christos   fix warnings, printf formats, etc.
[TXT] ether_sprintf.c  1.7   10 years  jakllsch   Obtain and use ETHER_ADDR_LEN where appropriate. Drop unnecessary includes. XXX...
[TXT] exit.c  1.17   16 years  isaki   style, indent, and ANSI-fy.
[TXT] ext2fs.c  1.28   4 years  pgoyette   branches: 1.28.4; Now that the ufs module has been split out from ffs and ext2f...
[TXT] ext2fs.h  1.1   16 years  tsutsui   branches: 1.1.2; 1.1.6; 1.1.8; 1.1.16; Add ext2fs support for libsa. Mostly...
[TXT] ffsv1.c  1.7   4 years  pgoyette   branches: 1.7.14; 1.7.16; Now that the ufs module has been split out from ffs ...
[TXT] ffsv2.c  1.7   4 years  pgoyette   branches: 1.7.14; 1.7.16; Now that the ufs module has been split out from ffs ...
[TXT] files.c  1.1   22 years  simonb   branches: 1.1.4; 1.1.10; Move files[] from globals.c to its own file. Includi...
[TXT] fnmatch.c  1.1   12 years  christos   branches: 1.1.4; 1.1.6; PR/45796: Evgeniy Ivanov minixfs3 support. Split out f...
[TXT] fstat.c  1.7   16 years  tsutsui   unsigned -> unsigned int
[TXT] getfile.c  1.10   7 years  dholland   PR 51200 gets in libsa considered harmful: use kgets
[TXT] gets.c  1.15   5 years  christos   fix warnings, printf formats, etc.
[TXT] globals.c  1.11   10 years  jakllsch   Obtain and/or use ETHER_ADDR_LEN.
[TXT] ioctl.c  1.11   16 years  tsutsui   unsigned -> unsigned int
[TXT] iodesc.h  1.10   10 years  jakllsch   Obtain and/or use ETHER_ADDR_LEN.
[TXT] ip.c  1.4   5 years  christos   fix warnings, printf formats, etc.
[TXT] ip_cksum.c  1.2   18 years  christos   branches: 1.2.4; 1.2.18; Changing len from int to size_t caused an infinite lo...
[TXT] lfs.h  1.5   18 years  christos   merge ktrace-lwp.
[TXT] lfsv1.c  1.14   8 years  dholland   branches: 1.14.34; 1.14.36; Hack up dinode usage to be 64 vs. 32 as needed. Pa...
[TXT] lfsv2.c  1.14   8 years  dholland   branches: 1.14.34; 1.14.36; Hack up dinode usage to be 64 vs. 32 as needed. Pa...
[TXT] loadfile.c  1.32   5 years  christos   branches: 1.32.16; 1.32.18; Go back ot using 0x%x instead of %#x because we do...
[TXT] loadfile.h  1.14   6 years  maxv   branches: 1.14.20; 1.14.22; Add a new option in libsa, to load dynamic binarie...
[TXT] loadfile_aout.c  1.15   10 years  joerg   Casting to void is the canonical way of marking a variable as potentially unused...
[TXT] loadfile_ecoff.c  1.12   15 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] loadfile_elf32.c  1.55.2.1   4 years  martin   Pull up following revision(s) (requested by maxv in ticket #361): sys/lib/libs...
[TXT] loadfile_elf64.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.4; 1.1.6; Split elf32 vs. elf64 handling in loadfile(), ...
[TXT] lookup_elf32.c  1.3   14 years  martin   branches: 1.3.2; 1.3.6; Add a prototype.
[TXT] lookup_elf64.c  1.1   14 years  martin   branches: 1.1.2; 1.1.6; Utility function to lookup a symbol value in an elf sy...
[TXT] ls.c  1.5   10 years  christos   reduce size by 1K by sharing the ls code.
[TXT] ls.h  1.1   10 years  christos   branches: 1.1.4; 1.1.6; 1.1.10; new header.
[TXT] lseek.c  1.11   16 years  tsutsui   unsigned -> unsigned int
[TXT] minixfs3.c  1.8   5 years  christos   fix warnings, printf formats, etc.
[TXT] minixfs3.h  1.5   10 years  dholland   Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of the following ...
[TXT] net.c  1.36   5 years  christos   fix warnings, printf formats, etc.
[TXT] net.h  1.28   5 years  christos   fix warnings, printf formats, etc.
[TXT] netif.c  1.26   5 years  christos   fix warnings, printf formats, etc.
[TXT] netif.h  1.7   15 years  tsutsui   Remove __P().
[TXT] nfs.c  1.49   5 years  christos   branches: 1.49.6; fix warnings, printf formats, etc.
[TXT] nfs.h  1.8   18 years  christos   merge ktrace-lwp.
[TXT] nfsv2.h  1.4   18 years  christos   merge ktrace-lwp.
[TXT] nullfs.c  1.12   10 years  christos   reduce size by 1K by sharing the ls code.
[TXT] open.c  1.26   16 years  isaki   style, indent, and ANSI-fy.
[TXT] panic.c  1.7   12 years  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] printf.c  1.18   12 years  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] qsort.c  1.5   5 years  christos   fix warnings, printf formats, etc.
[TXT] rarp.c  1.34   5 years  christos   Go back ot using 0x%x instead of %#x because we don't always support the format....
[TXT] read.c  1.15   16 years  tsutsui   unsigned -> unsigned int
[TXT] rpc.c  1.31   5 years  christos   Go back ot using 0x%x instead of %#x because we don't always support the format....
[TXT] rpc.h  1.11   15 years  tsutsui   Remove __P().
[TXT] rpcv2.h  1.3   18 years  christos   merge ktrace-lwp.
[TXT] saerrno.h  1.11   16 years  isaki   Use standard error code (EIO) instead of standalone error code (ESHORT). Becaus...
[TXT] saioctl.h  1.4   18 years  christos   merge ktrace-lwp.
[TXT] snprintf.c  1.5   12 years  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] stand.h  1.82   7 years  dholland   branches: 1.82.32; 1.82.34; Remove gets() from here too.
[TXT] stat.c  1.7   16 years  isaki   style, indent, and ANSI-fy.
[TXT] strerror.c  1.20   16 years  isaki   style, indent, and ANSI-fy.
[TXT] subr_prf.c  1.28   5 years  mrg   branches: 1.28.4; - remove unreachable code
[TXT] tftp.c  1.36   5 years  christos   branches: 1.36.12; 1.36.14; fix warnings, printf formats, etc.
[TXT] tftp.h  1.6   18 years  christos   merge ktrace-lwp.
[TXT] twiddle.c  1.8   15 years  ad   Let twiddle() be disabled at runtime.
[TXT] udp.c  1.13   5 years  christos   fix warnings, printf formats, etc.
[TXT] ufs.c  1.76   5 years  christos   branches: 1.76.12; fix sign-compare and sign-passing errors.
[TXT] ufs.h  1.10   12 years  tsutsui   branches: 1.10.64; 1.10.66; Apply the following patch submitted by Evgeniy Iva...
[TXT] ustarfs.c  1.35   10 years  christos   branches: 1.35.30; reduce size by 1K by sharing the ls code.
[TXT] ustarfs.h  1.3   18 years  christos   merge ktrace-lwp.
[TXT] write.c  1.15   16 years  tsutsui   unsigned -> unsigned int
[TXT] dkcksum.c (in the Attic) [Hide]  1.5   18 years  christos   branches: 1.5.180; 1.5.182; merge ktrace-lwp.


CVSweb <webmaster@jp.NetBSD.org>