Commit Graph

7439 Commits

Author SHA1 Message Date
jtc
4725e86083 Strip trailing slashes, to make "mkdir -p" work as specified by POSIX.2. 1994-04-29 00:13:54 +00:00
cgd
9c704c6bc2 light update from Mike Long <mike.long@analog.com> 1994-04-29 00:05:49 +00:00
pk
7243f6f6fb Towards termios. 1994-04-28 22:12:28 +00:00
pk
b9b9f6e62c Mark a few capabilities as unsupported.
Document some new ones.
1994-04-28 22:11:14 +00:00
phil
59a264f1a8 Adding ns32k support. 1994-04-28 17:11:00 +00:00
phil
9911db04dc Adding ns32k definitions. 1994-04-28 17:10:40 +00:00
pk
af75045f58 Use TCSADRAIN to avoid loosing chars on slow lines. 1994-04-28 15:57:41 +00:00
mycroft
2ff4b1435c Set ICUs to read IRR by default. 1994-04-28 08:28:35 +00:00
mycroft
39718a43cc Enable/disable shared memory access on all WD/SMC boards. Add support for
software selection of AUI or BNC connectors using LINK0.
1994-04-28 04:53:09 +00:00
cgd
10b63d74bc SHUT UP! 1994-04-28 03:51:58 +00:00
cgd
009e6dd4e9 rearrange some splfoo 1994-04-28 01:17:00 +00:00
jtc
7485400f95 simplify recursive directory create (mkdir -p) code 1994-04-28 00:10:30 +00:00
jtc
f667148224 Skip trailing slashes, so "rmdir foo/" works even on systems without
a POSIX.1 compliant rmdir(2) syscall.
1994-04-28 00:03:18 +00:00
cgd
c6ac3ac23a make a bit clearer 1994-04-27 22:40:48 +00:00
cgd
dd243c0bb4 kill hard coded paths, kill typos and a couple of bogons, etc. 1994-04-27 22:37:11 +00:00
cgd
da9e659d0d SHUT UP! 1994-04-27 21:43:47 +00:00
cgd
6035732eed need <sys/time.h> 1994-04-27 21:32:00 +00:00
jtc
c1a0df95a9 Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
Manpage coming soon.
1994-04-27 19:50:51 +00:00
jtc
0d6a99f38a Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
1994-04-27 19:50:34 +00:00
pk
c36241bbed Add "show callout". 1994-04-27 10:49:07 +00:00
pk
6ce04ec890 Routine to display callout table from DDB. 1994-04-27 10:47:51 +00:00
mycroft
930194f7f9 Remove wt0 and el0 from these configs until probe problems are resolved. 1994-04-27 08:25:53 +00:00
hpeyerl
04853608cf make a make and a make install work 1994-04-27 06:23:02 +00:00
deraadt
3364832746 ship a dev.cpio.gz that has devices built in it 1994-04-27 05:14:46 +00:00
mycroft
11bb73b9a1 Fix mmopen() and mmclose(). 1994-04-27 03:53:29 +00:00
mycroft
bec176e7da Update for new time struct. 1994-04-26 22:33:28 +00:00
phil
128ceab54f Sigh .. forgot to kill one .globl 1994-04-26 20:47:46 +00:00
phil
fe9c815e20 using the "autoboot rom", the pc532 will now actually reboot ... locore.s can
now stop mapping and rerun the monitor as if the machine just had power
applied.
1994-04-26 20:46:40 +00:00
chopps
fb4bff1785 make whatis even if no formating. 1994-04-26 20:39:22 +00:00
pk
3bd7cfeb1b More prototyping. 1994-04-26 20:19:52 +00:00
chopps
afaaa07188 It has some form of usefullness now, still no man.conf. 1994-04-26 20:15:50 +00:00
pk
7ed52d1091 Disabling *all* terminals in /etc/ttys meant disabling them for good:
stuck in `clean tty' => `multi user' => `clean tty' loop.
1994-04-26 19:56:22 +00:00
pk
21099f340f Fix typo.
Give TIOCTCNTL a try.
1994-04-26 19:52:29 +00:00
pk
13809c7029 SunOS's RLIMIT_NOFILE is different: add sun_[gs]rlimit(). 1994-04-26 19:50:37 +00:00
cgd
ed7e1b86da clean up a little bit, and minor optimization... 1994-04-26 05:40:35 +00:00
chopps
1996d53f08 don't reinit board twice if it works once. 1994-04-26 03:48:08 +00:00
mycroft
fc844e1797 Style nits. 1994-04-26 03:43:26 +00:00
mycroft
62773fc6f8 Add Adaptec 6360 driver from Jarle Greipsland, with some changes by me. 1994-04-26 00:05:56 +00:00
mycroft
d093232445 Add aic0. 1994-04-26 00:04:24 +00:00
cgd
95fcf16b66 add sequential swap device support, supplied by hibler many moons ago.
(Note that it needs config support, too, which isn't there yet, but
might be soon...)  Also, general cleanup.  use NODEV to terminate swdevt,
so that sparc port (and future) is happy.
1994-04-25 23:53:51 +00:00
cgd
25fe2bda71 terminate swap conf file with NODEV, not 0. 1994-04-25 23:30:52 +00:00
mycroft
4dfb6d0abd Implement intr_disestablish(). 1994-04-25 22:12:14 +00:00
mycroft
87b39add50 As I described this on comp.protocols.tcp-ip:
I've found a problem with the TCP delayed ack algorithm.  If the writer's
buffer becomes full before sending an entire window, the writer will stop
and the ack will be delayed and the transmission will be stalled pending
a timeout on (and transmission of) the delayed ack.

As an experiment, I've applied the following patch to my (NetBSD) kernel,
and it alleviates the problem.

The worst case for this change is that the writer sets the PSH bit on
every outgoing packet, in which case delayed ack is effectively disabled.
This is not an issue of correctness, however, and since most vendors use
the PSH bit a bit more intelligently, it doesn't seem like a serious
problem.
1994-04-25 19:16:53 +00:00
cgd
957b169eed lseek long lossage. 1994-04-25 18:47:17 +00:00
cgd
9f0883781f update to match reality; this was *really* out of date! 1994-04-25 18:47:04 +00:00
cgd
ebc3c0f8a4 lseek long lossage. 1994-04-25 18:47:03 +00:00
cgd
97c1f9d08d oops; changed comparison, but not field! 1994-04-25 18:33:42 +00:00
cgd
76919077ef kill some #ifndefs 1994-04-25 18:33:12 +00:00
cgd
9a2c884999 need <sys/time.h> 1994-04-25 18:28:42 +00:00
cgd
ceeb9f072d various grunge 1994-04-25 18:28:36 +00:00