This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
98a919c136
NetBSD
/
usr.sbin
/
installboot
History
christos
98a919c136
Coverity CID 55: Do things in a different order to appease coverity.
2006-04-22 19:57:04 +00:00
..
arch
Coverty 7449: Change 'return (0)' to 'goto done' so we free(bootstrapbuf)
2006-03-18 11:08:19 +00:00
bbinfo.c
Initialize a local variable (bbinfop) to appease -Wuninitialized.
2005-06-07 13:49:31 +00:00
ffs.c
Remove support for byteswapped file systems if NO_FFS_SWAP is defined.
2006-02-18 12:39:38 +00:00
fstypes.c
The fstypes table is only needed for adding 'stage2' bootstraps on some
2006-02-18 12:45:15 +00:00
installboot.8
Replace NetBSD with Nx.
2006-01-13 17:45:36 +00:00
installboot.c
Coverity CID 55: Do things in a different order to appease coverity.
2006-04-22 19:57:04 +00:00
installboot.h
Best to declare these structures 'extern' ...
2006-02-18 11:01:51 +00:00
machines.c
Define the ib_mach_xxx entries here in a way that will allocate them into
2006-02-18 12:43:36 +00:00
Makefile
Changes to allow support for a reduced set of architectures.
2006-02-18 14:54:53 +00:00
sum.c
Completely rework how tools/compat is done. Purge all uses/references to
2004-06-20 22:20:14 +00:00