cvs commit: src/sys/boot/uboot Makefile src/sys/boot/uboot/common
main.c src/sys/boot/uboot/lib Makefile api_public.h copy.c
devicename.c disk.c elf_freebsd.c glue.c glue.h libuboot.h
module.c net.c reboot.c
David E. O'Brien
obrien at FreeBSD.org
Thu Mar 13 17:54:22 UTC 2008
obrien 2008-03-13 17:54:21 UTC
FreeBSD src repository
Modified files:
sys/boot/uboot Makefile
sys/boot/uboot/common main.c
sys/boot/uboot/lib Makefile api_public.h copy.c devicename.c
disk.c elf_freebsd.c glue.c glue.h
libuboot.h module.c net.c reboot.c
Log:
style(9) & style.Makefile(9)
Reviewed by: raj
Revision Changes Path
1.2 +2 -2 src/sys/boot/uboot/Makefile
1.3 +8 -9 src/sys/boot/uboot/common/main.c
1.3 +2 -3 src/sys/boot/uboot/lib/Makefile
1.3 +29 -29 src/sys/boot/uboot/lib/api_public.h
1.3 +2 -2 src/sys/boot/uboot/lib/copy.c
1.2 +156 -149 src/sys/boot/uboot/lib/devicename.c
1.2 +8 -2 src/sys/boot/uboot/lib/disk.c
1.2 +3 -4 src/sys/boot/uboot/lib/elf_freebsd.c
1.4 +58 -30 src/sys/boot/uboot/lib/glue.c
1.2 +10 -10 src/sys/boot/uboot/lib/glue.h
1.3 +10 -10 src/sys/boot/uboot/lib/libuboot.h
1.2 +1 -0 src/sys/boot/uboot/lib/module.c
1.3 +9 -10 src/sys/boot/uboot/lib/net.c
1.2 +1 -0 src/sys/boot/uboot/lib/reboot.c
More information about the cvs-src
mailing list