LiteBSD/src 6f89c18 — etc gettytab
Merge pull request #73 from calmsacibis995/patch-1 Update gettytab to change the default login banner from "4.4 BSD-Lite...
Delta | File | |
---|---|---|
+1 | -1 | etc/gettytab |
+1 | -1 | 1 files |
Merge pull request #73 from calmsacibis995/patch-1 Update gettytab to change the default login banner from "4.4 BSD-Lite...
Delta | File | |
---|---|---|
+1 | -1 | etc/gettytab |
+1 | -1 | 1 files |
Update gettytab to change the default login banner from "4.4 BSD-Lite" to "LiteBSD"
Delta | File | |
---|---|---|
+1 | -1 | etc/gettytab |
+1 | -1 | 1 files |
Merge pull request #67 from aalm/config_files_comments allow #comments in files.xxx
Delta | File | |
---|---|---|
+9 | -0 | usr.sbin/config/mkmakefile.c |
+9 | -0 | 1 files |
allow #comments in files.xxx
Delta | File | |
---|---|---|
+9 | -0 | usr.sbin/config/mkmakefile.c |
+9 | -0 | 1 files |
Add a switch (SBININSTALL) that does the magic for installing to ${PREFIX}/sbin Defaults to off (i.e. install to ${PREFIX}/bin) Turn it on by putting SBININSTALL=Yes into your port Makefile.
Delta | File | |
---|---|---|
+5 | -0 | share/mk-pic32/bsd.port.mk |
+5 | -0 | 1 files |
Update Lua to 5.3.3
Delta | File | |
---|---|---|
+469 | -225 | lib/liblua/lcode.c |
+0 | -609 | lib/liblua/lua.c |
+0 | -449 | lib/liblua/luac.c |
+86 | -57 | lib/liblua/lstrlib.c |
+62 | -43 | lib/liblua/lvm.c |
+53 | -38 | lib/liblua/loslib.c |
+670 | -1,421 | 23 files not shown |
+974 | -1,649 | 29 files |
Merge pull request #60 from sergev/yacc-lex-m4 Upgrade m4 to latest NetBSD version, add latest flex, upgrade to latest yacc
Delta | File | |
---|---|---|
+9,133 | -0 | usr.bin/lex/ChangeLog |
+5,104 | -0 | usr.bin/lex/scan.c |
+3,835 | -0 | usr.bin/lex/skel.c |
+3,552 | -0 | usr.bin/lex/flex.skl |
+2,406 | -721 | usr.bin/yacc/reader.c |
+2,953 | -0 | usr.bin/lex/parse.c |
+26,983 | -721 | 738 files not shown |
+172,069 | -10,188 | 744 files |
Merge pull request #62 from sergev/build-on-freebsd Make the build of LiteBSD more self-contained:
Delta | File | |
---|---|---|
+88 | -0 | admin/build/lorder |
+4 | -4 | lib/libncurses/config.status |
+7 | -0 | contrib/ufstool/manifest.c |
+3 | -3 | lib/libncurses/config.log |
+3 | -2 | contrib/ufstool/Makefile |
+2 | -2 | lib/libncurses/ncurses/Makefile |
+107 | -11 | 29 files not shown |
+138 | -41 | 35 files |
Merge pull request #63 from majenkotech/master Added local mkdep that forces the use of mips-[whatever]-gcc
Delta | File | |
---|---|---|
+113 | -0 | admin/build/mkdep |
+1 | -1 | share/mk-pic32/bsd.prog.mk |
+1 | -1 | share/mk-pic32/local.prog.mk |
+1 | -1 | share/mk-pic32/bsd.lib.mk |
+116 | -3 | 4 files |
`du -b` is a GNU extension :( so we need to use gdu for the BSDs (for now...) Also, place the -i flag after sed in update-control to make OpenBSD happy.
Delta | File | |
---|---|---|
+7 | -1 | share/mk-pic32/bsd.port.mk |
+7 | -1 | 1 files |
Added local mkdep that forces the use of mips-*-gcc and only the local LiteBSD headers
Delta | File | |
---|---|---|
+113 | -0 | admin/build/mkdep |
+1 | -1 | share/mk-pic32/bsd.lib.mk |
+1 | -1 | share/mk-pic32/bsd.prog.mk |
+1 | -1 | share/mk-pic32/local.prog.mk |
+116 | -3 | 4 files |
Make the build of LiteBSD more self-contained: * Use our own lorder script instead of relying on what is on the OS. * /usr/bin/env perl everywhere, for FreeBSD (which installs to /usr/local/bin). * ufstool needs a FreeBSD-specific #ifdef in one spot. * pcc was using bison as its yacc, switch pcc to byacc like everything else. * Some tweaks to the ncurses build process.
Delta | File | |
---|---|---|
+88 | -0 | admin/build/lorder |
+4 | -4 | lib/libncurses/config.status |
+7 | -0 | contrib/ufstool/manifest.c |
+3 | -3 | lib/libncurses/config.log |
+3 | -2 | contrib/ufstool/Makefile |
+2 | -2 | lib/libcrypto/util/pod2man.pl |
+107 | -11 | 29 files not shown |
+138 | -41 | 35 files |
Prep for upcoming changes to the ports infrastructure. To ease maintenance, all packages will now be placed in a single ports/packages directory. Add a clean-work target, which does what clean-package used to do. Target clean-package now simply removes the final package from the ports/packages directory. Add a clean-all target that runs clean-work and clean-package.
Delta | File | |
---|---|---|
+10 | -1 | share/mk-pic32/bsd.port.mk |
+10 | -1 | 1 files |
Hook spell(1) and mktemp(1) up to 'bmake fs'--forgot when I committed them.
Delta | File | |
---|---|---|
+11 | -0 | etc/rootfs.manifest |
+11 | -0 | 1 files |
Update README.md with ports tree link.
Delta | File | |
---|---|---|
+3 | -0 | README.md |
+3 | -0 | 1 files |
Upgrade m4 to latest NetBSD version, add latest flex, upgrade to latest yacc.
Delta | File | |
---|---|---|
+9,133 | -0 | usr.bin/lex/ChangeLog |
+5,104 | -0 | usr.bin/lex/scan.c |
+3,835 | -0 | usr.bin/lex/skel.c |
+3,552 | -0 | usr.bin/lex/flex.skl |
+2,406 | -721 | usr.bin/yacc/reader.c |
+2,953 | -0 | usr.bin/lex/parse.c |
+26,983 | -721 | 738 files not shown |
+172,069 | -10,188 | 744 files |
Add nl(1) from NetBSD -current. This utility is part of POSIX.
Delta | File | |
---|---|---|
+404 | -0 | usr.bin/nl/nl.c |
+214 | -0 | usr.bin/nl/nl.1 |
+8 | -0 | usr.bin/nl/Makefile |
+7 | -0 | include/limits.h |
+1 | -1 | usr.bin/Makefile |
+2 | -0 | etc/rootfs.manifest |
+636 | -1 | 1 files not shown |
+637 | -1 | 7 files |
Fix bug in config utility: wrong options for SD_LED.
Delta | File | |
---|---|---|
+6 | -6 | usr.sbin/config/mkmakefile.c |
+1 | -0 | sys/mips/dev/sd.c |
+7 | -6 | 2 files |
Fix bug for EMZ64 and HMZ144 boards: unexpected boot into single user mode. Button1, which selects single user mode, has been incorrectly cofigured as analog pin.
Delta | File | |
---|---|---|
+37 | -1 | sys/mips/pic32/machdep.c |
+16 | -0 | sys/mips/include/pic32mz.h |
+2 | -2 | sys/mips/conf/MEBII.pic32 |
+2 | -0 | sys/mips/conf/EMZ64.pic32 |
+57 | -3 | 4 files |
Use explicit pin names in kernel config file.
Delta | File | |
---|---|---|
+28 | -8 | usr.sbin/config/mkioconf.c |
+20 | -11 | usr.sbin/config/mkmakefile.c |
+28 | -3 | usr.sbin/config/config.y |
+17 | -13 | sys/mips/conf/WIFIRE.pic32 |
+19 | -8 | usr.sbin/config/config.h |
+18 | -8 | sys/mips/dev/sd.c |
+130 | -51 | 18 files not shown |
+236 | -157 | 24 files |
Add support for Olimex PIC32-EMZ64 board.
Delta | File | |
---|---|---|
+95 | -0 | sys/mips/conf/EMZ64.pic32 |
+24 | -0 | sys/mips/dev/if_en.c |
+13 | -2 | sys/mips/pic32/machdep.c |
+1 | -1 | admin/build/skeleton/README.txt |
+1 | -1 | admin/build/Makefile |
+1 | -0 | sys/compile/Makefile |
+135 | -4 | 6 files |
Add assembler tests.
Delta | File | |
---|---|---|
+42 | -0 | usr.bin/as/tests/hello.s |
+40 | -0 | usr.bin/as/tests/hello-gcc.s |
+28 | -0 | usr.bin/as/tests/test-la.s |
+9 | -0 | usr.bin/as/tests/align.s |
+119 | -0 | 4 files |
Fix pcc build issue. Install /usr/share/demo directory.
Delta | File | |
---|---|---|
+5 | -2 | usr.bin/pcc/pcc/mip/mkext.c |
+1 | -1 | share/Makefile |
+6 | -3 | 2 files |
Update to latest pcc code.
Delta | File | |
---|---|---|
+399 | -344 | usr.bin/pcc/pcc/cc/cpp/cpp.c |
+123 | -142 | usr.bin/pcc/pcc/cc/cpp/token.c |
+242 | -4 | usr.bin/pcc/pcc/configure |
+31 | -39 | usr.bin/pcc/pcc/cc/cpp/cpp.h |
+20 | -4 | usr.bin/pcc/pcc/configure.ac |
+19 | -1 | usr.bin/pcc/pcc/os/CVS/Entries |
+834 | -534 | 32 files not shown |
+894 | -619 | 38 files |
Merge pull request #55 from sergev/more-fix Fix more(1) display. This is temporary!
Delta | File | |
---|---|---|
+6 | -6 | usr.bin/more/command.c |
+6 | -6 | 1 files |
Merge pull request #59 from sergev/ld-tweak Don't have ld(1) search non-existant directories. Eliminates some warnings.
Delta | File | |
---|---|---|
+1 | -1 | usr.bin/ld/littlemips_script.ld |
+1 | -1 | 1 files |
Update to latest pcc.
Delta | File | |
---|---|---|
+0 | -842 | usr.bin/pcc/pcc/mip/compat.c |
+842 | -0 | usr.bin/pcc/pcc/common/compat.c |
+393 | -322 | usr.bin/pcc/pcc/config.log |
+124 | -113 | usr.bin/pcc/pcc/cc/cpp/cpp.c |
+139 | -0 | usr.bin/pcc/pcc/common/softfloat.h |
+0 | -115 | usr.bin/pcc/pcc/mip/unicode.c |
+1,498 | -1,392 | 125 files not shown |
+2,562 | -2,272 | 131 files |
usleep(3) returns int, not void.
Delta | File | |
---|---|---|
+1 | -1 | include/unistd.h |
+1 | -1 | lib/libc/gen/usleep.3 |
+1 | -1 | lib/libc/gen/usleep.c |
+3 | -3 | 3 files |
Don't have ld(1) search non-existant directories. Eliminates some warnings.
Delta | File | |
---|---|---|
+1 | -1 | usr.bin/ld/littlemips_script.ld |
+1 | -1 | 1 files |
Update to latest pcc code.
Delta | File | |
---|---|---|
+248 | -0 | usr.bin/pcc/pcc/cc/ccom/dwarf.c |
+196 | -0 | usr.bin/pcc/pcc/cc/ccom/dwarf.h |
+39 | -39 | usr.bin/pcc/pcc/cc/cpp/tests/CVS/Entries |
+25 | -25 | usr.bin/pcc/pcc/f77/fcom/CVS/Entries |
+17 | -17 | usr.bin/pcc/pcc/cc/cxxcom/CVS/Entries |
+18 | -16 | usr.bin/pcc/pcc/cc/ccom/CVS/Entries |
+543 | -97 | 50 files not shown |
+743 | -267 | 56 files |