Activity for The FreeRC Project

  • Babis committed [c71c5c]

    new stage2.c based on s6-svscan.c

  • Babis committed [0c669a]

    (re)added stage?.c

  • Babis committed [c95f8f]

    first commit

  • Babis committed [2e07ea]

    removed perl scripts from repo

  • Babis committed [d9ec98]

    moved common.h header to lux repo

  • Babis committed [170ad2]

    Added Lua C functions that parse integer literal strings

  • Babis committed [77776e]

    moved Tcl and Lua libs/interpreters to other repo

  • Babis committed [474fdb]

    added integer overflow check

  • Babis committed [5dc6ab]

    moved Lua and TTcl bindings into their own repo

  • Babis committed [65115d]

    added Lua bindings and related helpers

  • Babis committed [852a4a]

    removed example Tcl init scripts

  • Babis committed [dafc1e]

    wording in COPYING

  • Babis committed [ad9010]

    public domain License

  • Babis committed [2aa856]

    modified LICENCE

  • Babis committed [2a150e]

    added minid.c again

  • Babis committed [e74ad6]

    zero out the sigaction struct before use

  • Babis committed [178de6]

    added obj cmd bindings for setenv(3)

  • Babis committed [aeba8b]

    added alias for sigcatch obj cmd

  • Babis committed [b0c493]

    added obj cmd binding for putenv() via Tcl_PutEnv()

  • Babis committed [2ff13e]

    added obj cmd binding for clearenv(3)

  • Babis committed [e62c56]

    added ob cmd binding for unsetenv(3)

  • Babis committed [d3bc1f]

    added obj cmd binding for getenv(3)

  • Babis committed [a4e80c]

    added obj cmd binding for sigcatch()

  • Babis committed [851ea1]

    changed sigreset()

  • Babis committed [222cd0]

    removed (g,u)id constants from main()

  • Babis committed [373ea5]

    split main() function into subroutines

  • Babis committed [9eb21e]

    changed a note

  • Babis committed [e08556]

    added TERM and CONSOLE macros with default values for the corresponding env vars

  • Babis committed [d184cf]

    added make rules for the ??init wrappers

  • Babis committed [ca4fcd]

    started to implement signal processing

  • Babis committed [5f1f47]

    changed something

  • Babis committed [7ce369]

    added check to see if the CONSOLE env var is set

  • Babis committed [c3d7f5]

    changed error msg output

  • Babis committed [84bbe6]

    added the bbinit.c (bus,to)ybox init wrapper

  • Babis committed [4c42a1]

    set default hostname with sethostname(2)

  • Babis committed [3fa596]

    added mkpath() helper function

  • Babis committed [8ded6f]

    moved all arg checking work into the fs_test() helper function

  • Babis committed [67d156]

    added fs_test() helper function

  • Babis committed [36aa4b]

    started implementation of mkpath obj cmd

  • Babis committed [db0c23]

    added helpers.c

  • Babis committed [bee351]

    corrected remove(3) binding

  • Babis committed [a17d8d]

    removed stage*.c init stages

  • Babis committed [c75386]

    corrected unlink(2) binding

  • Babis committed [dd6983]

    corrected rmdir(2) binding

  • Babis committed [9a717c]

    removed the old str cmd binding for the Linux umount2(2) syscall

  • Babis committed [371caf]

    added the obj cmd bindings umount2 and force_umount for the Linux umount2(2) syscall

  • Babis committed [4ba1b6]

    removed the old str cmd binding for the Linux pivot_root(2) syscall and added new obj cmd binding

  • Babis committed [278077]

    removed old mknod(2) related str commands

  • Babis committed [3618ec]

    added fclobber() obj cmd binding to create/empty/truncate files

  • Babis committed [f6cb15]

    added clobber() helper function

  • Babis committed [d11a48]

    totally rewrote the mknod(2) obj cmd bindings

  • Babis committed [30eada]

    added binding that uses getmntent(3) on Linux

  • Babis committed [87efea]

    removed unnecessary checks

  • Babis committed [ca7465]

    moved Linux specific mntent.h header to Linux section of common.h header file

  • Babis committed [add92c]

    added obj cmd binding for the Linux umount(2) syscall and removed the corresponding old str cmd

  • Babis committed [9a591c]

    started implementation of obj cmd binding for the Linux mount(2) syscall

  • Babis committed [6cca97]

    removed old str cmd binding for mount(2)

  • Vaios committed [d1e96b]

    changed getgroups(2) binding obj cmd

  • Babis committed [b8d817]

    added clear_groups obj cmd that uses setgroups(2)

  • Babis committed [a899ed]

    added obj cmd binding for setgroups(2)

  • Babis committed [46a101]

    added obj cmd binding FSUtime()

  • Vaios committed [491db5]

    implemented obj cmd binding for getgroups(2)

  • Vaios committed [1c3e5a]

    added obj cmd binding for getgroups(2)

  • Vaios committed [73df56]

    removed the uname(2) str cmd binding

  • Vaios committed [ecc07c]

    now using res_zero() in chdir(2) binding obj cmd

  • Vaios committed [cdb366]

    added rename(2) and (sym)link() obj cmd bindings

  • Vaios committed [188a8c]

    removed the old rename(2) and (sym)link() str cmd bindings

  • Vaios committed [24f2f0]

    added obj cmd binding for uname(2) that returns a dict array

  • Vaios committed [1bf165]

    added msleep and copy_dir obj cmds

  • Vaios committed [97acc2]

    added obj cmd binding for Tcl_FSRemoveDirectory()

  • Vaios committed [d8e2ab]

    added obj cmd binding for Tcl_FSRemoveDirectory()

  • Vaios committed [e01825]

    added email address to AUTHORS

  • Vaios committed [c46ada]

    added Tcl_FSLink() related obj cmd bindings

  • Vaios committed [fdc1a7]

    added Tcl_FSDeleteFile() obj cmd binding

  • Vaios committed [f2ef0b]

    added obj cmd binding for Tcl_Exit()

  • Vaios committed [e1a5d0]

    bleh

  • Vaios committed [c19256]

    comments

  • Vaios committed [4282c3]

    blah

  • Vaios committed [374663]

    using res_zero() in do_reboot() now and changed FreeBSD specific reboot cmds to use do_reboot()

  • Vaios committed [abeda0]

    added obj cmd binding for the Tcl_FSCreateDirectory() API function

  • Vaios committed [11500b]

    added obj cmd binding for the FSRenameFile() and FSCopyFile() C API functions

  • Vaios committed [b2f084]

    added support for the FreeBSD REROOT reboot(2) option

  • Vaios committed [13fcaa]

    using res_zero() in binding for chroot(2)

  • Vaios committed [ddff55]

    split hostname command into (g,s)ethostname obj commands

  • Vaios committed [529eb0]

    completed support for setre(u,g)id(2)

  • Vaios committed [a3bb8b]

    added binding for sethostid(3)

  • Vaios committed [66a8aa]

    introduced the res_zero() helper function

  • Vaios committed [2d77db]

    added support for setre(u,g)id(2)

  • Vaios committed [dfbf78]

    added bindings for setres(u,g)id(2)

  • Vaios committed [48e066]

    added binding for (g,s)ethostid(3)

  • Vaios committed [d45d76]

    added support for set(u,g)id(2)

  • Vaios committed [d3be8e]

    cleaned up some comments

  • Vaios committed [ce0f2b]

    obj command for kill(2) binding now uses psx_err()

  • Vaios committed [7d7bfb]

    corrected obj command for kill(2) binding

  • Vaios committed [e0c914]

    added obj cmd for truncate(2)

  • Vaios committed [981a8a]

    added obj commandi for getsid(2)

  • Vaios committed [8684fd]

    added obj command for setpgid(2)

  • Vaios committed [3cff7d]

    added obj command for getpgid(2)

  • Vaios committed [795725]

    now using psx_err() in kill(2) binding

  • Vaios committed [98ab02]

    removed swapoff str command

1 >