unix-history/.git
30 years agoTracker "swapping" problem finally solved,
Andrey Chernov [Thu, 31 Mar 1994 20:54:25 +0000 (20:54 +0000)]
Tracker "swapping" problem finally solved,
all (expect one) dma_reset calls commented out.

30 years agoMinor performance improvements from J.T.Conklin and Charles Hannum.
David Greenman [Thu, 31 Mar 1994 14:11:02 +0000 (14:11 +0000)]
Minor performance improvements from J.T.Conklin and Charles Hannum.

30 years agocorrected comment.
David Greenman [Thu, 31 Mar 1994 11:06:29 +0000 (11:06 +0000)]
corrected comment.

30 years agoRemove compilation warning in ttyinfo
Andrey Chernov [Thu, 31 Mar 1994 00:51:01 +0000 (00:51 +0000)]
Remove compilation warning in ttyinfo

30 years agoGive an error if the "ident" is missing, instead of a core dump.
Andreas Schulz [Wed, 30 Mar 1994 22:06:08 +0000 (22:06 +0000)]
Give an error if the "ident" is missing, instead of a core dump.
Error found by Poul-Henning Kamp/P-HK:
I just noticed in passing that if the 'ident' line was accidentially
commented out here on REF the config(1) program would coredump.  I have no
time to hunt this one, I hope somebody else can/will chase it.

30 years agoMove this directory, too.
Garrett Wollman [Wed, 30 Mar 1994 20:37:52 +0000 (20:37 +0000)]
Move this directory, too.

30 years agoGive these files the right owerships (first attempt didn't do that). Change
Garrett Wollman [Wed, 30 Mar 1994 20:36:37 +0000 (20:36 +0000)]
Give these files the right owerships (first attempt didn't do that).  Change
history isn't particularly important for these files.

30 years agoFix error with reducing speed on SB reset.
Andrey Chernov [Wed, 30 Mar 1994 20:33:28 +0000 (20:33 +0000)]
Fix error with reducing speed on SB reset.

30 years agoAdded LDFLAGS to the build of rrestore, else we end with a shared lib
Andreas Schulz [Wed, 30 Mar 1994 19:22:00 +0000 (19:22 +0000)]
Added LDFLAGS to the build of rrestore, else we end with a shared lib
executable of it.

30 years agoAdded LDFLAGS to the initdeck build, so that a compile with NOSHARED?=YES
Andreas Schulz [Wed, 30 Mar 1994 18:37:41 +0000 (18:37 +0000)]
Added LDFLAGS to the initdeck build, so that a compile with NOSHARED?=YES
works.

30 years agoAdded LDFLAGS to the makedefs build, so that a compile with NOSHARED?=YES
Andreas Schulz [Wed, 30 Mar 1994 18:35:02 +0000 (18:35 +0000)]
Added LDFLAGS to the makedefs build, so that a compile with NOSHARED?=YES
works.

30 years agoUpdate this too.
Jordan K. Hubbard [Wed, 30 Mar 1994 09:56:23 +0000 (09:56 +0000)]
Update this too.

30 years agoAdd some missing files, rename NPPP to _NPPP to avoid name clash with the
Jordan K. Hubbard [Wed, 30 Mar 1994 09:38:20 +0000 (09:38 +0000)]
Add some missing files, rename NPPP to _NPPP to avoid name clash with the
kernel symbol denoting number of ppp devices.

30 years agoUpdate to pppd 2.0.4
Jordan K. Hubbard [Wed, 30 Mar 1994 09:31:44 +0000 (09:31 +0000)]
Update to pppd 2.0.4

30 years agoEliminated the "physstrat" wart and merged it into kern_physio.c. This
David Greenman [Wed, 30 Mar 1994 02:47:13 +0000 (02:47 +0000)]
Eliminated the "physstrat" wart and merged it into kern_physio.c. This
patch also fixes a bug which causes a kernel VM leak.

30 years agoEliminated the "physstrat" wart and merged it into kern_physio.c. This
David Greenman [Wed, 30 Mar 1994 02:31:26 +0000 (02:31 +0000)]
Eliminated the "physstrat" wart and merged it into kern_physio.c. This
patch also fixes a bug which causes a kernel VM leak.

30 years agoNew routine "pmap_kenter", designed to take advantage of the special
David Greenman [Wed, 30 Mar 1994 02:22:00 +0000 (02:22 +0000)]
New routine "pmap_kenter", designed to take advantage of the special
case of the kernel pmap.

30 years agoAdd comments about new gdb from Gary Jennejohn.
Jordan K. Hubbard [Tue, 29 Mar 1994 08:52:55 +0000 (08:52 +0000)]
Add comments about new gdb from Gary Jennejohn.

30 years agoUse tmac.s since we don't have tmac.sU.
Andrew Moore [Tue, 29 Mar 1994 01:15:13 +0000 (01:15 +0000)]
Use tmac.s since we don't have tmac.sU.

30 years agoChange mmap(): MAP_PRIVATE to MAP_FILE|MAP_PRIVATE
Andrew Moore [Mon, 28 Mar 1994 20:07:39 +0000 (20:07 +0000)]
Change mmap(): MAP_PRIVATE  to MAP_FILE|MAP_PRIVATE

30 years agoUpgrade to 1.11b.
Andrew Moore [Mon, 28 Mar 1994 11:18:26 +0000 (11:18 +0000)]
Upgrade to 1.11b.
Hacks:
ex_tag.c: mmap(MAP_FILE|MAP_PRIVATE) so tag stacks should now work.
Disabled support for NEXINIT environ var and .nexrc initialization files
(since EXINIT and .exrc are better known).
Changed the vi.1 and vi.ref acorrdingly.
Changed <sys/queue.h> --> <queue.h> in all files.
rm'd #include "compat.h" from all files.
Added #include "compat.h" to vi.h ONLY.
vi/compat.h contains only typedefs for u_int8_t et al.
Added vi/vi.1  so install works.
Changed Makefile accordingly.

30 years agoUpgrade to 1.11b.
Andrew Moore [Mon, 28 Mar 1994 10:58:00 +0000 (10:58 +0000)]
Upgrade to 1.11b.
Hacks:
ex_tag.c: mmap(MAP_FILE|MAP_PRIVATE) so tag stacks should now work.
Disabled support for NEXINIT environ var and .nexrc initialization files
(since EXINIT and .exrc are better known).
Changed the vi.1 and vi.ref acorrdingly.
Changed <sys/queue.h> --> <queue.h> in all files.
rm'd #include "compat.h" from all files.
Added #include "compat.h" to vi.h ONLY.
vi/compat.h contains only typedefs for u_int8_t et al.
Added vi/vi.1  so install works.
Changed Makefile accordingly.

30 years agoRestore incorrectly removed splclock() on reading p_stime/p_utime
Andrey Chernov [Sat, 26 Mar 1994 14:08:23 +0000 (14:08 +0000)]
Restore incorrectly removed splclock() on reading p_stime/p_utime

30 years ago1) Better fix for false carrier detect on bidir port
Andrey Chernov [Sat, 26 Mar 1994 13:40:18 +0000 (13:40 +0000)]
1) Better fix for false carrier detect on bidir port
2) ttyclose moved after comhardclose, because clears t_state
3) slpx(s) moved after l_open to prevent undetected carrier down

30 years agominor formatting and comment changes; removed some old #if 0'd code.
David Greenman [Sat, 26 Mar 1994 12:24:27 +0000 (12:24 +0000)]
minor formatting and comment changes; removed some old #if 0'd code.

30 years agoPatch from mrl@teleport.com (Mostyn R. Lewis), with the comment improved
David Greenman [Fri, 25 Mar 1994 22:26:22 +0000 (22:26 +0000)]
Patch from mrl@teleport.com (Mostyn R. Lewis), with the comment improved
by me:

Below is a fix to isofs_vnops.c in /usr/src/sys/isofs to make find traverse
directories in the usual way. The va_nlink field needs either to be correct,
i.e the number of directories and the path or else 1 to fool fts.

(Note that this is correct for non-RR FS, but needs to be re-done in the
presence of RR - but there isn't any higher level support for this yet.
-DG)

30 years agoifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.
David Greenman [Fri, 25 Mar 1994 22:08:59 +0000 (22:08 +0000)]
ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.
Pointed out by Frank Terhaar-Yonkers <fty@vislab.epa.gov>.

30 years agoLeave comments in about 16MB ISA DMA in as public service, but describe
Jordan K. Hubbard [Fri, 25 Mar 1994 15:27:46 +0000 (15:27 +0000)]
Leave comments in about 16MB ISA DMA in as public service, but describe
how bounce-buffers used in such cases.  Remove comments about DTC3290 only
working with 16Mb of memory.

30 years agoFix bug with standouted last spaces
Andrey Chernov [Fri, 25 Mar 1994 15:14:35 +0000 (15:14 +0000)]
Fix bug with standouted last spaces

30 years agoFix false carrier detection on incoming bidir port.
Andrey Chernov [Fri, 25 Mar 1994 15:10:50 +0000 (15:10 +0000)]
Fix false carrier detection on incoming bidir port.

30 years agoAdd /usr/X11R6/lib to the ldconfig path if it exists.
Paul Richards [Fri, 25 Mar 1994 04:58:58 +0000 (04:58 +0000)]
Add /usr/X11R6/lib to the ldconfig path if it exists.

30 years agoFrom John Dyson: performance improvements to the new bounce buffer
David Greenman [Thu, 24 Mar 1994 23:12:48 +0000 (23:12 +0000)]
From John Dyson: performance improvements to the new bounce buffer
code.

30 years ago1) After discussion with Hannu, returning speed changed back.
Andrey Chernov [Thu, 24 Mar 1994 22:23:51 +0000 (22:23 +0000)]
1) After discussion with Hannu, returning speed changed back.
Real problem fixed by my previous fix for SB 2.x
2) get_time function slightly modified to minimize possible
overflowing.

30 years agoDocument existewnce of bounce buffers.
Garrett Wollman [Thu, 24 Mar 1994 21:57:50 +0000 (21:57 +0000)]
Document existewnce of bounce buffers.

30 years agoMinor corrections to the supported ethernet section.
David Greenman [Thu, 24 Mar 1994 21:57:38 +0000 (21:57 +0000)]
Minor corrections to the supported ethernet section.

30 years agoEnabled bounce buffers by default. This should be done via a probe for
David Greenman [Thu, 24 Mar 1994 02:23:00 +0000 (02:23 +0000)]
Enabled bounce buffers by default. This should be done via a probe for
the specific controller type, so this change is temporary.

30 years agoFor SB 2.x speed was reduced to 22050;
Andrey Chernov [Wed, 23 Mar 1994 22:52:30 +0000 (22:52 +0000)]
For SB 2.x speed was reduced to 22050;
I already fix this bug in previous driver version,
but new driver update breaks my changes!

30 years agoSPEED-related ioctls returns wrong speed cause Tracker's damage.
Andrey Chernov [Wed, 23 Mar 1994 21:58:59 +0000 (21:58 +0000)]
SPEED-related ioctls returns wrong speed cause Tracker's damage.

30 years ago1) GET_TIME function completely broken
Andrey Chernov [Wed, 23 Mar 1994 19:27:52 +0000 (19:27 +0000)]
1) GET_TIME function completely broken
it returns time in microseconds instead of HZ
(feel difference!)
2) change GET_TIME type to unsigned long in all places to prevent overflow

30 years agoSomething bogus happened here; not sure what or how.
Jordan K. Hubbard [Wed, 23 Mar 1994 18:50:57 +0000 (18:50 +0000)]
Something bogus happened here; not sure what or how.
Fixed.

30 years agotty/nullmodem "not open" printf ifdefed DIAGNOSTIC
Andrey Chernov [Wed, 23 Mar 1994 17:35:48 +0000 (17:35 +0000)]
tty/nullmodem "not open" printf ifdefed DIAGNOSTIC

30 years ago1) Change dtrwait 300 to 3 * hz (to be more kosher)
Andrey Chernov [Wed, 23 Mar 1994 17:28:35 +0000 (17:28 +0000)]
1) Change dtrwait 300 to 3 * hz (to be more kosher)
2) Protect sioclose by spltty()

30 years agoBounce buffers. From John Dyson with help from me.
David Greenman [Wed, 23 Mar 1994 09:16:16 +0000 (09:16 +0000)]
Bounce buffers. From John Dyson with help from me.

30 years agouse umask 077 for buffer file
Andrew Moore [Wed, 23 Mar 1994 04:36:59 +0000 (04:36 +0000)]
use umask 077 for buffer file

30 years agoSet of changes from Bruce:
Andrey Chernov [Wed, 23 Mar 1994 01:58:30 +0000 (01:58 +0000)]
Set of changes from Bruce:
1) Macro CAN_DO_IO to replace all TS_CARR_ON || CLOCAL tests
2) Fix bug with clearing TS_ISOPEN in ttioctl.
3) New TS_ZOMBIE flag introduced: carrier dropped when !CLOCAL.
4) Add two debug printf's when tty/nullmodem called without open.

30 years agoAdd missing EXCLUDE_SBPRO
Andrey Chernov [Wed, 23 Mar 1994 00:05:25 +0000 (00:05 +0000)]
Add missing EXCLUDE_SBPRO

30 years agoRemoved a disgusting wart that attempts to verify that the data in the
David Greenman [Tue, 22 Mar 1994 21:58:38 +0000 (21:58 +0000)]
Removed a disgusting wart that attempts to verify that the data in the
kernel namelist database is correct for the booted kernel.
Rationale for removal:

The most common cause of a DB inconsistancy is when a user boots a non-
default kernel. The DB version check catches this and then resorts to the
Removed a disgusting wart that attempts to verify that the data in the
kernel namelist database is correct for the booted kernel.
Rationale for removal:

The most common cause of a DB inconsistancy is when a user boots a non-
default kernel. The DB version check catches this and then resorts to the
"hard method" of reading the namelist directly (from the default kernel!)
and gets it wrong anyway, just a little slower.
This patch fixes the problem that was created when vers.o is no longer
linked first. It also gets rid of a really ugly hack that I submitted
back in the patchkit days.

30 years agoRemoved a disgusting wart that attempts to verify that the data in the
David Greenman [Tue, 22 Mar 1994 21:56:48 +0000 (21:56 +0000)]
Removed a disgusting wart that attempts to verify that the data in the
kernel namelist database is correct for the booted kernel.
Rationale for removal:

The most common cause of a DB inconsistancy is when a user boots a non-
default kernel. The DB version check catches this and then resorts to the
"hard method" of reading the namelist directly (from the default kernel!)
and gets it wrong anyway, just a little slower.
This patch fixes the problem that was created when vers.o is no longer
linked first. It also gets rid of a really ugly hack that I submitted
back in the patchkit days.

30 years agoFirst attempt to bring uucpd to work
Andrey Chernov [Tue, 22 Mar 1994 19:41:40 +0000 (19:41 +0000)]
First attempt to bring uucpd to work
1) compilation flags in Makefile fixed
2) Security leak fixed
3) cr/nl problem fixed
4) uucico path fixed
5) several minor bugs in uucpd fixed
6) added recognition of ^U

30 years agoPatch from piero@strider.st.dsi.unimi.it to quiet compiler warning.
David Greenman [Tue, 22 Mar 1994 19:03:01 +0000 (19:03 +0000)]
Patch from piero@strider.st.dsi.unimi.it to quiet compiler warning.

30 years agoMore detailed notes on just what's wrong with the Buslogic controllers
Jordan K. Hubbard [Tue, 22 Mar 1994 16:43:59 +0000 (16:43 +0000)]
More detailed notes on just what's wrong with the Buslogic controllers
(and which ones).

30 years agoFrom: Andras Olah <olah@cs.utwente.nl>
Jordan K. Hubbard [Tue, 22 Mar 1994 11:50:34 +0000 (11:50 +0000)]
From: Andras Olah <olah@cs.utwente.nl>
Date: Tue, 22 Mar 94 10:14:44 +0100
Sender: freebsd-bugs-owner@freefall.cdrom.com
Precedence: bulk

Hi,

I'm not (yet ;-) very familiar with BSD but I found something in the
getty code what seems like a minor bug.  I might be wrong.  As I
understand it affects the processing of the options from
/etc/gettytab, so one might have problems if tries to set op or ap
in gettytab.

30 years agoFrom John Dyson: fixed bug in call to VOP_BMAP and handle NFS correctly
David Greenman [Tue, 22 Mar 1994 06:15:10 +0000 (06:15 +0000)]
From John Dyson: fixed bug in call to VOP_BMAP and handle NFS correctly

30 years agoFrom John Dyson: Improved swap space allocation method to handle small
David Greenman [Tue, 22 Mar 1994 06:07:12 +0000 (06:07 +0000)]
From John Dyson: Improved swap space allocation method to handle small
allocations better, and reduce fragmentation.

30 years agoFrom mrl@teleport.com (Mostyn R. Lewis)
David Greenman [Tue, 22 Mar 1994 02:02:25 +0000 (02:02 +0000)]
From mrl@teleport.com (Mostyn R. Lewis)
>PPP and SLIP users - deleting a route can be deadly!
>
>Yes this can cause a kernel page fault or random hang.
...
>you stand a good chance of a kernel page fault or a random hang because
>the routing table for default still has a pointer to the deleted kernel
>ifaddr structure. Depending on the re-use state of that memory you live
>or die. Death is caused by a function pointer dereference.
>
>A fix for this, in route.c (/usr/src/sys/net) is to scan the linked list
>of ifaddr entries for the interface to see if the pointer is still valid.
>The diffs for the fix are appended. There are two versions; mute and
>verbose. The verbose fix prints information the the system log to verify
>states.

30 years agofor SLIPDISC:
Andrey Chernov [Tue, 22 Mar 1994 01:18:34 +0000 (01:18 +0000)]
for SLIPDISC:
nullmodem changed to ttymodem, in other case tsleep never awake

30 years agoSorry, backed out ttywflush removing, real place to fix is tty_conf.c
Andrey Chernov [Tue, 22 Mar 1994 01:16:06 +0000 (01:16 +0000)]
Sorry, backed out ttywflush removing, real place to fix is tty_conf.c

30 years agoCatch a null pointer dereference. This should solve the problem reported
Andreas Schulz [Mon, 21 Mar 1994 22:44:42 +0000 (22:44 +0000)]
Catch a null pointer dereference. This should solve the problem reported
with the configure for xdvik and the other TeX configure scripts.

30 years agoAdd siostop to sioclose, because ttyflush called from
Andrey Chernov [Mon, 21 Mar 1994 22:19:56 +0000 (22:19 +0000)]
Add siostop to sioclose, because ttyflush called from
wrong places removed now.

30 years agoRemove ttywflush from pppclose,
Andrey Chernov [Mon, 21 Mar 1994 22:10:37 +0000 (22:10 +0000)]
Remove ttywflush from pppclose,
can cause dead hang in tsleep and don't really belongs here

30 years agoRemove ttyflush from ttyclose,
Andrey Chernov [Mon, 21 Mar 1994 21:50:30 +0000 (21:50 +0000)]
Remove ttyflush from ttyclose,
it really belongs only to ttylclose, other than tty
disciplines must not touch t_out & t_raw or
dead tsleep hang can occurse.

30 years agoRemove ttywflush from slclose, it cause
Andrey Chernov [Mon, 21 Mar 1994 21:29:50 +0000 (21:29 +0000)]
Remove ttywflush from slclose, it cause
dead hang in tsleep when carier dropped.
Moreover, it is incorrect to deal anything with t_out & t_raw here
(like ttywflush does), we already change line discipline.

30 years agoMy previous changes was a bit incorrect in nullmodem() case, back them out.
Andrey Chernov [Mon, 21 Mar 1994 21:12:55 +0000 (21:12 +0000)]
My previous changes was a bit incorrect in nullmodem() case, back them out.
Real place to fix is if_sl.c

30 years agoChanged the raw partition number from 3 to 0. This change lets us use
Andreas Schulz [Mon, 21 Mar 1994 20:59:55 +0000 (20:59 +0000)]
Changed the raw partition number from 3 to 0. This change lets us use
/dev/mcd0a instead of /dev/mcd0d. This is more conforming to the /dev/cd0a
for the SCSI cdrom drives. It breaks the convention d the whole drive.
But the question is, do we really need partitions on cdrom drives ?

30 years agoMakefile.i386:
Andreas Schulz [Mon, 21 Mar 1994 20:48:52 +0000 (20:48 +0000)]
Makefile.i386:
put vers.o at the end of the loader line. We are simply jumping in the
moment into the first location of the text segment in 386bsd. So the
linking order is very important :-). With the addition of the const
types in newvers.sh we jumped into them. I have experimented with an
entry point specification, but was unsuccessfull. Someone else should
look at this.
devices.i386:
files.i386:
Added entries for a Sony cdrom driver.

30 years agowakeup t_out & t_raw for all carrier changes
Andrey Chernov [Mon, 21 Mar 1994 18:28:28 +0000 (18:28 +0000)]
wakeup t_out & t_raw for all carrier changes
to avoid dead tsleep

30 years agoIncrease default DTR wait time up to 3 secs.
Andrey Chernov [Mon, 21 Mar 1994 15:18:27 +0000 (15:18 +0000)]
Increase default DTR wait time up to 3 secs.
Also hardw. specs says 2.5 secs is enough, many modems needs
at least 3 secs.

30 years agoRemove bug with root filesystem on second floppy, fixed now
Andrey Chernov [Mon, 21 Mar 1994 15:13:20 +0000 (15:13 +0000)]
Remove bug with root filesystem on second floppy, fixed now

30 years agoNow printf("changing root... indicates raw partition for floppy
Andrey Chernov [Mon, 21 Mar 1994 15:02:47 +0000 (15:02 +0000)]
Now printf("changing root... indicates raw partition for floppy
f.e. fd1d

30 years agoFix printf for root system mounted on second floppy
Andrey Chernov [Mon, 21 Mar 1994 14:53:08 +0000 (14:53 +0000)]
Fix printf for root system mounted on second floppy

30 years agoFix for root system mounted on second floppy
Andrey Chernov [Mon, 21 Mar 1994 14:37:01 +0000 (14:37 +0000)]
Fix for root system mounted on second floppy

30 years agoModified swap space allocation policy to be more conservative when
David Greenman [Mon, 21 Mar 1994 09:46:12 +0000 (09:46 +0000)]
Modified swap space allocation policy to be more conservative when
dealing with small objects. This is a first-cut change, and will likely
change again. Lowered size of 'window' of pages to watch ("MINSCAN")
in pageout daemon to 256, and fixed a minor bug that resulted in a benign
console message.

30 years agoChanged dynamic stack grow code to grow by "SGROWSIZ" amount. Initially
David Greenman [Mon, 21 Mar 1994 09:35:30 +0000 (09:35 +0000)]
Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initially
allocate SGROWSIZ amount of stack. Also set vm_ssize to the initial
stack VM size. Increased DFLSSIZ stack rlimit default to 8MB.

30 years agoprevious optimization from John wasn't quite ready for primetime.
David Greenman [Mon, 21 Mar 1994 06:37:04 +0000 (06:37 +0000)]
previous optimization from John wasn't quite ready for primetime.

30 years agoOops, forgot to check in last bit of sleep() removal.
Garrett Wollman [Sun, 20 Mar 1994 21:30:38 +0000 (21:30 +0000)]
Oops, forgot to check in last bit of sleep() removal.

30 years agoAdded a forgotten htonl() in the last patch. It makes no difference
Andreas Schulz [Sun, 20 Mar 1994 21:22:04 +0000 (21:22 +0000)]
Added a forgotten htonl() in the last patch. It makes no difference
in the moment, but it looks better.

30 years agoTwo fixes from John Dyson to fix hangs and panics when using ctrl-T:
David Greenman [Sun, 20 Mar 1994 20:06:04 +0000 (20:06 +0000)]
Two fixes from John Dyson to fix hangs and panics when using ctrl-T:

1) tty.c: gather all the info about the processes before calling ttyprintf
(which may block).
2) syscons.c: handle asynchronous output properly (data structures may
be corrupted otherwise).

30 years agoMoved ttyfree() to ifdef broken. See my reply on the sio change.
Guido van Rooij [Sun, 20 Mar 1994 18:51:49 +0000 (18:51 +0000)]
Moved ttyfree() to  ifdef broken. See my reply on the sio change.

30 years agoAdding the new filesystem types ( ISOFS, PROCFS, DEVFS ) into the
Andreas Schulz [Sun, 20 Mar 1994 18:17:11 +0000 (18:17 +0000)]
Adding the new filesystem types ( ISOFS, PROCFS, DEVFS ) into the
manual page. Changing the MOUNT_PC to MOUNT_MSDOS as the include file
uses it.

30 years agoNext try to get a bug description about find and awk into the KNOWNBUGS.
Andreas Schulz [Sun, 20 Mar 1994 18:04:18 +0000 (18:04 +0000)]
Next try to get a bug description about find and awk into the KNOWNBUGS.

30 years agoRemove redundant copies of err() and warn().
Jordan K. Hubbard [Sun, 20 Mar 1994 12:35:42 +0000 (12:35 +0000)]
Remove redundant copies of err() and warn().

30 years agoPull in changes just made to the BETA 1.1 branch for cd install floppy
Rod Grimes [Sun, 20 Mar 1994 01:23:42 +0000 (01:23 +0000)]
Pull in changes just made to the BETA 1.1 branch for cd install floppy
support.

30 years ago#ifdef'ed out definition of sleep() now that nothing uses it. This will
Garrett Wollman [Sun, 20 Mar 1994 00:33:06 +0000 (00:33 +0000)]
#ifdef'ed out definition of sleep() now that nothing uses it.  This will
ensure that uses don't creep back in when nobody's looking.

30 years agoGet rid of a nagging call to sleep() which crept back in.
Garrett Wollman [Sun, 20 Mar 1994 00:30:59 +0000 (00:30 +0000)]
Get rid of a nagging call to sleep() which crept back in.

30 years agoDelete some references to sleep() that somehow crept in.
Garrett Wollman [Sun, 20 Mar 1994 00:30:04 +0000 (00:30 +0000)]
Delete some references to sleep() that somehow crept in.

30 years agoAdded comments on Buslogic controllers. Cleaned up some syntax.
Jordan K. Hubbard [Sun, 20 Mar 1994 00:22:08 +0000 (00:22 +0000)]
Added comments on Buslogic controllers.  Cleaned up some syntax.

30 years agoThese are the installation and profile files from the 1.0 cdins*.flp
Rod Grimes [Sun, 20 Mar 1994 00:12:38 +0000 (00:12 +0000)]
These are the installation and profile files from the 1.0 cdins*.flp
floppy images.  Put in as they were in 1.0, about to change them to
work with 1.1.

30 years agoDeclare cpu_model, machine.
Garrett Wollman [Sun, 20 Mar 1994 00:03:33 +0000 (00:03 +0000)]
Declare cpu_model, machine.

30 years agoAdded cpu_model and machine variables.
Garrett Wollman [Sat, 19 Mar 1994 23:58:58 +0000 (23:58 +0000)]
Added cpu_model and machine variables.

30 years agoDeclare ostype, osrelease, etc.
Garrett Wollman [Sat, 19 Mar 1994 23:41:17 +0000 (23:41 +0000)]
Declare ostype, osrelease, etc.

30 years agoDefine new osrelease, ostype, osbuild, osconfig variables with the
Garrett Wollman [Sat, 19 Mar 1994 23:40:24 +0000 (23:40 +0000)]
Define new osrelease, ostype, osbuild, osconfig variables with the
pre-broken-down information from version.

30 years agoAs per Rod's wishes, man uses uid/gid 9 now.
Jordan K. Hubbard [Sat, 19 Mar 1994 23:31:39 +0000 (23:31 +0000)]
As per Rod's wishes, man uses uid/gid 9 now.

30 years agoRemove e-mail headers.
Garrett Wollman [Sat, 19 Mar 1994 22:55:43 +0000 (22:55 +0000)]
Remove e-mail headers.

30 years agoRemove man group - no longer necessary (that was quick! :). I'll let Rod
Jordan K. Hubbard [Sat, 19 Mar 1994 22:45:04 +0000 (22:45 +0000)]
Remove man group - no longer necessary (that was quick! :).  I'll let Rod
pick the uid for the `man' user, since he staked a claim on that, but he'd
better not forget or the make install will break badly! :)

30 years agoBack out previous change to vm_page.h.
David Greenman [Sat, 19 Mar 1994 22:31:09 +0000 (22:31 +0000)]
Back out previous change to vm_page.h.

30 years agoNo longer necessary to make catpages group write.
Jordan K. Hubbard [Sat, 19 Mar 1994 22:27:30 +0000 (22:27 +0000)]
No longer necessary to make catpages group write.

30 years agoMake man the default owner, don't bother with sgid.
Jordan K. Hubbard [Sat, 19 Mar 1994 22:25:17 +0000 (22:25 +0000)]
Make man the default owner, don't bother with sgid.

30 years agoCorrect pre-installation target.
Jordan K. Hubbard [Sat, 19 Mar 1994 22:24:48 +0000 (22:24 +0000)]
Correct pre-installation target.

30 years agoCheck for error from VOP_BMAP(). Not doing so leads to very strange
David Greenman [Sat, 19 Mar 1994 22:24:40 +0000 (22:24 +0000)]
Check for error from VOP_BMAP(). Not doing so leads to very strange
results (panics) when the filesystem doesn't support bmap().

30 years agoAdded vfs_update_interval variable and UPDATE_INTERVAL configuration
Garrett Wollman [Sat, 19 Mar 1994 22:19:11 +0000 (22:19 +0000)]
Added vfs_update_interval variable and UPDATE_INTERVAL configuration
parameter.  (Normally this would go in param.c, but since I'll be
making this run-time configurable sometime soon, I'd just as soon not
move it.)