Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_S_dir_rmdir): | Miles Bader | 1996-10-07 | 1 | -0/+5 |
| | | | | Return ENOTDIR if NP isn't a dir. | ||||
* | . | Miles Bader | 1996-10-07 | 1 | -0/+4 |
| | |||||
* | (connq_listen): | Miles Bader | 1996-10-07 | 1 | -2/+5 |
| | | | | Unlock CQ->lock when returning EWOULDBLOCK. | ||||
* | (ps_emit_wait): Correct mapping of init ports. | Miles Bader | 1996-10-06 | 1 | -3/+5 |
| | |||||
* | . | Miles Bader | 1996-10-06 | 1 | -2/+3 |
| | |||||
* | . | Miles Bader | 1996-10-06 | 1 | -2/+6 |
| | |||||
* | . | Miles Bader | 1996-10-06 | 1 | -1/+3 |
| | |||||
* | ack | Miles Bader | 1996-10-05 | 1 | -0/+16 |
| | |||||
* | . | Miles Bader | 1996-10-04 | 1 | -0/+2 |
| | |||||
* | (S_tioctl_tiocswinsz): Correct test for a changed winsize. | Miles Bader | 1996-10-04 | 1 | -5/+5 |
| | |||||
* | (pty_open_hook): Re-initialize EXTERNAL_PROCESSING too. | Miles Bader | 1996-10-04 | 1 | -0/+3 |
| | |||||
* | . | Miles Bader | 1996-10-04 | 1 | -1/+8 |
| | |||||
* | . | Miles Bader | 1996-10-04 | 1 | -0/+5 |
| | |||||
* | (pty_open_hook): Reinitialize pty variables. | Miles Bader | 1996-10-04 | 1 | -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 Bader | 1996-10-04 | 1 | -0/+4 |
| | |||||
* | (set_state, open_hook): Call (*BOTTOM)->set_bits unconditionally. | Miles Bader | 1996-10-04 | 1 | -5/+3 |
| | |||||
* | (devio_set_bits): Only execute guts if CIGNORE isn't set. | Miles Bader | 1996-10-04 | 1 | -32/+30 |
| | |||||
* | . | Miles Bader | 1996-10-04 | 1 | -0/+4 |
| | |||||
* | (pty_io_read, pty_io_write): Honor O_NONBLOCK. | Miles Bader | 1996-10-04 | 1 | -1/+13 |
| | |||||
* | . | Miles Bader | 1996-10-04 | 1 | -0/+11 |
| | |||||
* | (val_width): | Miles Bader | 1996-10-04 | 1 | -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 Bader | 1996-10-04 | 1 | -0/+6 |
| | |||||
* | (bool_t, enum_t): Typedefs removed. | Miles Bader | 1996-10-04 | 1 | -5/+0 |
| | |||||
* | Add hacks to avoid idiotic sun definitions of TRUE, FALSE, and malloc in | Miles Bader | 1996-10-04 | 1 | -2/+5 |
| | | | | <rpc/types.h>. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-10-03 | 4 | -2/+26 |
| | |||||
* | . | Miles Bader | 1996-10-02 | 1 | -0/+7 |
| | |||||
* | . | Miles Bader | 1996-10-02 | 1 | -0/+4 |
| | |||||
* | (ptyio_set_bits): | Miles Bader | 1996-10-02 | 1 | -8/+15 |
| | | | | | We need only be in packet mode to send TIOCPKT_NOSTOP & TIOCPKT_DOSTOP, regardless of the value of EXTERNAL_PROCESSING. | ||||
* | . | Miles Bader | 1996-10-02 | 1 | -0/+14 |
| | |||||
* | (struct field): | Miles Bader | 1996-10-02 | 1 | -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 Bader | 1996-10-02 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1996-10-02 | 1 | -0/+5 |
| | |||||
* | (S_tioctl_tiocsig, S_tioctl_tiocucntl, S_tioctl_tiocpkt): | Miles Bader | 1996-10-02 | 1 | -0/+15 |
| | | | | Hold GLOBAL_LOCK while frobbing (especially around send_signal). | ||||
* | . | Miles Bader | 1996-10-01 | 1 | -0/+5 |
| | |||||
* | (noise_write, noise_len): | Miles Bader | 1996-10-01 | 1 | -2/+2 |
| | | | | Correctly calculate the length of a character printed using an octal escape. | ||||
* | . | Miles Bader | 1996-09-30 | 2 | -0/+10 |
| | |||||
* | (diskfs_S_file_get_storage_info): | Miles Bader | 1996-09-30 | 1 | -0/+1 |
| | | | | Set *PORTS_TYPE. | ||||
* | (OPT_RSIZE): | Miles Bader | 1996-09-30 | 1 | -3/+4 |
| | | | | | | | | Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description. | ||||
* | . | Miles Bader | 1996-09-27 | 1 | -0/+9 |
| | |||||
* | (W_TYPE): | Miles Bader | 1996-09-27 | 1 | -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 Bader | 1996-09-26 | 3 | -0/+18 |
| | |||||
* | (%: %.sh): | Miles Bader | 1996-09-26 | 1 | -3/+0 |
| | | | | Rule removed. | ||||
* | (%: %.sh): | Miles Bader | 1996-09-26 | 1 | -0/+4 |
| | | | | New rule. | ||||
* | (all): | Miles Bader | 1996-09-26 | 1 | -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 Bader | 1996-09-26 | 1 | -4/+5 |
| | | | | Return CRED->realnode's access bits rather than always 0. | ||||
* | . | Miles Bader | 1996-09-26 | 3 | -0/+15 |
| | |||||
* | (trivfs_S_file_check_access): | Miles Bader | 1996-09-26 | 2 | -23/+0 |
| | | | | Function removed (trivfs default is now sufficient). | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-26 | 2 | -1/+6 |
| | |||||
* | . | Miles Bader | 1996-09-25 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1996-09-25 | 1 | -0/+4 |
| |