Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-04-11 | Formerly ext2fs.c.~3~ | Miles Bader | |
1995-04-11 | Formerly hyper.c.~2~ | Miles Bader | |
1995-04-11 | Formerly pager.c.~5~ | Miles Bader | |
1995-04-11 | Formerly pager.c.~4~ | Miles Bader | |
1995-04-11 | Formerly ext2fs.h.~5~ | Miles Bader | |
1995-04-11 | Initial revision | Miles Bader | |
1995-04-11 | (DIST_FILES): Add README-binary. | Michael I. Bushnell | |
1995-04-11 | (DIST_FILES): New var, for MAKEDEV. | Michael I. Bushnell | |
(install): Depend on $(prefix)/dev/MAKEDEV. ($(prefix)/dev/MAKEDEV): New target. | |||
1995-04-11 | Initial revision | Michael I. Bushnell | |
1995-04-11 | Formerly inode.c.~6~ | Miles Bader | |
1995-04-11 | (targets): Changed `sh' to `shd'. | Michael I. Bushnell | |
(SRCS): Changed `sh.c' to `shd.c'. | |||
1995-04-11 | (prefix): Change to /home/gd4/hurdinst. | Michael I. Bushnell | |
1995-04-11 | (all, install): Do lib-subdirs too. | Michael I. Bushnell | |
1995-04-11 | Fixe typo. | Michael I. Bushnell | |
1995-04-11 | Formerly Makefile.~3~ | Michael I. Bushnell | |
1995-04-11 | Formerly ext2_fs.h.~3~ | Miles Bader | |
1995-04-11 | Formerly pager.c.~3~ | Miles Bader | |
1995-04-11 | Formerly inode.c.~5~ | Miles Bader | |
1995-04-11 | Initial revision | Miles Bader | |
1995-04-11 | Formerly pager.c.~2~ | Miles Bader | |
1995-04-11 | Formerly ext2fs.h.~4~ | Miles Bader | |
1995-04-11 | Initial revision | Miles Bader | |
1995-04-11 | Formerly ext2fs.h.~3~ | Miles Bader | |
1995-04-11 | Initial revision | Michael I. Bushnell | |
1995-04-11 | Formerly Makefile.~2~ | Miles Bader | |
1995-04-11 | Rewrote in accord with new scheme. | Michael I. Bushnell | |
1995-04-11 | Initial revision | Michael I. Bushnell | |
1995-04-11 | (lib-subdirs): Add libnetserv, libdirmgt, and libnetfs. | Michael I. Bushnell | |
(prog-subdirs): Add ext2fs, benchmarks, pfinet, tmpfs, defpager, login, and nfs. (other-subdirs): Remove ext2fs. | |||
1995-04-11 | (subdirs-nodist): Remove `libnetserv'. | Michael I. Bushnell | |
1995-04-11 | (prog-subdirs): Added devio and newfs. | Michael I. Bushnell | |
(other-subdirs): Added ext2fs and lib. (lib-subdirs): Added libps. | |||
1995-04-11 | Formerly balloc.c.~3~ | Miles Bader | |
1995-04-11 | Formerly truncate.c.~2~ | Miles Bader | |
1995-04-11 | Formerly ialloc.c.~2~ | Miles Bader | |
1995-04-11 | Formerly ext2_fs.h.~2~ | Miles Bader | |
1995-04-11 | Formerly bitmap.c.~2~ | Miles Bader | |
1995-04-11 | Formerly balloc.c.~2~ | Miles Bader | |
1995-04-11 | Initial revision | Miles Bader | |
1995-04-11 | (trivfs_S_file_truncate): Always return 0, so O_TRUNC works. | Miles Bader | |
1995-04-11 | Tweak things so that the -t flag works correctly for processes whose tty we | Miles Bader | |
can't figure out. | |||
1995-04-10 | Formerly ext2fs.c.~2~ | Miles Bader | |
1995-04-10 | Formerly ext2fs.h.~2~ | Miles Bader | |
1995-04-10 | Initial revision | Miles Bader | |
1995-04-10 | Initial revision | Miles Bader | |
1995-04-10 | Make INSTALL_BIN use /gd4/hurd-cross/install-stripped to install binaries | Miles Bader | |
stripped. | |||
1995-04-10 | Make prefix and exec_prefix point at the currently correct place. | Miles Bader | |
1995-04-10 | Add some dependencies on include files. | Miles Bader | |
1995-04-10 | (trivfs_S_file_truncate): Always return 0, so O_TRUNC works. | Miles Bader | |
1995-04-10 | (open_write, open_read): Bounds check I/O. | Miles Bader | |
1995-04-10 | (main, check_open_hook, close_device, trivfs_goaway): Add a new lock, | Miles Bader | |
device_lock, and use it to control access to the DEVICE variable. (open_hook, trivfs_modify_stat, trivfs_S_fys_syncfs): Copy DEVICE before using it, so it doesn't change underneath us. (clean_exit): Add a new argument that says whether to aquire a lock before doing our work. (ports_notice_idle, ports_no_live_ports): Use it. (close_device): New function, closes DEVICE cleanly. (clean_exit, ports_no_hard_ports): Use close_device. (main): Use trivfs_startup instead of doing it manually. (trivfs_goaway): Try and do it better, paying attention to flags, etc.; this still isn't right though, we may want to wait for the ports library to be fixed first. (DEBUG): New macro, executes its arg with debug_lock locked. | |||
1995-04-10 | (open_create): Supply our device's size when creating a window. | Miles Bader | |