summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Put genassym: back how it was originally, the real bug was in mkdep.rgrimes1994-10-032-4/+4
|
* I added "pserudo-device gzip" as default.phk1994-10-031-1/+3
|
* dependency for genassym was wrong, there is never made a genassym.o file.phk1994-10-032-4/+4
| | | | made i depend on the src.
* Changed the imgact_gzip to "optional gzip" per David Greenman's request.phk1994-10-031-1/+1
|
* ***phk1994-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: THIS MATERIAL MIGHT GO AWAY! This material needs the core-groups approval to stay here for the 2.0 release. If the core-group does not concent to this commit, it will be backed out. *** It is a non-gpl'ed "unzip" which will allow execution of a.out files which have been sent through "gzip -9". The idea being saved disk-space. Just now this code has quality rating: "working prototype". To compress a file to be used with this, do it exactly this way: gzip -9 -v < /bin/FOO > /tmp/FOO remember to chmod /tmp/FOO as needed. DON'T compress all of you binaries right away ! There are several things which you should consider first: 1. Using compressed binaries, you use >MUCH< more VM, and thus swap-space. 2. It is slow. 3. It might crash your machine. Apart from that, I welcome comments...
* genassym: depends on Makefile and genassym.o, genassym.o dependicies arergrimes1994-10-022-4/+4
| | | | picked up from .depend.
* In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.confphk1994-10-022-2/+10
| | | | for instance), don't nuke them.
* genassym: depends on the source code too.rgrimes1994-10-012-4/+4
|
* Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.dg1994-10-012-2/+6
| | | | Submitted by: Paul S. LaFollette, Jr.
* #Driver for Advaced Power Management (also need options APM)phk1994-10-011-2/+2
| | | | | -device apm0 isa? +device apm0 at isa?
* Added options APM and device apm0 for Advanced Power Management support.dg1994-10-011-1/+7
|
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-013-5/+7
| | | | Submitted by: HOSOKAWA Tatsumi
* add new sound files to kernel config file listswallace1994-10-011-3/+7
|
* Do strip -x of kernelcsgr1994-09-292-4/+22
| | | | Obtained from:1.1.5.1
* GENERIC*: remove commented-out options; the user should have to dowollman1994-09-281-2/+2
| | | | | | /some/ research to figure out how to turn them on. LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
* LKMs are no longer options, so remove the `options LKM' from LINT.wollman1994-09-281-2/+1
|
* LKM support is no longer optional.wollman1994-09-281-1/+1
|
* Get rid of parentheses in version stuff. Use 2.0.0-Development instead.sef1994-09-281-3/+3
|
* Added entries for PCI and NCR device drivers.se1994-09-281-1/+7
|
* Addedphk1994-09-271-1/+3
| | | | | options DIAGNOSTIC options MSDOSFS_DEBUG
* Lots of kernel code requires vnodE_if.h, so provide code to generate itwollman1994-09-261-3/+1
| | | | | | | | | | if requested. LKMs which need it should use: SRCS+= vnode_if.h CLEANFILES+= vnode_if.h vnode_if.c These rules were already present for VFS LKMs; now they are enabled all the time. (VFS LKMs do not need the fragment above; it is still done for them.)
* Jim Babb's port of the AIC6360 code.jkh1994-09-262-2/+5
| | | | | Submitted by: babb Obtained from: NetBSD
* Removed unimplemented subr_rmap.c and unused references to it.dg1994-09-251-1/+0
|
* HARDFONTS option documentedache1994-09-251-1/+3
|
* Fixed the problem where "make depend" was mandatory for building kernel.phk1994-09-232-4/+4
| | | | moved vnode_if.o up before ${OBJS} in the SYSTEM_OBJS list.
* Removed last vestige of MULTICAST option.dg1994-09-231-2/+1
|
* Add PPP. NB: this is VERY VERY VERY green code, added to make it easierwollman1994-09-231-0/+2
| | | | to test things out. It compiles, but I don't know if it works (yet).
* More loadable VFS changes:wollman1994-09-222-3/+2
| | | | | | | | - Make a number of filesystems work again when they are statically compiled (blush) - FIFOs are no longer optional; ``options FIFO'' removed from distributed config files.
* Make it easier to create filesystem LKMs by doing most of thewollman1994-09-211-1/+16
| | | | work in the Makefile. Just define VFS_LKM and you're off!
* Add entries for transputer driver.jkh1994-09-211-1/+2
| | | | | Reviewed by: jkh Submitted by: luigi
* Sorted.dg1994-09-201-23/+23
|
* Added MSDOSFS option.dfr1994-09-191-1/+2
|
* Added msdosfs.dfr1994-09-191-0/+6
| | | | Obtained from: NetBSD
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-0/+1
| | | | | | | | | | | | | | | | | This code is mostly taken from the 1.1 port (which was in turn taken from Dave Mills's kern.tar.Z example). A few significant differences: 1) ntp_gettime() is now a MIB variable rather than a system call. A few fiddles are done in libc to make it behave the same. 2) mono_time does not participate in the PLL adjustments. 3) A new interface has been defined (in <machine/clock.h>) for doing possibly machine-dependent things around the time of the clock update. This is used in Pentium kernels to disable interrupts, set `time', and reset the CPU cycle counter as quickly as possible to avoid jitter in microtime(). Measurements show an apparent resolution of a bit more than 8.14usec, which is reasonable given system-call overhead.
* Add SYSV shm stuff back to LINT.jkh1994-09-163-5/+6
| | | | | chflags noschg /kernel in Makefile.i386 so if our previous kernel was installed by make install, the second won't fall over.
* Added back the SYSV ipc files which somehow got removed.dfr1994-09-151-0/+5
|
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-151-1/+1
| | | | | Fixed somebody's idea of a joke - about the first half of the lines in in_proto.c were spaced over by one space.
* A make system file for building LKMs, derived from bsd.prog.mk.wollman1994-09-141-0/+142
|
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-6/+1
| | | | | multicast routing to be implemented as an LKM. (There's still a bit of work to do in this area.)
* Added SYSV ipcs.dfr1994-09-132-1/+49
| | | | Obtained from: NetBSD and FreeBSD-1.1.5
* Added DSI_SOFT_MODEMphk1994-09-131-1/+2
|
* Deleted the pccons driver from the files.i386, added the seagate driverats1994-09-112-9/+6
| | | | | | | into files.i386. LINT: Deleted the timezone line. Commented out the maxfdescs line and the SYSVSHM and the SHMMAXPGS lines.
* Remove *_SAVER syscons options - I don't know how they go in here:csgr1994-09-091-5/+1
| | | | | (These options did not even really exist in 1.1.5.1) CVS:
* Don't include options MULTICAST or MROUTING in generic kernels. MULTICASTwollman1994-09-092-2/+10
| | | | | | | | | | | | | | has no effect now, and MROUTING should never be defined by default. (Eventually the code should be dynamically loadable.) Also, allow for Pentium CPUs in GENERICBT kernels. Add an `install' rule to Makefile.i386, which looks like this: mv /kernel /kernel.old install -c -m 555 -o root -g root -fschg kernel / I'd like comments on whether or not you think it's a good idea to have the kernel be immutable by default; I'm happy either way. CVS:
* Reviewed by: Stefan Esser <se>se1994-09-061-2/+3
| | | | | Submitted by: Added "i386/pci/pci_intel.c" for Intel PCI chip set specific driver code.
* Reviewed by:ats1994-09-052-5/+3
| | | | | Delete the hints to the sg driver. This thing was never finished and has now been beaten by the sea driver.
* Get rid of a superfluous echo.jkh1994-09-052-4/+2
| | | | Submitted by: jkh
* Remove symlink before remaking it for libkern.ajkh1994-09-052-4/+6
| | | | | Reviewed by: jkh Submitted by: dima
* Restore some explicit dependencies for locore.s so that "make clean; make"bde1994-09-022-4/+4
| | | | works even if .depend doesn't exist.
* Added entry for if_lnc.c, soon to be added new Lancef amily ethernetpaul1994-09-021-1/+2
| | | | | | driver. Reviewed by: Submitted by:
OpenPOWER on IntegriCloud