unix-history/.git
30 years ago>From: julian@TFS.COM (Julian Elischer)
Rod Grimes [Sat, 22 Jan 1994 07:46:25 +0000 (07:46 +0000)]
>From: julian@TFS.COM (Julian Elischer)
Date: Mon, 17 Jan 94 20:52:14 PST

As reported on the -bugs list by some one, and confirmed by Julian:

> I increased AHA_RESET_TIMEOUT in aha1542.c from 1000 to 10000
> and now my 1542C is found everytime.

30 years ago>From: Julian Howard Stacey <stacey@guug.de>
Rod Grimes [Sat, 22 Jan 1994 07:42:30 +0000 (07:42 +0000)]
>From: Julian Howard Stacey <stacey@guug.de>
Subject: patch to use stderr in usr.bin/which.csh
Date: Wed, 19 Jan 1994 16:25:21 +0100
This appended patch to usr.bin/which.csh will send error output
to stderr (currently it goes to stdout).
( I fixed it to go to stderr so I can use it in my /usr/ports/Makefile
  constructs such as
  DPWISH_BINARY != which dpwish
  .if exists(zircon) & exists(zircon/Makefile) & \
   exists(DPWISH_BINARY)
   SUBDIR += zircon # depends on tcl, tk & dpwish
   .endif
)

30 years agoInitial versions of kernel Makefile stuff
Rod Grimes [Sat, 22 Jan 1994 07:34:04 +0000 (07:34 +0000)]
Initial versions of kernel Makefile stuff
>from Julian Howard Stacey <stacey@guug.de>

Only thing I changed was to add $Id$ to them.

30 years agoPut this file in uder cvs so every one gets a copy of it, later I'll
Rod Grimes [Sat, 22 Jan 1994 07:08:23 +0000 (07:08 +0000)]
Put this file in uder cvs so every one gets a copy of it, later I'll
add this to etc/Makefile so it also ends up in a binary distribution.

30 years agoFix a couple of compiler warnings
David Greenman [Fri, 21 Jan 1994 19:20:57 +0000 (19:20 +0000)]
Fix a couple of compiler warnings

30 years agoRemove some old, unused, major UGLY code.
David Greenman [Fri, 21 Jan 1994 17:11:38 +0000 (17:11 +0000)]
Remove some old, unused, major UGLY code.

30 years agoSystem V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
David Greenman [Fri, 21 Jan 1994 09:57:43 +0000 (09:57 +0000)]
System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
and then some more by Jeffrey Hsu (who provided this port for FreeBSD).

30 years agoSystem V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
David Greenman [Fri, 21 Jan 1994 09:54:43 +0000 (09:54 +0000)]
System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
and then some more by Jeffery Hsu (who provided this port for FreeBSD).

30 years agoPointed out by Wolfgang Solfrank:
David Greenman [Thu, 20 Jan 1994 23:17:39 +0000 (23:17 +0000)]
Pointed out by Wolfgang Solfrank:
Correct parameters of sync

30 years agoIncreased ARG_MAX to 32k.
David Greenman [Thu, 20 Jan 1994 22:57:32 +0000 (22:57 +0000)]
Increased ARG_MAX to 32k.

30 years agoRemoved some more old unused code/comments. Added hack to "fix" the
David Greenman [Thu, 20 Jan 1994 17:49:57 +0000 (17:49 +0000)]
Removed some more old unused code/comments. Added hack to "fix" the
problem with some chipsets (UMC) remapping the 'hole' memory even when
you've got 16MB. People were led to believe that since there was only
16MB of memory in the machine, that they were okay wrt the ISA DMA
limit. This hack simply causes the extra memory to be ignored if it
appears around the 16MB limit.

30 years agoImproved algorithm that calculates the pages in the base memory - If the
David Greenman [Thu, 20 Jan 1994 17:21:28 +0000 (17:21 +0000)]
Improved algorithm that calculates the pages in the base memory - If the
BIOS says that the amount is *between* 0-640K, believe it.  Cleaned up
the comments a bit, removed some old cruff, etc.

30 years agoAdd support for NULL timeval pointer for utimes(2) syscall. (From NetBSD)
J.T. Conklin [Wed, 19 Jan 1994 21:09:33 +0000 (21:09 +0000)]
Add support for NULL timeval pointer for utimes(2) syscall.  (From NetBSD)

30 years agoRepaired broken utimes(2) system call. This is needed for the upcoming cron.
Guido van Rooij [Wed, 19 Jan 1994 20:27:38 +0000 (20:27 +0000)]
Repaired broken utimes(2) system call. This is needed for the upcoming cron.

30 years agoRemoved dependance on EX_DYNAMIC in making decisions on the magic number.
David Greenman [Wed, 19 Jan 1994 15:00:37 +0000 (15:00 +0000)]
Removed dependance on EX_DYNAMIC in making decisions on the magic number.

30 years agoAdded necessary include files to define KERNBASE due to VM changes.
Nate Willams [Wed, 19 Jan 1994 03:52:25 +0000 (03:52 +0000)]
Added necessary include files to define KERNBASE due to VM changes.

30 years agoChanged the default 'reboot' routine from cpu_reset() to shutdown_nice().
Nate Willams [Tue, 18 Jan 1994 05:33:34 +0000 (05:33 +0000)]
Changed the default 'reboot' routine from cpu_reset() to shutdown_nice().

If you want to disable the reboot feature, then re-define the keymap to
not have a RBT call.

30 years agoChanged the default syscons keymap to have <CTL-ALT-ESC> enter the
Nate Willams [Tue, 18 Jan 1994 05:31:37 +0000 (05:31 +0000)]
Changed the default syscons keymap to have <CTL-ALT-ESC> enter the
debugger and <CTL-ALT-DEL> call the reboot command.

30 years agoAdded kernel routine 'shutdown_nice()' which sends SIGINT to process
Nate Willams [Tue, 18 Jan 1994 05:28:24 +0000 (05:28 +0000)]
Added kernel routine 'shutdown_nice()' which sends SIGINT to process
#1 (init).  This is called from the keyboard handler to do a nice
shutdown.

30 years agoMade init.bsdi the default init. To get the old (386bsd 0.1) version
Nate Willams [Tue, 18 Jan 1994 05:24:16 +0000 (05:24 +0000)]
Made init.bsdi the default init.  To get the old (386bsd 0.1) version
of init you must now set the environment variable INIT_ORIG.

30 years agoChanged init to now support shutting down cleanly when the signal SIGINT
Nate Willams [Tue, 18 Jan 1994 05:22:41 +0000 (05:22 +0000)]
Changed init to now support shutting down cleanly when the signal SIGINT
is given to it.  When given this signal the machine will now halt.

30 years agoReduced the delay amounts per patch submitted by gclarkii@netport.neosoft.com
Nate Willams [Tue, 18 Jan 1994 02:20:15 +0000 (02:20 +0000)]
Reduced the delay amounts per patch submitted by gclarkii@netport.neosoft.com

30 years agoRe-arranged the order of the magic entries to correctly detect
Nate Willams [Tue, 18 Jan 1994 01:19:40 +0000 (01:19 +0000)]
Re-arranged the order of the magic entries to correctly detect
stripped/non-stripped and static vs. dynamic correctly.  All binaries
should be correctly recognized now.

30 years agoRenamed kern__physio.c kern_physio.c as the current version is improved
David Greenman [Mon, 17 Jan 1994 09:43:52 +0000 (09:43 +0000)]
Renamed kern__physio.c kern_physio.c as the current version is improved
considerably from Bill's 'experimental' version.

30 years agoImprovements mostly from John Dyson, with a little bit from me.
David Greenman [Mon, 17 Jan 1994 09:34:14 +0000 (09:34 +0000)]
Improvements mostly from John Dyson, with a little bit from me.

* Removed pmap_is_wired
* added extra cli/sti protection in idle (swtch.s)
* slight code improvement in trap.c
* added lots of comments
* improved paging and other algorithms in VM system

30 years agochange sleep->tsleep.
David Greenman [Mon, 17 Jan 1994 09:05:10 +0000 (09:05 +0000)]
change sleep->tsleep.

30 years agoAdd missing paren so that it now compiles.
Rod Grimes [Mon, 17 Jan 1994 05:49:20 +0000 (05:49 +0000)]
Add missing paren so that it now compiles.

30 years agoRemoved at clause from LINT since it was wrong and is no longer needed.
Rod Grimes [Mon, 17 Jan 1994 05:45:26 +0000 (05:45 +0000)]
Removed at clause from LINT since it was wrong and is no longer needed.

30 years agoUndo previous change until we make up our minds about whether or not it should
Jordan K. Hubbard [Mon, 17 Jan 1994 02:20:12 +0000 (02:20 +0000)]
Undo previous change until we make up our minds about whether or not it should
be configurable in some way.

30 years agoFrom Gary Clark II:
Jordan K. Hubbard [Sun, 16 Jan 1994 23:34:17 +0000 (23:34 +0000)]
From Gary Clark II:

1. Fixed probe to work with FX mitsumi's.

2. Added some defines in prep for adding interupts and dma

30 years agoMagic patches from Guenter Jung for new QMAGIC/shared executables.
Jordan K. Hubbard [Sun, 16 Jan 1994 22:31:58 +0000 (22:31 +0000)]
Magic patches from Guenter Jung for new QMAGIC/shared executables.

30 years agoRemoved #ifndef __386BSD__ for inittodr() call. This fixes the
Martin Renters [Sun, 16 Jan 1994 20:10:01 +0000 (20:10 +0000)]
Removed #ifndef __386BSD__ for inittodr() call.  This fixes the
problem of diskless clients not getting the date set at bootup.

30 years agoDiskless client configuration program. This program generates a binary
Martin Renters [Sun, 16 Jan 1994 18:26:14 +0000 (18:26 +0000)]
Diskless client configuration program.  This program generates a binary
file which is used during the BOOTP/TFTP loading process.

30 years agoDocumented the drivers more in the LINT file. Added a line in files.i386
Andreas Schulz [Sun, 16 Jan 1994 12:01:34 +0000 (12:01 +0000)]
Documented the drivers more in the LINT file. Added a line in files.i386
and LINT for the integration of a Seagate ST01/02 SCSI controller.

30 years agoCorrected the writing of my name. Added a sentence about the Toshiba
Andreas Schulz [Sun, 16 Jan 1994 11:45:11 +0000 (11:45 +0000)]
Corrected the writing of my name. Added a sentence about the Toshiba
ethernet cards.

30 years agoUpdated the TODO file with missing things.
Andreas Schulz [Sun, 16 Jan 1994 11:25:06 +0000 (11:25 +0000)]
Updated the TODO file with missing things.
Changed the output of the isa probe routine, that only devices, that
have an IO address and are smaller than 0x100 to be on the motherboard.
The seagate SCSI adapter is an example of a card, that doesn't have
an IO address and works only memory mapped.

30 years agoNFS diskless support changes.
Martin Renters [Sun, 16 Jan 1994 02:26:56 +0000 (02:26 +0000)]
NFS diskless support changes.

30 years agoNFS diskless support changes. The (*mountroot)() function pointer
Martin Renters [Sun, 16 Jan 1994 02:26:39 +0000 (02:26 +0000)]
NFS diskless support changes.  The (*mountroot)() function pointer
is now initialized by the config program.  You will need the new
config program to build kernels after this change.

30 years agoBOOTP/TFTP boot strap program with NFS diskless support.
Martin Renters [Sun, 16 Jan 1994 02:24:12 +0000 (02:24 +0000)]
BOOTP/TFTP boot strap program with NFS diskless support.
Currently supports WD/SMC 80x3 cards.

30 years agoNFS Diskless booting support added.
Martin Renters [Sun, 16 Jan 1994 02:21:58 +0000 (02:21 +0000)]
NFS Diskless booting support added.

30 years agoChanges for nfs diskless support.
Martin Renters [Sun, 16 Jan 1994 02:16:32 +0000 (02:16 +0000)]
Changes for nfs diskless support.

30 years agoEach of the argument files is processed in the order listed.
Steven Wallace [Sun, 16 Jan 1994 00:30:32 +0000 (00:30 +0000)]
Each of the argument files is processed in the order listed.
If there are no files listed, or if a filename is '-', the standard
input is processed.  Before, only stadard input (with no filenames listed)
OR files could be processed, limiting flexibility.
Two lines in main.c were added and the man page was updated.

30 years agoAdd the SUPPORT.TXT file from the CDROM, plus a new entry for Guy Helmer.
Rod Grimes [Sun, 16 Jan 1994 00:27:31 +0000 (00:27 +0000)]
Add the SUPPORT.TXT file from the CDROM, plus a new entry for Guy Helmer.

30 years agoFrom Rodney Volz:
Jordan K. Hubbard [Sat, 15 Jan 1994 18:27:21 +0000 (18:27 +0000)]
From Rodney Volz:

In FreeBSD/ufs, files are always created with their group-id
set to the group-id of their parent-directory. This behaviour
is neither POSIX nor BSD-conforming.

Posix says, that the group-id of newly created files should be set to
the group-id of the creator. An optional Posix feature is, that
if the parent directory has a group S-bit set, the group-id
of the new file should be set to the group-id of its parent
directory.

30 years agoRemoved the getent.c file that has only dummy routines for getent and
Andreas Schulz [Sat, 15 Jan 1994 17:05:43 +0000 (17:05 +0000)]
Removed the getent.c file that has only dummy routines for getent and
getstr in it. The correct routines are coming from /usr/src/libexec/getty
in gettytab.c. It has formerly depended on the ordering of the build
of libtelnet.a which routines get picked up.
This is the bugfix for the telnet/telnetd displaying the wrong/default
banner.

30 years agoDon't allow zero length files to be exec'd (causes a panic after it is
David Greenman [Sat, 15 Jan 1994 15:03:13 +0000 (15:03 +0000)]
Don't allow zero length files to be exec'd (causes a panic after it is
mmaped to check the magic number).

30 years agoMuch to my astonishment, packets in the loopback net were being
David Greenman [Sat, 15 Jan 1994 14:29:21 +0000 (14:29 +0000)]
Much to my astonishment, packets in the loopback net were being
forwarded - even though this is specifically disallowed in ip_canforward.
...fixed.

30 years agoFix bug when RB_LEN == 0 && VMIN == 0 too.
Andrey Chernov [Sat, 15 Jan 1994 01:36:38 +0000 (01:36 +0000)]
Fix bug when RB_LEN == 0 && VMIN == 0 too.

30 years agoSmall patch that was accidently overlooked...from Martin Renters.
David Greenman [Fri, 14 Jan 1994 16:45:06 +0000 (16:45 +0000)]
Small patch that was accidently overlooked...from Martin Renters.
Necessary for diskless operation.

30 years agoThis is a list of the changes to the vm system as of 14 Jan 94:
David Greenman [Fri, 14 Jan 1994 16:27:33 +0000 (16:27 +0000)]
This is a list of the changes to the vm system as of 14 Jan 94:

1) Upages are now in process address space.  They can be paged out when
the process is swapped out.  The majority of changes are in
vm_glue.c and pmap.c.  Upages are always recorded to be modified.

2) Page table pages are not high level vm wired except to insert pages
pte's into the pmap.  The pmap subsystem has a wiring mechanism of
its own now, and releases page table pages to the vm system when the
number of pages pointed to by the page table page drops to zero.
This mechanism allows the physical memory for process page tables
to be reclaimed for use by other processes during memory shortages.
The majority of changes are in trap.c, pmap.c, kern__physio.c,
procfs_subr.c.  Page table pages are never recorded to be modified.

3) Page table pages are faulted in by referring to the page table page
from kernel address space.  Temporary wiring of the page table page
is performed by removing the page from the inactive and active
queues.  This is much more efficient than many other techniques
(explicit vm_fault's.)

4) Pmap.c has major sections rewritten for efficiency.  String operations
are used when possible.  Also, pmap_remove (called often) has
been rewritten to be *much* more efficient.

5) Pmap_attributes has been removed.  The side effect of storing the
modified and used (referenced) bits is difficult to control.  Mods
have been made to the rest of the vm system to not assume carryover
of the modified bits.  It is believed that this fixes a problem
where pages were often written to the backing store unnecessarily.

6) Pageout queue management is *much* more efficient:

6a) Pages that are deactivated are removed from pmaps.  This allows the
system to fault immediately when a page is used again.  Thereby
providing LRU heuristics used in [6b].

6b) The active page queue is logically segmented into slices, and a
page has to be scanned as unused for multiple passes to be deactivated.
Pages that are used are placed immediately at the end of the active
queue, thereby deferring deactivation for a "long time".

6c) A limited form of biasing page inactivation towards processes exceeding
RSS limits has been included.  Hooks have been added to support hard
RSS limits that may be added in the future.

7) Vm_fault now supports pagers that can do multiple block input.  The
logic makes sure that the readahead/behind falls in the same object
and pager (used in [8] and [9].)  Readaheads/behinds are inhibited
under very low memory conditions.  It is left to the pager to decide
whether to actually perform the readahead/behind.

8) The swap_pager supports contiguous block allocations and multi-block
input can be peformed.

9) The vnode_pager bypasses the buffer-caching mechanism, thereby
conserving buffer cache and eliminating page memory copies under
most circumstances.  Also, the vnode_pager supports contiguous
readaheads/behinds.

10) The vm_object_collapse code has be improved significantly, and the
swap_pager allocations have been modified to support the improved
operation.  (This improves the swap space allocation problem.)
Under rare circumstances it is still possible to run into the
VM swap space deallocation problems related to the object
paging_in_progress flag, but a fix is in the works ( and is
relatively simple, but tedious.)

11) The swap space full condition is handled in a rather severe way.
If a process tries to allocate another page in its working
set when swap space is zero and no backing store exists, it is killed.
(I know that this is not good, but it is worse to hang the system.)

12) Because of the swap space being allocated in blocks, it is possible
for a page that is allocated on swap space to never be used.  An
optimization has been made to the swap pager to reclaim the space,
thereby almost eliminating internal fragmentation of the swap
blocks.

13) The algorithms associated with vm_pageout have been improved to
decrease significantly the amount of CPU time used.  (Wakeups
of the pageout daemon have been minimized.)
13a) vm_page_alloc woke-up the page daemon MUCH too often.
13b) the swap pager output completion woke-up the page daemon too often.
13c) the probability of a page at the beginning of a queue needing
to be (deactivated or freed) is higher

14) The system has been modified to support discontiguous allocation of
physical memory.  This allows use of memory below 640K when the kernel
is loaded at 1MB.  Now, the system is configured to load only at 1MB,
because the cost is minimal (1/4 page table page, instead of 640K) and
every kernel loads at the same address.

15) There now is an internal option to tune the location of the kernel in
the virtual address space.  Additionally, the default base kernel
virtual address is now 0xF0000000, moved from 0xFE000000, allowing
up to a 256MB kernel virtual address space.  Currently we support
a usable kernel address space of (60-1)MB (as determined by the actual
number of allocated kernel ptes (15).)  (Actually, now the kernel uses
virtual addresses starting at 0xF0100000 because it is loaded at
1MB.)

John Dyson
David Greenman

30 years ago"New" VM system from John Dyson & myself. For a run-down of the
David Greenman [Fri, 14 Jan 1994 16:26:06 +0000 (16:26 +0000)]
"New" VM system from John Dyson & myself. For a run-down of the
major changes, see the log of any effected file in the sys/vm
directory (swap_pager.c for instance).

30 years agoMake inetd a client of Poul-Henning Kamp's new config routines, plus
Jordan K. Hubbard [Fri, 14 Jan 1994 12:26:19 +0000 (12:26 +0000)]
Make inetd a client of Poul-Henning Kamp's new config routines, plus
fix some omissions in arg checking/reporting.  All changes from
Poul-Henning Kamp.

30 years agoAdd Poul-Henning Kamp's config routines.
Jordan K. Hubbard [Fri, 14 Jan 1994 12:24:39 +0000 (12:24 +0000)]
Add Poul-Henning Kamp's config routines.

30 years agoMore proper fix for for shared lib debugging support.
Jordan K. Hubbard [Fri, 14 Jan 1994 11:47:00 +0000 (11:47 +0000)]
More proper fix for for shared lib debugging support.

30 years ago1. Fix bug where duplicate symbol warnings were suppressed. This often
Jordan K. Hubbard [Wed, 12 Jan 1994 23:16:19 +0000 (23:16 +0000)]
1. Fix bug where duplicate symbol warnings were suppressed.  This often
   caued ld to `exit silently', to general confusion.

2. Add Gary Jennejohn's fix to support debugging of shared libraries.

30 years agoCommented out the global clean up that searched all file systems and
Rod Grimes [Wed, 12 Jan 1994 06:23:30 +0000 (06:23 +0000)]
Commented out the global clean up that searched all file systems and
added a note that you must decide what is appropriate for your system.

>From: borsburn@mcs.kent.edu (Bret Orsburn)
Date: Wed, 12 Jan 94 01:09:43 -0500
I've finally figured out (one of the reasons) why I can't run MS-Windows
after running FreeBSD 1.0...*sometimes*.

Here's your first clue. This is what your MS-Windows video drivers are called
if you run a Number 9 GXE video card:

    /dos/windows/system/#9gxetc.drv
    /dos/windows/system/#9gxe.drv

30 years agoModified the rule for f2c Fortran in gcc.c. Now the rule is called "f2c"
Wiljo Heinen [Wed, 12 Jan 1994 03:13:37 +0000 (03:13 +0000)]
Modified the rule for f2c Fortran in gcc.c. Now the rule is called "f2c"
instead of fortran_f2c(not even me could remember this). The rule also
handles the -N* options to f2c and no -pipe is needed.
Modified f77 to use -xf2c for *.i files, and link with -lf2c -lm for
executables. Removed the -pipe option to gcc.

30 years agoAdded -o option to rename C output file. This only works when Fortran
Wiljo Heinen [Wed, 12 Jan 1994 03:10:31 +0000 (03:10 +0000)]
Added -o option to rename C output file. This only works when Fortran
input is from a file, not stdin. Added some support for this in teh
parse function.

30 years agoAdded the support for the Toshiba ethernet cards. It is only
Andreas Schulz [Tue, 11 Jan 1994 23:28:21 +0000 (23:28 +0000)]
Added the support for the Toshiba ethernet cards. It is only
ifdef and not default, because, i don't know  if anyone else
is using this card.

30 years agoThrown out the obsolete drivers in the TODO list.
Andreas Schulz [Tue, 11 Jan 1994 21:28:29 +0000 (21:28 +0000)]
Thrown out the obsolete drivers in the TODO list.
Added the Toshiba board-id's into the if_edreg.h file and the different
checksum for the Toshiba ethernet-boards.

30 years agoUpdated YP code from Theo Deraadt taken from NetBSD. This code was written
Nate Willams [Tue, 11 Jan 1994 19:01:30 +0000 (19:01 +0000)]
Updated YP code from Theo Deraadt taken from NetBSD.  This code was written
by Theo Deraadt, and he deserves all the credit he can get from it.

30 years agoFrom ache:
Andrey Chernov [Tue, 11 Jan 1994 18:31:45 +0000 (18:31 +0000)]
From ache:
Choose older MULTIPORT version, because lastest bde version
not worked.
Don't force HUPCL for bidirectional case.
From bde:
Use bit (1 << (16 + 4)) in schedsoftcom() to avoid clash with
non-serial h/w on IRQ4.
Allow FIFO_TRIGGER in config.
Clear com->mcr_image when clearing mcr for init of 4port.  The
usual value MCR_IENABLE should have broken 4ports unless
something happened to clear it later.
Turn off interrupts as well as DTR after an error waiting for
carrier (bidir dialin case).
Drain fifo more carefully.
Don't hang up if debugging.
Rearrange siointr() -> siointr1() for multiport case for speed,
lower latency and clarity.
Use suser() to check perms.
Provide missing splx() after failed perms checks.
c_ispeed == 0 means c_ispeed = c_ospeed (POSIX).
Set parameters (except speed) for c_ospeed == 0 as well as
hanging up.
Better initialization for console (fifo stuff...).
Misc. cleanups.
Fix dead hang if modem power is off.

30 years agoFix ugly error in ttywait:
Andrey Chernov [Tue, 11 Jan 1994 18:09:36 +0000 (18:09 +0000)]
Fix ugly error in ttywait:
after starting t_oproc (comstart f.e)
length of output queue can be equal 0, but sleep started
in any way and may be forever!

30 years agoAdded the following so that people can have these built
Rod Grimes [Tue, 11 Jan 1994 08:06:49 +0000 (08:06 +0000)]
Added the following so that people can have these built
automatically if they like:
# This is for people who want to have src/ports, src/local built
# automatically.
.if defined(MAKE_LOCAL) & exists(local) & exists(local/Makefile)
SUBDIR+= local
.endif
.if defined(MAKE_PORTS) & exists(ports) & exists(ports/Makefile)
SUBDIR+= ports
.endif

30 years agoAdd comment to MAX_SLOTS that it may need to be 16 and to check against
Rod Grimes [Tue, 11 Jan 1994 07:24:32 +0000 (07:24 +0000)]
Add comment to MAX_SLOTS that it may need to be 16 and to check against
EISA spec.  Fixed off by one error in ahbprobe so that it can find an
aha1742 in slot 8 (now uses slot <= MAX_SLOT, instead of slot < 8).

30 years agoCorrect Vresume size, we have now 32 bits for it.
Andrey Chernov [Mon, 10 Jan 1994 23:15:09 +0000 (23:15 +0000)]
Correct Vresume size, we have now 32 bits for it.

30 years agoAdded define __FreeBSD__ to gcc default defines.
Paul Richards [Mon, 10 Jan 1994 22:48:12 +0000 (22:48 +0000)]
Added define __FreeBSD__ to gcc default defines.

30 years agoFirst beta version of the 3C509 driver changed for FreeBSD. Known
Andreas Schulz [Mon, 10 Jan 1994 19:13:50 +0000 (19:13 +0000)]
First beta version of the 3C509  driver changed for FreeBSD. Known
problems in the moment are stray intr's in the ifconfig up/down.
No way to select all three interfaces on a combo card with
AUI/BNC/UTP interfaces and the performance doesn't look good.
Only tested with a ISA AUI/BNC card yet.

30 years agoCommitted the original NetBSD version of this driver to get the changes
Andreas Schulz [Mon, 10 Jan 1994 18:56:26 +0000 (18:56 +0000)]
Committed the original NetBSD version of this driver to get the changes
made for FreeBSD as cvs diffs. This is the 3C509 ethernet driver.

30 years agoNow enabled the line for the 3C509 driver.
Andreas Schulz [Mon, 10 Jan 1994 18:53:52 +0000 (18:53 +0000)]
Now enabled the line for the 3C509 driver.

30 years agoAdd callout device for bidirectional port
Andrey Chernov [Mon, 10 Jan 1994 18:11:30 +0000 (18:11 +0000)]
Add callout device for bidirectional port

30 years agoChanged a variable from short to int. The setting of bnc/aui does
Andreas Schulz [Mon, 10 Jan 1994 18:01:52 +0000 (18:01 +0000)]
Changed a variable from short to int. The setting of bnc/aui does
now function again.

30 years ago Removed the extra -O option and un-needed -I.. in CFLAGS.
Wiljo Heinen [Sun, 9 Jan 1994 23:29:30 +0000 (23:29 +0000)]
 Removed the extra -O option and un-needed -I.. in CFLAGS.

30 years agoI got the order of gcc and pipe wrong last time...
Wiljo Heinen [Sun, 9 Jan 1994 23:27:33 +0000 (23:27 +0000)]
I got the order of gcc and pipe wrong last time...

30 years agoI have a new adaptec 1542CF board bought, that has the board id of 0x45.
Andreas Schulz [Sun, 9 Jan 1994 18:11:21 +0000 (18:11 +0000)]
I have a new adaptec 1542CF board bought, that has the board id of 0x45.
Added it to the list of known boards and put it into the the list for
the mailbox unlock. Maybe all board-ids over 0x42 should be in the
mailbox unlock part ?

30 years agoActually install queue.h. Note that I've put it in /usr/include/queue.h,
Jordan K. Hubbard [Sun, 9 Jan 1994 17:00:11 +0000 (17:00 +0000)]
Actually install queue.h.  Note that I've put it in /usr/include/queue.h,
though BSD 4.4 seems to expect it in /usr/include/sys.  I do not understand
why you'd want it in sys since it's not system dependent (I.E. UNIX dependent)
so I've stuck it in /usr/include for now in hopes that my data on 4.4 is in
error.

30 years agoAdded lines for an Etherlink III ( 3C509 ) driver.
Andreas Schulz [Sun, 9 Jan 1994 13:30:50 +0000 (13:30 +0000)]
Added lines for an Etherlink III ( 3C509 ) driver.

30 years agoAdding a beginning of a ktrace.2 manual page.
Andreas Schulz [Sun, 9 Jan 1994 13:19:19 +0000 (13:19 +0000)]
Adding a beginning of a ktrace.2 manual page.

30 years agoMove "mount -a -t nfs" *after* network daemons,
Andrey Chernov [Sat, 8 Jan 1994 17:49:47 +0000 (17:49 +0000)]
Move "mount -a -t nfs" *after* network daemons,
must be at least after named & gated for proper name resolution.

30 years agoAfter some testing dma_pagesize reduced to 4096 for *both*
Andrey Chernov [Sat, 8 Jan 1994 16:48:35 +0000 (16:48 +0000)]
After some testing dma_pagesize reduced to 4096 for *both*
byte and word DMA channels, use bounce buffer now.

30 years agoAdd /var/at/jobs & /var/at/spool, remove /var/at/past
Andrey Chernov [Sat, 8 Jan 1994 16:07:19 +0000 (16:07 +0000)]
Add /var/at/jobs & /var/at/spool, remove /var/at/past

30 years agoatrun uncommented.
Andrey Chernov [Sat, 8 Jan 1994 15:07:43 +0000 (15:07 +0000)]
atrun uncommented.
atrun interval changed to 5 minutes.

30 years agoGreat speedup ttread, if !(ICANON | ISIG), from bde.
Andrey Chernov [Sat, 8 Jan 1994 12:09:47 +0000 (12:09 +0000)]
Great speedup ttread, if !(ICANON | ISIG), from bde.

30 years agoWhen a probe fails print a 'not found' line instead of nothing
Nate Willams [Sat, 8 Jan 1994 00:00:52 +0000 (00:00 +0000)]
When a probe fails print a 'not found' line instead of nothing

30 years agoFrom: swildner@channelz.GUN.de (Sascha Wildner)
David Greenman [Fri, 7 Jan 1994 11:10:42 +0000 (11:10 +0000)]
From: swildner@channelz.GUN.de (Sascha Wildner)

What follows are the changes I made to make XChess compile.  There are
still a couple of bugs left which maybe someone else will fix.

30 years agoRemove 'PROCFS' define, as it is no longer used. Also, I forgot to
David Greenman [Fri, 7 Jan 1994 10:55:37 +0000 (10:55 +0000)]
Remove 'PROCFS' define, as it is no longer used. Also, I forgot to
mention in the previous commit the source of the fix, it was:

Guy Helmer,
 Dakota State University Computing Services - ghelmer@alpha.dsu.edu

30 years ago> I hope I'm not bothering you with something you already know or have
David Greenman [Fri, 7 Jan 1994 10:45:23 +0000 (10:45 +0000)]
> I hope I'm not bothering you with something you already know or have
> fixed, but there's a little bug in libutil/kvm.c that's tickled by top,
> depending on whether the "PATCHED_KVM" flag is set in m_386bsd.c.  If
> David isn't working on kvm.c, maybe you'd be interested in this change
> (relative to the current kvm.c on freefall); without this change, top
> freaks out if it is compiled to call kvm_freeprocs():

30 years agoSCSIDUMP option no longer needed, it is now standard.
Rod Grimes [Thu, 6 Jan 1994 18:17:09 +0000 (18:17 +0000)]
SCSIDUMP option no longer needed, it is now standard.

30 years agosddump code is now standard, no more options SDDUMP needed in the kernel
Rod Grimes [Thu, 6 Jan 1994 18:08:03 +0000 (18:08 +0000)]
sddump code is now standard, no more options SDDUMP needed in the kernel
config file.
Fixed to not use pmap_enter as this causes side effects and other
problems like a page fault while trying to do the dump.

30 years agoFixed "free vnode isn't" panic in procfs that was caused by a missing
David Greenman [Thu, 6 Jan 1994 14:58:29 +0000 (14:58 +0000)]
Fixed "free vnode isn't" panic in procfs that was caused by a missing
refrence (via vget).

30 years agoAdded directories needed for at/atrun
Nate Willams [Thu, 6 Jan 1994 01:15:04 +0000 (01:15 +0000)]
Added directories needed for at/atrun

30 years agoSubmitted-By: bostic@cs.berkeley.edu (Keith Bostic)
Nate Willams [Wed, 5 Jan 1994 23:46:25 +0000 (23:46 +0000)]
Submitted-By: bostic@cs.berkeley.edu (Keith Bostic)
Archive-Name: queue/part01

  DESCRIPTION
     These macros define and operate on three types of data structures: lists,
     tail queues, and circular queues.  All three structures support the fol-
     lowing functionality:
           1.   Insertion of a new entry at the head of the list.
           2.   Insertion of a new entry after any element in the list.
           3.   Removal of any entry in the list.
           4.   Forward traversal through the list.

30 years agoSpelling and sentence structure fixes in comments. No functional
Nate Willams [Wed, 5 Jan 1994 20:11:49 +0000 (20:11 +0000)]
Spelling and sentence structure fixes in comments.   No functional
changes.

30 years agoFixed comment that refered to 8252 (we really have 8253's).
Rod Grimes [Wed, 5 Jan 1994 15:03:28 +0000 (15:03 +0000)]
Fixed comment that refered to 8252 (we really have 8253's).
Per some one on the mailing list.

30 years agoAdded dumps on wd0 to the end of all config lines so people know about it
Rod Grimes [Wed, 5 Jan 1994 14:56:50 +0000 (14:56 +0000)]
Added dumps on wd0 to the end of all config lines so people know about it
and can change it.  This really won't change the kernels, it just documents
how to do the dumps on option.

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Wiljo Heinen [Wed, 5 Jan 1994 03:50:04 +0000 (03:50 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoCombined f2c library
Wiljo Heinen [Wed, 5 Jan 1994 03:50:04 +0000 (03:50 +0000)]
Combined f2c library

30 years agoDepending on SPLIT_F2C we either add libF77 and libI77 to SUBDIR or only
Wiljo Heinen [Wed, 5 Jan 1994 03:48:09 +0000 (03:48 +0000)]
Depending on SPLIT_F2C we either add libF77 and libI77 to SUBDIR or only
libf2c.

30 years agoDeleted some spurious CFLAGS. Added the deletd z_abs.c file under another
Wiljo Heinen [Wed, 5 Jan 1994 03:45:29 +0000 (03:45 +0000)]
Deleted some spurious CFLAGS. Added the deletd z_abs.c file under another
name.

30 years agoMade small changes to support our non-standard file fields. Got a
Wiljo Heinen [Wed, 5 Jan 1994 03:42:34 +0000 (03:42 +0000)]
Made small changes to support our non-standard file fields. Got a
BSD Makefile, removed checksums.