summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2024-11-16Fix 64b buildsclispSamuel Thibault
2013-02-12Fix linkSamuel Thibault
* libs/Makefile: Do not pass -Wl to gcc.
2008-08-13Remove changing routine information.Flavio Cruz
2008-08-13Remove printf's.Flavio Cruz
2008-08-11Fix filenames. Add install target.Flavio Cruz
2008-08-11Use 32 bits, even if file offsets are 64, because of the CLISP long long bug.Flavio Cruz
2008-08-11Ignore unused parameters task & cookie.Flavio Cruz
2008-08-11Fix io_server_version issue.Flavio Cruz
2008-08-11Indent to GNU Coding Style.Flavio Cruz
2008-08-11Align. Remove fprintf's.Flavio Cruz
2008-08-07Make lisp_ as prefix.Flavio Cruz
2008-08-07Change lisp_S_ to lisp_ in server routines.Flavio Cruz
2008-08-07Add copyright notice.Flavio Cruz
2008-08-07s/lisp_/lisp_S_/gFlavio Cruz
2008-08-07Use filenames with - not _.Flavio Cruz
--HG-- rename : libs/fs_wrapper.c => libs/fs-wrapper.c rename : libs/fs_wrapper.h => libs/fs-wrapper.h rename : libs/io_wrapper.h => libs/io-wrapper.h rename : libs/fsys_wrapper.c => libs/fsys-wrapper.c rename : libs/fsys_wrapper.h => libs/fsys-wrapper.h rename : libs/notify_wrapper.c => libs/notify-wrapper.c rename : libs/notify_wrapper.h => libs/notify-wrapper.h rename : libs/io_wrapper.c => libs/io-wrapper.c
2008-08-06Remove round-page.Flavio Cruz
2008-08-06Remove round-page.Flavio Cruz
2008-08-06Move stubs to libs. Create an unique library named liblisptrans.Flavio Cruz
--HG-- rename : stubs/io_wrapper.c => libs/io_wrapper.c rename : stubs/io_wrapper.h => libs/io_wrapper.h rename : stubs/notify_wrapper.h => libs/notify_wrapper.h rename : stubs/fsys_wrapper.h => libs/fsys_wrapper.h rename : stubs/fsys_wrapper.c => libs/fsys_wrapper.c rename : stubs/common.c => libs/common.c rename : stubs/notify_wrapper.c => libs/notify_wrapper.c rename : stubs/fs_wrapper.h => libs/fs_wrapper.h rename : stubs/fs_wrapper.c => libs/fs_wrapper.c
2008-07-30Use the GNU Coding Style.Flavio Cruz
2008-07-30Use the GNU Coding Style.Flavio Cruz
2008-07-30Use the GNU Coding Style.Flavio Cruz
2008-07-30Add exec-reauth. Remove special file-exec directive.Flavio Cruz
2008-07-30Add possible implementation of exec-reauth.Flavio Cruz
2008-07-30Fork the process to execute a file. Implemente exec_finished as an interface ↵Flavio Cruz
for the lisp part.
2008-07-29Move helper libraries to /libs.Flavio Cruz
--HG-- rename : hurd/helper-libs/fetch-root.c => libs/fetch-root.c rename : hurd/helper-libs/file-utimes.c => libs/file-utimes.c rename : hurd/helper-libs/Makefile => libs/Makefile rename : hurd/helper-libs/file-exec.c => libs/file-exec.c rename : hurd/helper-libs/portset-demuxer.c => libs/portset-demuxer.c rename : hurd/helper-libs/round-page.c => libs/round-page.c