Commit Graph

6381 Commits

Author SHA1 Message Date
phk
8188d612f1 YF fix. 1995-02-14 06:14:28 +00:00
phk
3639e2eb66 YF Fix. 1995-02-14 06:11:21 +00:00
phk
9fb2f8ed7b YF fix.
Reviewed by:	phk
Submitted by:	yves@dutncp8.tn.tudelft.nl (Yves Fonk)
1995-02-14 06:06:07 +00:00
phk
9029b806cc Yves has sent us a ~600 Kb patch, which shuts up gcc entirely for the
entire kernel.
Unfortunately we didn't send him a copy of the style guide before he did it.
I'm trying to find all the benign and downright sound bits and will commit
them without any other explanation than "YF fix" if they are merely cosmetic.

Reviewed by:	phk
Submitted by:	yves@dutncp8.tn.tudelft.nl (Yves Fonk)
1995-02-14 06:00:17 +00:00
phk
6ae9e2aaab Added a bunch of people who deserved it. 1995-02-14 04:07:59 +00:00
jkh
73c1dbf31b Get scdreg.h from new location. 1995-02-14 04:05:04 +00:00
dg
54d2607066 Fixed problem with msync causing a panic.
Submitted by:	John Dyson
1995-02-14 04:00:17 +00:00
wollman
ab925fefb9 Make capitalization consistent with other devices registered in
the database.  Also, distinguish between VGA-like display devices
and everything else.
1995-02-14 03:19:27 +00:00
wollman
ff582331c8 Make netstat report the correct state for T/TCP.
Submitted by: Andras Olah <olah@cs.utwente.nl>
1995-02-14 03:09:51 +00:00
wollman
cb726a0329 Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some
bogus commons declared in header files.
1995-02-14 02:35:19 +00:00
jkh
00e04bad7e The following patches are for the sound drivers. These changes will
add a an ioctl call to set the transfer block size (SNDCTL_DSP_SETBLKSIZE)
and add the select system call to the drivers.  They also fix a problem with
the #EXCLUDE macros for the PAS-16 card.
Submitted by:	Jim Lowe <james@blatz.cs.uwm.edu>
1995-02-13 22:49:06 +00:00
ache
cf0b4a1f45 Pass prgbox exit code to main exit code 1995-02-13 19:49:42 +00:00
ache
4c83f1817e Much better error handling added. 1995-02-13 18:51:50 +00:00
ache
392e303064 Add missing lib_window.c to SRCS 1995-02-13 17:23:18 +00:00
dg
6832453970 In sync(), don't dereference the proc pointer if it's NULL. Should fix
most or all of the problems with calling sync() without a curproc (which
can happen in machdep.c during a panic sync).
1995-02-13 13:45:04 +00:00
phk
c054835c46 Actually access the right first page if the file.
Bruce finally caught this bogon for me, Thank you Bruce !
Due to some part of the VM/buffer/pmap magic doing clustering, this bogon
managed to work better than 99.9% of the time.  Amazing.
If You ever again see a weird message from the gzip code, please tell me.
1995-02-13 07:40:33 +00:00
phk
ca7fdeecf1 Add -D__BSD__ and don't write "LINUX" on a CD as default. 1995-02-13 06:54:47 +00:00
phk
cbb5ea605f Made the changes needed here to install from a CDrom.
Cleaned some cruft in the process.
This program becomes curiouser curiouser...
1995-02-13 06:52:16 +00:00
phk
ec8725a484 strategy for block and char devices are rightfully spec_strategy.
I feel like yanking all the "ISODEVMAP" stuff altogether, it looks
like a bad kludge...
1995-02-13 06:12:32 +00:00
dg
da79f2e61d Fixed incorrect bufsize assignment that was causing a panic.
Submitted by:	John Dyson
1995-02-13 04:25:46 +00:00
jkh
2a7a7a00aa Fix up the comments about NFS options - the ones listed were wrong
Submitted by:	wpaul
1995-02-13 02:28:14 +00:00
ache
a85ecfda04 Purge queues in ttylclose(), if ttywflush() failed 1995-02-13 02:18:28 +00:00
ache
3afc7bbbea *close: just purge tty queues if we can't drain them 1995-02-13 02:09:14 +00:00
ache
ee425d9e89 Replace previous fix with less agressive, just return EIO
if ttywait can't drain queue.
1995-02-13 02:03:57 +00:00
jkh
37c2cb11a7 Some small cosmetic changes I'd been meaning to make. 1995-02-13 01:58:29 +00:00
wpaul
10be3d9e3e Added three line hack to nfs_ops.c to add support for the 'resvport'
mount option: you need this little bugger in environments with facsist
SunOS NFS servers (like mine :).
1995-02-13 01:56:22 +00:00
ache
3f4f80d7dc 1. If some output still present at the end of ttywait, kill it.
2. Even if ttywait() fails, call ttyflush(FREAD) in ttywflush.
This two fixes guarantee that queues are empty after calling ttywflush()
in any case
1995-02-12 23:01:13 +00:00
jkh
e2673531ef Try to clean up some of these nasty warnings.. This code is not just
twisted, it's seriously evil!
1995-02-12 09:53:03 +00:00
jkh
cf1e6cac42 Add mkisofs to list of targets. 1995-02-12 09:51:53 +00:00
jkh
17bc6c4f21 Pick a more sensible default for # of ptys, add comment that this can
go as high as 64 now.
1995-02-12 09:29:59 +00:00
dg
eea6ba65f8 Carefully choose the low limit for number of buffers to acheive the best
performance on small memory machines.
1995-02-12 09:21:04 +00:00
dg
189513f698 Carefully choose the value for vm_object_cache_max. The previous calculation
was rather bogus in most cases; the new value works very well for both
large and small memory machines.
1995-02-12 09:19:44 +00:00
dg
6c11e75380 Fixed a bogus comment and made a stylistic change (testl instead of orl
to test for zero).
1995-02-12 09:13:27 +00:00
dg
97d98cea32 Minor code improvement to uiomove() 1995-02-12 09:11:47 +00:00
jkh
c68c8134db Rename the local variable used by various macros outside the user's
namespace.
Reported-By: "Philippe Charnier" <charnier@lirmm.fr>
1995-02-12 08:31:31 +00:00
jkh
71248b7211 Walnut Creek's local hacks to this code. Bob says he'll clean them up
RSN and send them back to Eric.
1995-02-12 08:16:50 +00:00
jkh
7822696ebe Changes to make it compile under FreeBSD. 1995-02-12 08:06:09 +00:00
jkh
0afaa64088 This commit was generated by cvs2svn to compensate for changes in r6318,
which included commits to RCS files with non-trunk default branches.
1995-02-12 08:00:42 +00:00
jkh
2c427653c3 Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Yggdrasil Computing Inc.  This is a useful concession to us CDROM mastering
weenies out here.
Obtained from: Yggdrasil Computing, Inc.
1995-02-12 08:00:42 +00:00
phk
435c2d8824 Fix broken makefile. 1995-02-12 02:35:35 +00:00
jkh
f5b3154480 Updated this to be more FreeBSD-like; there was a lot of bipartisan cruft
in here that just made it a heck of a lot more confusing to maintain.
Somebody like Joerg can reality-check this at some point, when they have more
time.  For now, it works.
1995-02-12 01:51:34 +00:00
ache
d1472e319c Build kpasswd from normal passwd sources now
Submitted by: mark@grondar.za
1995-02-11 18:25:38 +00:00
ache
20d781f1d9 Merge with eBones stuff
Submitted by: mark@grondar.za
1995-02-11 18:20:06 +00:00
ache
9541d49600 Shut up cap_mkdb warnings on pcvt* entries 1995-02-11 15:16:11 +00:00
jkh
95758df579 Remove the evil I perpetrated on this file in the name of the Cyclades driver,
now we're back to the old way.  By way of amends, I cleaned up all the
casting evils and generally neated this file up as much as possible.  It
still, however, needs to die.
1995-02-11 05:54:04 +00:00
jkh
11162fc6cf Remove dead sound blaster driver entry. 1995-02-11 05:43:44 +00:00
phk
2628cf77f5 /var/games -> games dist. 1995-02-11 05:35:37 +00:00
phk
b11d1c1019 Make sure that info files never hit the "bin" dist. 1995-02-11 05:28:31 +00:00
phk
ca5b76f0d0 Intels App Note AP-485 applied.
We will now tell a good deal more about the CPU if Intel made it.

What is a i486DX2 Write-Back Enhanced CPU ?
1995-02-11 04:21:24 +00:00
dg
1242f4e593 Wire the page table before doing the vm_fault(). Fixes a panic that
happens when using gdb.

Submitted by:	John Dyson
1995-02-10 22:36:11 +00:00