Age | Commit message (Collapse) | Author |
|
New function.
(name_to_option):
Correct test for malloc failure.
(main):
Calculate verbose output widths differently.
(main: FWIDTH):
New macro.
(fields):
Rename `cache *' fields to `memobj *', and reword doc strings.
Add `max' field.
(get_memobj_hit_ratio):
Renamed from get_cache_hit_ratio.
(VAL_MAX_MEM, VAL_MAX_SWAP, K, M, G): New macros.
|
|
|
|
|
|
<rpc/types.h>.
|
|
|
|
|
|
|
|
We need only be in packet mode to send TIOCPKT_NOSTOP & TIOCPKT_DOSTOP,
regardless of the value of EXTERNAL_PROCESSING.
|
|
|
|
Remove desc field, add doc field.
(fields):
Initialize doc field, and not desc.
(name_to_option):
New function.
(main):
Rearrange use of name, doc, and desc fields in struct field.
|
|
|
|
|
|
Hold GLOBAL_LOCK while frobbing (especially around send_signal).
|
|
|
|
Correctly calculate the length of a character printed using an octal escape.
|
|
|
|
Set *PORTS_TYPE.
|
|
Changed to 'R'.
(OPT_WSIZE):
Changed to 'W'.
(doc):
Add general description.
|
|
|
|
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.
|
|
|
|
Rule removed.
|
|
New rule.
|
|
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.
|
|
Return CRED->realnode's access bits rather than always 0.
|
|
|
|
Function removed (trivfs default is now sufficient).
|
|
|
|
|
|
|
|
Follow version string with newline.
|
|
|
|
|
|
Only declare reference to crypt weak if HAVE_CRYPT isn't defined.
|
|
|
|
|
|
|
|
|
|
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.
|
|
Return EROFS if O_WRITE on a readonly device.
(trivfs_S_file_check_access):
New function.
|
|
|
|
|
|
When no size is specified, use the maximum off_t value, not the maximum
size_t value.
<limits.h>:
New include.
|
|
|
|
|
|
New include.
|
|
Add copyright notice.
|
|
|
|
Make ARGZ_LEN of type `size_t *'.
Narrow scope of BUF.
<argz.h>:
New include.
|
|
|