summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-08Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ptyio.c: Include "tioctl_S.h".
1996-10-08Thu Sep 26 14:09:20 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* nfsd.h (enum_t): New type. * cache.c: Don't inclide <rpc/auth_unix.h>.
1996-10-08Mon Oct 7 21:31:25 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* exec.c (fake_seek): New function. (prepare): Initialize E->stream.__io_funcs.seek to fake_seek; this is called now that stdio doesn't assume it always knows the file position.
1996-10-08Fri Oct 4 17:52:54 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf ($(..)$(dir).d): Always include libhurdbugaddr in the list for non-libraries.
1996-10-08.Miles Bader
1996-10-07(diskfs_S_dir_rmdir):Miles Bader
Return ENOTDIR if NP isn't a dir.
1996-10-07.Miles Bader
1996-10-07(connq_listen):Miles Bader
Unlock CQ->lock when returning EWOULDBLOCK.
1996-10-06(ps_emit_wait): Correct mapping of init ports.Miles Bader
1996-10-06.Miles Bader
1996-10-06.Miles Bader
1996-10-06.Miles Bader
1996-10-05ackMiles Bader
1996-10-04.Miles Bader
1996-10-04(S_tioctl_tiocswinsz): Correct test for a changed winsize.Miles Bader
1996-10-04(pty_open_hook): Re-initialize EXTERNAL_PROCESSING too.Miles Bader
1996-10-04.Miles Bader
1996-10-04.Miles Bader
1996-10-04(pty_open_hook): Reinitialize pty variables.Miles Bader
(pty_io_select): Return SELECT_READ if the slave isn't open. (pty_io_read): If the slave isn't open, return EOF.
1996-10-04.Miles Bader
1996-10-04(set_state, open_hook): Call (*BOTTOM)->set_bits unconditionally.Miles Bader
1996-10-04(devio_set_bits): Only execute guts if CIGNORE isn't set.Miles Bader
1996-10-04.Miles Bader
1996-10-04(pty_io_read, pty_io_write): Honor O_NONBLOCK.Miles Bader
1996-10-04.Miles Bader
1996-10-04(val_width):Miles Bader
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.
1996-10-04.Miles Bader
1996-10-04(bool_t, enum_t): Typedefs removed.Miles Bader
1996-10-04Add hacks to avoid idiotic sun definitions of TRUE, FALSE, and malloc inMiles Bader
<rpc/types.h>.
1996-10-03*** empty log message ***Thomas Bushnell
1996-10-02.Miles Bader
1996-10-02.Miles Bader
1996-10-02(ptyio_set_bits):Miles Bader
We need only be in packet mode to send TIOCPKT_NOSTOP & TIOCPKT_DOSTOP, regardless of the value of EXTERNAL_PROCESSING.
1996-10-02.Miles Bader
1996-10-02(struct field):Miles Bader
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.
1996-10-02Handle `-' and `--' args properly.Miles Bader
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.