Commit Graph

4688 Commits

Author SHA1 Message Date
ache
ac525bda28 Forget to exit alt charset mode, critical for non-cons25r
terminals wits as/ae
1994-11-24 15:09:30 +00:00
dg
b460ac980a Don't try to page to a vnode that had it's filesystem unmounted. 1994-11-24 14:43:22 +00:00
dg
53f8ace9c9 Moved conversion of ether_type to host byte order out of ethernet drivers
and into ether_input(). It was silly to have bpf want this one way and
ether_input want it another way. Ripped out trailer support from the few
remaining drivers that still had it.
1994-11-24 14:29:38 +00:00
dg
102b2d85e8 Changed optimization level to -O2. 1994-11-24 14:26:11 +00:00
dg
6b18c49795 Re-apply an old patchkit days fix of mine for mempages:
* PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
 * --------------------         -----   ----------------------
 * CURRENT PATCH LEVEL:         1       00051
 * --------------------         -----   ----------------------
 *
 * 14 Aug 92    David Greenman          Fixed NEWVM mempages calculation
1994-11-24 13:13:55 +00:00
ache
81bb8ce1eb For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead
of 1. (we have it). Please check gnu2bmake script
1994-11-23 21:11:20 +00:00
ache
820bfa4455 Add missing osfcn.h 1994-11-23 21:00:24 +00:00
wollman
7778a7de23 Don't core on ``root on qq0 and fx0 and yy0'' specifications; just
take the first one and ignore all the rest, giving a warning message.
Fixes PR #3.
1994-11-23 20:36:08 +00:00
ache
0a7c4d0ed4 mass fixes from 1.1.5.1 + better log erros and incorrect logins 1994-11-23 19:33:17 +00:00
ache
d1b2fa0ec8 Fix uucico path
Submitted by:  Gene Stark
1994-11-23 17:48:31 +00:00
dfr
d813d53943 Update the RenderMorphics entry.
Reviewed by:
Submitted by:
Obtained from:
1994-11-23 13:13:12 +00:00
jkh
9dc2759caa More completely integrate Garrett's doc changes. I didn't read them
closely enough the first time.
1994-11-23 11:04:00 +00:00
jkh
81123d5c3e Fix stupid NFS bug reported by David Rivers
Fix doc bug reported by Garrett Wollman.
A new cpio floppy should probably be rolled from these changes.
1994-11-23 11:01:41 +00:00
jkh
9963e41ffd Correct a really stupid bug that broke NFS installs. SIGH!!!!! 1994-11-23 10:52:30 +00:00
gclarkii
7dae7c980a Add entry about problems with BT-946c's and some Intel MB's.
Obtained from: Paul Richards
1994-11-23 10:21:59 +00:00
ugen
b73cda5b28 The long-time-waited-for patch for PPP.
See Gene's mail for explanation..
Submitted by: Gene Stark
1994-11-23 08:29:44 +00:00
ache
00e059c5c4 Make edquota works with other then vi editors,
i.e.check file by name, not by fd
1994-11-22 18:52:58 +00:00
paul
7f8c24f7e0 Added
CLEANFILES += makedevs.c
1994-11-22 13:34:43 +00:00
jkh
311e99bf5d Point people at the troubleshooting guide in advance. 1994-11-22 10:57:36 +00:00
jkh
b6fcdf971d Document the "old boot blocks" problem. 1994-11-22 10:55:55 +00:00
jkh
7843e2ffd5 Remove /usr/gnu from mandatory manpath. 1994-11-22 09:57:42 +00:00
jkh
3d690e2dc9 A few tweaks. 1994-11-22 09:54:19 +00:00
dg
b36a4639af Bunch of fixes from Matt Thomas:
1) make #includes correct
2) fix bugs in address check macros
3) fixed bugs in, and enabled, recopy if heavily fragmented code
4) moved call to bpf tap to be before enqueing packet (probably gratuitous)
5) fixed bug that caused "abnormal interrupt" at boot time/first use
6) added support for reading Zynx address ROM
7) fixed bug that caused broadcasts to not work shortly after booting (only
	manifested if not using multicast - e.g. not in FreeBSD 2.0)
8) fixed spelling errors in comments

Submitted by:	Matt Thomas
1994-11-22 09:47:31 +00:00
phk
ef7d5d0f51 Thanks guys. 1994-11-22 09:16:46 +00:00
jkh
eeeb59bfd7 Changes for 2.0R. 1994-11-22 09:02:46 +00:00
jkh
151933ec68 Changes to README for release. 1994-11-22 08:58:42 +00:00
dg
d016bf0d48 Preallocate the first swap block to work around a failure with swap starting
at physical block 0. Note that this will show up in pstat -s and swapinfo
as space "in use". In reality, the space is simply never made available.
1994-11-22 08:47:20 +00:00
phk
ccd61d537b des DISTRIBUTION became secrdist. 1994-11-22 08:03:26 +00:00
jkh
7925cecfe9 Update the X Inside, Inc text to include some stuff Jeremy just sent me. 1994-11-22 06:58:09 +00:00
jkh
a006fe0685 Make serial interface have a default value, and indicate that it has
to start with /dev.  Thanks, Chris.
1994-11-22 06:50:13 +00:00
jkh
85ce0dc500 1. Add instructions for installing onto a second disk.
2.  Clean up the FAQ just a bit.
1994-11-22 06:48:39 +00:00
phk
585da7059c Various hackeries. 1994-11-22 05:21:06 +00:00
ache
ea93a0e17c add missing tconv 1994-11-22 00:47:14 +00:00
ache
5d6022cb61 Make this file more BSD-like 1994-11-21 23:03:23 +00:00
ache
22d6f8fc87 Fix wrong size check for scroll forward/backward ('S'/'T') 1994-11-21 17:59:29 +00:00
ache
1877cceca9 Attempt to fix scroll forward/ scroll backward bug bringed by vi,
'S' and 'T' use count 1 in fillw() instead of count == n.
1994-11-21 14:36:02 +00:00
ache
349a9fe394 Fix scroll bug bringed by 'vi <several_small_files>'
and :n command then. :prev bug still exists because it syscons
bug itself, I work on it.
1994-11-21 14:16:31 +00:00
jkh
089ee34da9 Fix an obscure message that went off the right hand side. 1994-11-21 11:18:48 +00:00
ats
69c62c872d Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chance
to blow away your current dir, because WRKDIR == CURDIR. This should
help tcpblast to not blow away itself in the clean target :-).
1994-11-21 10:30:37 +00:00
jkh
cd45613ab0 Allow users to specify both a timezone AND add users. Whoops!
We're all pretty nuked at this point..
1994-11-21 09:50:02 +00:00
ats
7bba78b783 Reviewed by: Bruce Evans
Add prototypes for the *rand48 family here in the moment to get them
running again.
1994-11-21 09:25:58 +00:00
sos
debb8cdecc Fixed ' & ` keys .
Submitted by:	Andreas Klemm
1994-11-21 08:50:18 +00:00
jkh
26b2734c65 Make sure new machines always have a host name. 1994-11-21 08:33:56 +00:00
phk
44764627ec syntax error 1994-11-21 08:15:25 +00:00
jkh
f2ae2fd91a ALPHA -> BETA 1994-11-21 07:38:48 +00:00
jkh
e35e09e84e Make abort just abort, not ask. Dialog's internal state is hosed at that
point anyway by re-entrancy.
1994-11-21 07:33:21 +00:00
jkh
d6d74a08e1 Delete packages from list of options - we don't handle it properly
anyway.  Clip the XFree86 prompt down to size.
1994-11-21 07:25:27 +00:00
jkh
68706a61ac Add XFree86 distribution to list of possibles. 1994-11-21 06:45:01 +00:00
jkh
315ad81926 Redirect cd errors properly to /dev/ttyv1 1994-11-21 06:18:30 +00:00
jkh
b362818167 Make David happy. 1994-11-21 06:15:30 +00:00