Gary Clark II
05cbf1006d
Added entrys for GCC and cleaned it up more.
1994-10-03 04:28:03 +00:00
Bruce Evans
508bd973c1
Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandard
...
and unused.
1994-10-03 04:15:54 +00:00
Gary Clark II
7eabd9a9b8
Update hosts (From *.cdrom.com to FreeBSD.org)
...
update to 2.0 era
1994-10-03 03:48:42 +00:00
Gary Clark II
0e730153ed
Small cleanup.
1994-10-03 03:31:13 +00:00
Gary Clark II
d0f6b00881
Update to 2.0 era.
1994-10-03 03:28:22 +00:00
Gary Clark II
2804345332
Show this FAQ as being for 1.1.5.1 and below.
1994-10-03 03:19:41 +00:00
Andrey A. Chernov
38ea5c3d90
Fix 'cursor-disappearce-after-switching-screen-from-X' bug
1994-10-03 01:22:46 +00:00
Andrey A. Chernov
d32198f15b
Add VMIN/VTIME support
...
Obtained from: scratch :-)
1994-10-03 01:12:18 +00:00
Andrey A. Chernov
1546c307a6
Make ~%take work: ignore \r
...
Obtained from: taylor-list
1994-10-02 23:10:39 +00:00
Andrey A. Chernov
09b7b3dcca
Make -a option optional, uux fails in other case with new sendmail-style
...
<> address in return-receipts
Obtained from: taylor-list
1994-10-02 23:09:41 +00:00
Rodney W. Grimes
07049f23e9
genassym: depends on Makefile and genassym.o, genassym.o dependicies are
...
picked up from .depend.
1994-10-02 22:58:40 +00:00
Poul-Henning Kamp
0ff3ad4e5e
In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.conf
...
for instance), don't nuke them.
1994-10-02 21:50:51 +00:00
Paul Richards
cc6ed8bf5e
(There's two of these now (Am7990.h and am7990.h) and they need to
...
be merged at some point)
New AMD family ethernet driver. Should support BICC,NE2100, TNIC,
AT1500 and anything else that uses a Lance/PCnet type chip. Only been
tested with the BICC so far though.
Still work to do on performance and MULTICAST support needs to be added
but it's basically working and I want the revision history from this
point on
1994-10-02 21:16:01 +00:00
Paul Richards
a57c5abbd5
New AMD family ethernet driver. Should support BICC,NE2100, TNIC,
...
AT1500 and anything else that uses a Lance/PCnet type chip. Only been
tested with the BICC so far though.
Still work to do on performance and MULTICAST support needs to be added
but it's basically working and I want the revision history from this
point on
1994-10-02 21:14:38 +00:00
David Greenman
ce1e23b99c
Add back and correct declaration of m_copyback()
1994-10-02 20:04:04 +00:00
Poul-Henning Kamp
45a0b89468
Avoid ddb getting a panic if the code-segment isn't the usual one...
1994-10-02 19:36:30 +00:00
David Greenman
336f97b7ad
Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdesc
...
Submitted by: HOSOKAWA Tatsumi
1994-10-02 18:57:15 +00:00
Garrett Wollman
7b46dd001d
Document router advertisement and solicitation messages in ICMP input
...
histogram.
1994-10-02 18:45:32 +00:00
Garrett Wollman
8788f5888b
Allow multicast NTP.
1994-10-02 18:05:48 +00:00
Poul-Henning Kamp
623ae52e4e
GCC cleanup.
...
Reviewed by:
Submitted by:
Obtained from:
1994-10-02 17:48:58 +00:00
Poul-Henning Kamp
51b713ac2b
Ripped out APM-hooks. Not ready for prime time yet.
1994-10-02 17:41:44 +00:00
Poul-Henning Kamp
1ed171d405
Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.
...
Ripped out the "hooks". Until we know how we want to do it, we shouldn't
start hacking anyway. Still panics my machine though.
1994-10-02 17:40:38 +00:00
Poul-Henning Kamp
797f2d22f0
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
...
GCC a lot more silent.
1994-10-02 17:35:40 +00:00
Poul-Henning Kamp
abd358cd49
apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module
...
works correctly.
clock.h & reg.h: prototypes.
1994-10-02 17:31:29 +00:00
Poul-Henning Kamp
01d0532b97
Unused variables, except one with a omnious comment.
1994-10-02 17:29:51 +00:00
Poul-Henning Kamp
48fbb6cc7e
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
...
bad, I will get to it eventually, unless somebody beats me to it.
1994-10-02 17:27:07 +00:00
Poul-Henning Kamp
f86eaaca2c
Prototypes, prototypes and even more prototypes. Not quite done yet, but
...
getting closer all the time.
1994-10-02 17:25:04 +00:00
Poul-Henning Kamp
c9421aa7c4
Removed a lot of stuff which has no raison d`etre now that the kernel-driver
...
works correctly.
1994-10-02 17:18:12 +00:00
Paul Richards
c4447d4ef1
Removed NOOBJ so obj directory gets built if wanted.
1994-10-02 14:43:12 +00:00
Andrey A. Chernov
efc18e2ca9
Skip 'cua' 3 chars like 'tty' 3 chars
1994-10-02 14:11:32 +00:00
Andrey A. Chernov
ef0797abc9
Make fat cursor as early as possible, per Bruce suggestion
1994-10-02 14:08:57 +00:00
Andrey A. Chernov
02ea062a10
#define HAVE_TERMIOS added for proper terminal handling
...
Submitted by: smcarey@mailbox.syr.edu
1994-10-02 11:12:40 +00:00
Andrey A. Chernov
6bd6acee8e
Little regex code cleaness, idea from jgreco@ns.sol.net
1994-10-02 10:54:00 +00:00
David Greenman
eb1c3392d7
Include rtprio.h for struct rtprio.
1994-10-02 08:34:47 +00:00
David Greenman
8b6f5f5f9f
On second thought...back out previous commit.
1994-10-02 08:33:31 +00:00
David Greenman
793ced0e91
Include rtprio.h
1994-10-02 08:19:13 +00:00
Rodney W. Grimes
4c61f5466f
If you are building a kernel without NFS statically linked in you
...
must #define NFS before including <sys/mount.h> to pick up some of
the definitions needed for struct diskless. Be sure to undef it after this
so you do not effect other code.
This is kinda sick, but it does the job. Problem found by davidg.
1994-10-02 07:19:43 +00:00
Rodney W. Grimes
12fafb2d5a
1. Completely rewritten Makefile that uses bsd.prog.mk more effectively.
...
2. Clean up the .S files to use /* */ style comments.
This is a totally cosmetic change, not one byte of the resulting boot
code changes. But at least it is installed with correct owners and in
the right places, and gets recompiled correctly when things change!
1994-10-02 05:18:26 +00:00
Rodney W. Grimes
ea56956912
Add .S to SUFFIXES and add .S.o: rule.
...
Submitted by: bde
1994-10-02 05:12:46 +00:00
David Greenman
7216391e49
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
...
but substantially rewritten by me.
1994-10-02 04:48:21 +00:00
Gary Palmer
723ff3e087
Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio and
...
vidcontrol out of machine-independance into the I386 & clean
dependant sections. Also move 'timed' out of machine-dependace into
machine-independance
Reviewed by: rgrimes
1994-10-02 03:42:40 +00:00
Gary Palmer
3e1d4f3258
Moce comcontrol, fdisk & mount_msdos out of machine-independance into
...
an I386 specific statement. Also add necessary code to allow
machine-dependance in this makefile
Reviewed by: rgrimes
1994-10-02 03:38:08 +00:00
Andrey A. Chernov
006e8b41fb
Fix bug with 8-bit chars sign extention (ctype not works)
1994-10-02 02:01:21 +00:00
Poul-Henning Kamp
3d1dcf1ba5
Replaced the magic register union with inline assembler. Now it works
...
"mostly". My machine still panics from time to time, and I think the
problem is a stack-problem.
1994-10-02 01:45:42 +00:00
Andrey A. Chernov
c7eb1baf5d
libcompat removed
1994-10-02 01:36:03 +00:00
Andrey A. Chernov
c6acecdc95
Rewritten using POSIX regex
...
Add 57600 and 115200 speeds
Correct termcap path
1994-10-02 01:33:28 +00:00
Rodney W. Grimes
21abf3d3ce
1. Remove all references to cyloffset, it has been unused for some time.
...
2. New detection code so we know what boot code called us.
3. Remove old DISKLESS support code and halt if we are called by that boot
code as it will NOT work with the new nfs_diskless structure.
This is really in preperation for new boot code and new diskless support.
Reviewed by: davidg
1994-10-02 01:32:53 +00:00
Rodney W. Grimes
723b616383
Add code to generate NFSDISKLESS_SIZE for use in locore for copying the
...
nfs_diskless structure in from the boot code.
Reviewed by: davidg
1994-10-02 01:28:38 +00:00
Garrett Wollman
28e822955c
Implement full proxy ARP, gated on option ARP_PROXYALL. This allows
...
a FreeBSD box to do proxy ARP as easily as most commercial routers do,
without messing around with (potentially variable) Ethernet addresses.
This code is really quite simple; I'm not at all sure why it wasn't
implemented in 4.4.
It might be worth stealing an interface flag (maybe IFF_LINK1) to use for
finer-grained control over which interfaces get proxy treatment. For the
moment, it's all or nothing.
1994-10-01 21:50:33 +00:00
Rodney W. Grimes
470d929ec2
genassym: depends on the source code too.
1994-10-01 21:43:24 +00:00