jkh
b0426dd240
Argh! Missing quotes.
1994-11-05 07:41:08 +00:00
jkh
90385ed0d5
We need CD9660 and MSDOS filesystems built-in if the floppy is to have
...
a hope of getting at these types of filesystems without dragging all
the LKM stuff in.
1994-11-05 07:38:50 +00:00
jkh
fef86cb8c9
Eliminate USERCONFIG. This option is now standard.
1994-11-03 15:51:38 +00:00
gpalmer
807094f81b
Cosmetic changes in comment at start (it's no longer a GENERICAH config
...
file!)
1994-11-03 01:46:59 +00:00
wollman
c2f5052cfd
Fix Jordan's misplaced IPFIREWALL option. Fix style of other previous commits.
...
Document ARP_PROXYALL.
1994-11-02 01:11:03 +00:00
pst
125d6c349a
Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
...
created by Amancio Hasty (specificly, this, in conjunction with his sound
driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to
run under FreeBSD 2.x.)
1994-11-01 01:47:22 +00:00
joerg
e557ddcc18
Documented the FDSEEKWAIT option.
1994-10-30 20:57:07 +00:00
jkh
6dbcdb0ab9
IP Firewall code from Daniel Boulet and J.S.Antsilevich
...
Submitted by: danny ugen
1994-10-28 15:09:49 +00:00
jkh
1ca2f392e1
Julian Elischer's disklabel fixes.
1994-10-27 20:45:13 +00:00
wollman
38816fb7f9
Stylistic changes.
1994-10-26 21:10:13 +00:00
jkh
41601d7537
Enable USERCONFIG and document it in LINT.
1994-10-26 19:20:27 +00:00
jkh
9e94737627
Add userconfig.
1994-10-26 19:19:12 +00:00
bde
10fb081e1d
Never strip the kernel.
...
Recommend -Wimplicit in CWARNFLAGS next. There are still a few hundred
potential arg mismatches because no function declaration is in scope.
Don't duplicate option `-I.'.
Remove null editing of the assembler source for all profiled objects.
The required magic has been done since prehistoric times by an
asm("mcount") declaration.
Simplify the clean rule.
Don't try to be clever about timestamps involving genassym. genassym's
timestamp usually got ahead of assym.s's timestamp, so `make' almost
always had to run genassym and compare *assym.s to decide that nothing
needed to be done. The cost is reassembling a few files whenever
genassym is rebuilt. Assembling is almost as fast as comparing.
Always go through genassym.o to build genassym. This would have avoided
numerous bugs involving mkdep -p. Now it just stops genassym from
depending on the name of the temporary object file.
Use ${CFLAGS} for building genassym. Mainly ${CWARNFLAGS} were missing.
1994-10-25 19:34:57 +00:00
sos
61b5dc899b
Added sea0 - Seagate driver lines to config
1994-10-24 22:18:12 +00:00
phk
de23562289
NFS-diskless works. Look in sys/i386/boot/netboot for some of the
...
explanation. More doc needed, but not hard to do, if you want to.
A big hand to Martin Renters for the netboot program !
Anybody want to compete on who can "make world" in the shortest
amount of time ? I have 127 i486DX2/66 and 5 P60's I can use
now. And 3 times 66 Gb file servers to support it... :->
Anyway, NFS will be standard in the GENERIC kernel now, so that
people can use the bin-tarball to set up shop.
1994-10-22 17:50:17 +00:00
wollman
96a439f22b
LINT: vastly restructured so that it's actually useful for something
...
Makefile.i386: make definition of STRIP unconditional.
1994-10-21 01:10:54 +00:00
phk
67c8cc3f20
According to a quick reading of sources, one experiment and Bruce's word:
...
aha, ahb and bt all on "irq ?" now.
1994-10-20 00:53:30 +00:00
phk
ca4c47b8ec
Bruce told me to: Make uha0 use irq ?
1994-10-20 00:19:37 +00:00
wollman
2802184c31
Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
...
config files actually does something useful.
1994-10-18 19:45:46 +00:00
phk
b25af3a978
Typo in a comment.
1994-10-18 07:21:57 +00:00
phk
e7536ddeff
GENERIC is our new all singing and dancing kernel. Please report ASAP if
...
there is anything GENERICAH or GENERICBT can, which this one cannot.
MINI changed to reflect the SCSI-pecking-order.
1994-10-17 21:10:20 +00:00
phk
682ae148fe
Added ed2 device, on a hard-jumpered location for SMC Ultra
1994-10-15 22:19:38 +00:00
phk
687e53b0ba
This kernel is a barebones kernel. No networking, no CD's no nothing.
...
Will be used to get a little bit of FreeBSD onto a disk, from where
other kernels can be loaded.
1994-10-15 21:36:25 +00:00
phk
d1749692ef
Sanitized a little bit. All SCSI is now "controllers" and LINT is more
...
sorted now.
1994-10-15 08:09:42 +00:00
phk
20388ecc89
I added PROCFS back to the GENERIC kernels. ps(1) needs /proc, so almost
...
any machine will load it anyway.
1994-10-14 23:16:29 +00:00
sos
30cf7d5f68
Added ibcs2_socksys file.
1994-10-13 20:19:11 +00:00
se
c027476f8f
Name change: pci_intel.c -> pcisupport.c
1994-10-12 03:56:49 +00:00
ache
20bbd02fac
USE_RTC_CENTURY added
1994-10-04 14:11:02 +00:00
rgrimes
8e4232db57
Put genassym: back how it was originally, the real bug was in mkdep.
1994-10-03 23:03:38 +00:00
phk
37190acca0
I added "pserudo-device gzip" as default.
1994-10-03 22:32:13 +00:00
phk
cc7748361f
dependency for genassym was wrong, there is never made a genassym.o file.
...
made i depend on the src.
1994-10-03 18:51:35 +00:00
rgrimes
ef83447cb7
genassym: depends on Makefile and genassym.o, genassym.o dependicies are
...
picked up from .depend.
1994-10-02 22:58:40 +00:00
phk
7dd02d2607
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
rgrimes
049ffbc086
genassym: depends on the source code too.
1994-10-01 21:43:24 +00:00
dg
509369c300
Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.
...
Submitted by: Paul S. LaFollette, Jr.
1994-10-01 17:59:42 +00:00
phk
bc54190a50
#Driver for Advaced Power Management (also need options APM)
...
-device apm0 isa?
+device apm0 at isa?
1994-10-01 16:44:07 +00:00
dg
52c7a916b9
Added options APM and device apm0 for Advanced Power Management support.
1994-10-01 05:43:09 +00:00
dg
b329c83425
Laptop Advanced Power Management support by HOSOKAWA Tatsumi.
...
Submitted by: HOSOKAWA Tatsumi
1994-10-01 02:56:21 +00:00
swallace
071d84b9b9
add new sound files to kernel config file list
1994-10-01 02:36:24 +00:00
csgr
656c1d99a7
Do strip -x of kernel
...
Obtained from:1.1.5.1
1994-09-29 14:02:40 +00:00
wollman
f04cd875db
GENERIC*: remove commented-out options; the user should have to do
...
/some/ research to figure out how to turn them on.
LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
1994-09-28 22:57:24 +00:00
wollman
bb4185a6aa
LKMs are no longer options, so remove the `options LKM' from LINT.
1994-09-28 22:51:54 +00:00
dg
e86c0206e9
Now that LKM is standard, PROCFS isn't needed in the GENERIC kernels
...
either.
1994-09-28 22:49:54 +00:00
dg
67a9ab27de
The FDESC filesystem is definately not needed in the GENERIC kernels.
1994-09-28 22:46:22 +00:00
se
cd2cee44a9
Added entries for PCI and NCR device drivers.
1994-09-28 17:00:14 +00:00
phk
f5a12741b5
Added
...
options DIAGNOSTIC
options MSDOSFS_DEBUG
1994-09-27 20:36:26 +00:00
jkh
998114bc72
Jim Babb's port of the AIC6360 code.
...
Submitted by: babb
Obtained from: NetBSD
1994-09-26 16:15:06 +00:00
ache
74d0d72406
HARDFONTS option documented
1994-09-25 02:10:47 +00:00
phk
b8dad1b598
Fixed the problem where "make depend" was mandatory for building kernel.
...
moved vnode_if.o up before ${OBJS} in the SYSTEM_OBJS list.
1994-09-23 07:01:59 +00:00
dg
e540a800b4
Removed last vestige of MULTICAST option.
1994-09-23 06:22:58 +00:00