Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-02 | . | Miles Bader | |
1996-10-02 | (S_tioctl_tiocsig, S_tioctl_tiocucntl, S_tioctl_tiocpkt): | Miles Bader | |
Hold GLOBAL_LOCK while frobbing (especially around send_signal). | |||
1996-10-01 | . | Miles Bader | |
1996-10-01 | (noise_write, noise_len): | Miles Bader | |
Correctly calculate the length of a character printed using an octal escape. | |||
1996-09-30 | . | Miles Bader | |
1996-09-30 | (diskfs_S_file_get_storage_info): | Miles Bader | |
Set *PORTS_TYPE. | |||
1996-09-30 | (OPT_RSIZE): | Miles Bader | |
Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description. | |||
1996-09-27 | . | Miles Bader | |
1996-09-27 | (W_TYPE): | Miles Bader | |
Renamed from W_KIND; all uses changed. (doc): Updated. (options, main): Change --kind/-k to --type/-t. Add --flags/-f option. (print_store): Print flags separately from type. (W_FLAGS): New macro. | |||
1996-09-26 | . | Miles Bader | |
1996-09-26 | (%: %.sh): | Miles Bader | |
Rule removed. | |||
1996-09-26 | (%: %.sh): | Miles Bader | |
New rule. | |||
1996-09-26 | (all): | Miles Bader | |
Target removed. (DIST_FILES): Variable removed. (SCRIPTS): Add MAKEDEV.sh. ($(prefix)/dev/MAKEDEV): Get rid of dependencies. Implement with a symbolic link to /sbin/MAKEDEV. (targets, special-targets): Add MAKEDEV. (%: %.sh): Variable removed. | |||
1996-09-26 | (trivfs_S_file_check_access): | Miles Bader | |
Return CRED->realnode's access bits rather than always 0. | |||
1996-09-26 | . | Miles Bader | |
1996-09-26 | (trivfs_S_file_check_access): | Miles Bader | |
Function removed (trivfs default is now sufficient). | |||
1996-09-26 | *** empty log message *** | Thomas Bushnell | |
1996-09-25 | . | Miles Bader | |
1996-09-25 | . | Miles Bader | |
1996-09-25 | (_print_version): | Miles Bader | |
Follow version string with newline. | |||
1996-09-25 | . | Miles Bader | |
1996-09-25 | . | Miles Bader | |
1996-09-25 | (main:verify_passwd): | Miles Bader | |
Only declare reference to crypt weak if HAVE_CRYPT isn't defined. | |||
1996-09-25 | Add check for crypt function. | Miles Bader | |
1996-09-24 | Fix option parsing. | Miles Bader | |
1996-09-24 | (/hurd/ufs.static): Change --machdev to -Tdevice. | Miles Bader | |
1996-09-24 | . | Miles Bader | |
1996-09-24 | (trivfs_S_io_readable): | Miles Bader | |
Always return 0. (argp_program_version): New variable. (provide_zeros): Variable removed. (main): Use argp for argument parsing. (trivfs_S_io_read): Don't return zeros anymore. (trivfs_S_file_check_access): New function. | |||
1996-09-24 | (check_open_hook): | Miles Bader | |
Return EROFS if O_WRITE on a readonly device. (trivfs_S_file_check_access): New function. | |||
1996-09-24 | . | Miles Bader | |
1996-09-24 | Fix argument parsing. | Miles Bader | |
1996-09-24 | (zero_open): | Miles Bader | |
When no size is specified, use the maximum off_t value, not the maximum size_t value. <limits.h>: New include. | |||
1996-09-24 | (zero): Use `storeio -Tzero' instead of `null -z'. | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | <argz.h>: | Miles Bader | |
New include. | |||
1996-09-23 | Add option parsing, version number, &c. | Miles Bader | |
Add copyright notice. | |||
1996-09-23 | . | Miles Bader | |
1996-09-23 | (trivfs_append_args): | Miles Bader | |
Make ARGZ_LEN of type `size_t *'. Narrow scope of BUF. <argz.h>: New include. | |||
1996-09-23 | . | Miles Bader | |
1996-09-23 | (trivfs_append_args): Make ARGZ_LEN `size_t *'. | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | Add option parsing, version number, &c. | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | Change to use new version format. | Miles Bader | |
1996-09-23 | (fs_remount): | Miles Bader | |
Use fsys_update instead of fsys_remount. | |||
1996-09-23 | . | Miles Bader | |
1996-09-23 | Use a shell function `mkdev' for recursion, rather than calling this script | Miles Bader | |
recursively. | |||
1996-09-23 | (main): | Miles Bader | |
Use STORE_PARAMS variable to get result from parsing STORE_ARGP. (trivfs_append_args): New function. | |||
1996-09-23 | (pager_read_page): | Miles Bader | |
Cast BUF into void ** for dev_read. |