aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_S_dir_rmdir):Miles Bader1996-10-071-0/+5
| | | | Return ENOTDIR if NP isn't a dir.
* .Miles Bader1996-10-071-0/+4
|
* (connq_listen):Miles Bader1996-10-071-2/+5
| | | | Unlock CQ->lock when returning EWOULDBLOCK.
* (ps_emit_wait): Correct mapping of init ports.Miles Bader1996-10-061-3/+5
|
* .Miles Bader1996-10-061-2/+3
|
* .Miles Bader1996-10-061-2/+6
|
* .Miles Bader1996-10-061-1/+3
|
* ackMiles Bader1996-10-051-0/+16
|
* .Miles Bader1996-10-041-0/+2
|
* (S_tioctl_tiocswinsz): Correct test for a changed winsize.Miles Bader1996-10-041-5/+5
|
* (pty_open_hook): Re-initialize EXTERNAL_PROCESSING too.Miles Bader1996-10-041-0/+3
|
* .Miles Bader1996-10-041-1/+8
|
* .Miles Bader1996-10-041-0/+5
|
* (pty_open_hook): Reinitialize pty variables.Miles Bader1996-10-041-1/+9
| | | | | (pty_io_select): Return SELECT_READ if the slave isn't open. (pty_io_read): If the slave isn't open, return EOF.
* .Miles Bader1996-10-041-0/+4
|
* (set_state, open_hook): Call (*BOTTOM)->set_bits unconditionally.Miles Bader1996-10-041-5/+3
|
* (devio_set_bits): Only execute guts if CIGNORE isn't set.Miles Bader1996-10-041-32/+30
|
* .Miles Bader1996-10-041-0/+4
|
* (pty_io_read, pty_io_write): Honor O_NONBLOCK.Miles Bader1996-10-041-1/+13
|
* .Miles Bader1996-10-041-0/+11
|
* (val_width):Miles Bader1996-10-041-45/+106
| | | | | | | | | | | | | | | | 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.
* .Miles Bader1996-10-041-0/+6
|
* (bool_t, enum_t): Typedefs removed.Miles Bader1996-10-041-5/+0
|
* Add hacks to avoid idiotic sun definitions of TRUE, FALSE, and malloc inMiles Bader1996-10-041-2/+5
| | | | <rpc/types.h>.
* *** empty log message ***Thomas Bushnell1996-10-034-2/+26
|
* .Miles Bader1996-10-021-0/+7
|
* .Miles Bader1996-10-021-0/+4
|
* (ptyio_set_bits):Miles Bader1996-10-021-8/+15
| | | | | We need only be in packet mode to send TIOCPKT_NOSTOP & TIOCPKT_DOSTOP, regardless of the value of EXTERNAL_PROCESSING.
* .Miles Bader1996-10-021-0/+14
|
* (struct field):Miles Bader1996-10-021-32/+62
| | | | | | | | | | 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.
* Handle `-' and `--' args properly.Miles Bader1996-10-021-0/+4
|
* .Miles Bader1996-10-021-0/+5
|
* (S_tioctl_tiocsig, S_tioctl_tiocucntl, S_tioctl_tiocpkt):Miles Bader1996-10-021-0/+15
| | | | Hold GLOBAL_LOCK while frobbing (especially around send_signal).
* .Miles Bader1996-10-011-0/+5
|
* (noise_write, noise_len):Miles Bader1996-10-011-2/+2
| | | | Correctly calculate the length of a character printed using an octal escape.
* .Miles Bader1996-09-302-0/+10
|
* (diskfs_S_file_get_storage_info):Miles Bader1996-09-301-0/+1
| | | | Set *PORTS_TYPE.
* (OPT_RSIZE):Miles Bader1996-09-301-3/+4
| | | | | | | | Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description.
* .Miles Bader1996-09-271-0/+9
|
* (W_TYPE):Miles Bader1996-09-271-13/+16
| | | | | | | | | | | | | 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.
* .Miles Bader1996-09-263-0/+18
|
* (%: %.sh):Miles Bader1996-09-261-3/+0
| | | | Rule removed.
* (%: %.sh):Miles Bader1996-09-261-0/+4
| | | | New rule.
* (all):Miles Bader1996-09-261-14/+7
| | | | | | | | | | | | | | | 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.
* (trivfs_S_file_check_access):Miles Bader1996-09-261-4/+5
| | | | Return CRED->realnode's access bits rather than always 0.
* .Miles Bader1996-09-263-0/+15
|
* (trivfs_S_file_check_access):Miles Bader1996-09-262-23/+0
| | | | Function removed (trivfs default is now sufficient).
* *** empty log message ***Thomas Bushnell1996-09-262-1/+6
|
* .Miles Bader1996-09-251-0/+4
|
* .Miles Bader1996-09-251-0/+4
|