summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include most of the logdaemon v4.4 S/key changespst1994-10-1922-244/+369
|
* Added libmd.a -> LIBMDpst1994-10-181-1/+3
|
* Change ``on'' to ``at'' globally.wollman1994-10-181-7/+7
|
* Put skey.acccess in usr/share/examples/etcguido1994-10-181-8/+30
|
* Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' inwollman1994-10-183-45/+36
| | | | config files actually does something useful.
* Bring over the lkm manpage.jkh1994-10-181-0/+146
| | | | Obtained from: NetBSD
* Fix several dialog/terminal problems.ache1994-10-181-20/+46
| | | | Add code to autodetect terminal entry, if TERM undefined
* Made zero-fill stats a bit more clear.dg1994-10-181-2/+2
|
* Updated to changes in struct vmmeter.dg1994-10-181-4/+4
|
* Updated to changes in struct vmmeter and reorganized -s stats to be moredg1994-10-181-13/+15
| | | | logical.
* Fix the remaining vmmeter counters. They all now work correctly.dg1994-10-183-6/+11
|
* Added a slot in the swap-dev-table for NFS-diskless to abuse.phk1994-10-181-0/+1
|
* Lates snapshot:paul1994-10-185-494/+797
| | | | | | | | | | Re-organised files, moved bootcode routines into their own files. Check return types of everything and pass error messages to windows so we get good diagnostics. Made start on stage 2 installation. Implemented a status file that keeeps track of where we are in the installation process and allows installation from media sequences.
* Typo in a comment.phk1994-10-181-2/+2
|
* Removed references to bclnlist which we don't use/support/need.dg1994-10-184-9/+4
|
* Fixed bug I just introduced that would have allowed a user to clobberdg1994-10-182-8/+12
| | | | his kernel stack.
* Use kvm_uread instead of kvm_read to access the upages.dg1994-10-181-2/+3
|
* Allow upages to be paged in/accessed.dg1994-10-182-4/+4
| | | | Submitted by: John Dyson
* Spurious "int PHK;" removed.phk1994-10-181-2/+2
| | | | Found it when I compiled my 'PHK' kernel... :-)
* Added the final printf before jumping to the kernel.phk1994-10-181-0/+1
|
* Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-185-27/+6
|
* Remove machdep.color_displayache1994-10-182-4/+2
|
* Remove color_display, GIO_COLOR now existsache1994-10-183-18/+9
|
* Made '?' do the same thing as help.phk1994-10-182-5/+9
| | | | | Fixed bug in netmask command. Loads kernel fine. I'm trying to get locore/autoconf to like the stuff.
* Bumped the version to 2.0.1-Development.phk1994-10-181-4/+4
|
* MDDT_WDC -> MDDT_DISKwollman1994-10-171-2/+2
| | | | (NB: this is still not done yet.)
* Add new definitions for lsdev.wollman1994-10-171-3/+26
|
* First bugfix: isa devices print as `at isa?' rather than `on isa0'.wollman1994-10-171-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r3673,wollman1994-10-175-0/+423
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * lsdev(8), a user-land utility to query the device configuration databasewollman1994-10-175-0/+423
| | | | | | | | | | managed by kern_devconf.c. A useful feature is that the following script generates almost well-formed config-file lines for all ISA devices in the system: lsdev -t isa | awk '{ print "device $0" }' lsdev -t disk | awk '{ print "disk $0" }'
* Got a little closer with socksys emulation.sos1994-10-174-74/+45
|
* Added more SCO compat ioctl's.sos1994-10-175-87/+168
|
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-179-51/+127
| | | | | | | | | | | | | | | | | | | | else has been probed. This feature could go away again, if we can curb the problem another way. if_ed.c, syscons.c: Set the above flag. ed# because it needs it, syscons because it looks stupid to "detect" the display you have already filled up with text :-) bt742a.c: Check bt_cmd() return-val during probe, thus failing on adaptec's. Also silenced various printf's during the probe. isa.c: Probe devices with the above flag set before the rest. Reduce the number of "conflict" messages per device to one. *** Please test the GENERIC-kernel now, if nobody can make it fail, GENERICAH and GENERICBT has a finite and short life-expectancy... ***
* #ifdef'ed the verbose probe messages. Only until I find a good way ofphk1994-10-172-2/+6
| | | | making it run-time selectable, then it will be back (at will).
* GENERIC is our new all singing and dancing kernel. Please report ASAP ifphk1994-10-173-9/+195
| | | | | | there is anything GENERICAH or GENERICBT can, which this one cannot. MINI changed to reflect the SCSI-pecking-order.
* Add new machdep variablesache1994-10-171-0/+3
|
* Document new machdep variables, pointed by Rodache1994-10-172-4/+10
|
* Netboot TNG. I have seen this compile, I don't know if it works.phk1994-10-1711-0/+2573
| | | | | | | I have put it here, because I belive we could share some code among the various kinds of boot-code, whenever we get the time to look at it. Submitted by: Martin Renters
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-1738-957/+871
| | | | | | | But mostly it is changes to use the list-maintenance macros instead of doing the pointer-gymnastics by hand. Obtained from: NetBSD
* Spelling mistakes.phk1994-10-171-4/+4
| | | | Submitted by: Chris Kukulies
* Initialize color_display as undefined, cosmetiqueache1994-10-173-6/+6
|
* Ifdef color_display by NSC, pointed by Rodache1994-10-172-2/+12
|
* Put sanity check for negative hold count into #ifdef DIAGNOSTIC so thatdg1994-10-171-1/+5
| | | | | it doesn't consume an extra 3k of kernel text because of gcc's bogus inlining code.
* Restore all of my changes that Garrett clobbered in the previous commit.dg1994-10-171-72/+19
|
* Fixed bug in exec code, cp -R now works.paul1994-10-172-45/+139
| | | | Added code so sysinstall can run as init.
* Change references from `/386bsd' to `/kernel'gpalmer1994-10-171-2/+2
|
* Added slstat.dg1994-10-171-2/+2
|
* slstats for FBSD 2.0. Copied in the repository from 1.1.5, and then applieddg1994-10-172-13/+25
| | | | | | patches from John Hay. Submitted by: John Hay
* Various changes to the 1.1.5.1'sh install procedure.phk1994-10-172-9/+15
|
* This basically allows you to stick a disklabel on any partition.phk1994-10-172-2/+8
| | | | | | | | For it to be useful, you must stick your disklabel on the partition which starts where the MBR says FreeBSD lives. If you don't do that, you might get a bad day. Oh, that probably also means that putting swap there is a bad idea...
OpenPOWER on IntegriCloud