David Greenman
bf4bd9bd9b
Fixed problem with msync causing a panic.
...
Submitted by: John Dyson
1995-02-14 04:00:17 +00:00
Garrett Wollman
522bab9535
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
Garrett Wollman
9a94a59774
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
Garrett Wollman
2f96f1f446
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
Jordan K. Hubbard
9e5c18f7b1
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
Andrey A. Chernov
21edcfa248
Pass prgbox exit code to main exit code
1995-02-13 19:49:42 +00:00
Andrey A. Chernov
7b5de861cd
Much better error handling added.
1995-02-13 18:51:50 +00:00
Andrey A. Chernov
c6493ee41b
Add missing lib_window.c to SRCS
1995-02-13 17:23:18 +00:00
David Greenman
2655f62632
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
Poul-Henning Kamp
1e3a24e880
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
Poul-Henning Kamp
46fe71cc98
Add -D__BSD__ and don't write "LINUX" on a CD as default.
1995-02-13 06:54:47 +00:00
Poul-Henning Kamp
9170aeb809
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
Poul-Henning Kamp
4a565df5ed
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
David Greenman
d86d477fe6
Fixed incorrect bufsize assignment that was causing a panic.
...
Submitted by: John Dyson
1995-02-13 04:25:46 +00:00
Jordan K. Hubbard
31998a1a56
Fix up the comments about NFS options - the ones listed were wrong
...
Submitted by: wpaul
1995-02-13 02:28:14 +00:00
Andrey A. Chernov
6d50a4a80f
Purge queues in ttylclose(), if ttywflush() failed
1995-02-13 02:18:28 +00:00
Andrey A. Chernov
a3f80a9b22
*close: just purge tty queues if we can't drain them
1995-02-13 02:09:14 +00:00
Andrey A. Chernov
dee8849b8d
Replace previous fix with less agressive, just return EIO
...
if ttywait can't drain queue.
1995-02-13 02:03:57 +00:00
Jordan K. Hubbard
c5c8ff8669
Some small cosmetic changes I'd been meaning to make.
1995-02-13 01:58:29 +00:00
Bill Paul
4b35aae3dd
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
Andrey A. Chernov
911b598f11
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
Jordan K. Hubbard
bb71d76710
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
Jordan K. Hubbard
ad23c66664
Add mkisofs to list of targets.
1995-02-12 09:51:53 +00:00
Jordan K. Hubbard
9da6a15aa4
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
David Greenman
17703e4e91
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
David Greenman
0217125f2b
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
David Greenman
06031f1f3f
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
David Greenman
4aa2b6cf22
Minor code improvement to uiomove()
1995-02-12 09:11:47 +00:00
Jordan K. Hubbard
bcbd38050e
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
Jordan K. Hubbard
8c96ef7169
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
Jordan K. Hubbard
03d08911fe
Changes to make it compile under FreeBSD.
1995-02-12 08:06:09 +00:00
Jordan K. Hubbard
6f50ceba0f
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
Poul-Henning Kamp
4519b73393
Fix broken makefile.
1995-02-12 02:35:35 +00:00
Jordan K. Hubbard
ceb3de7af6
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
Andrey A. Chernov
3d70f09304
Build kpasswd from normal passwd sources now
...
Submitted by: mark@grondar.za
1995-02-11 18:25:38 +00:00
Andrey A. Chernov
279c49616d
Merge with eBones stuff
...
Submitted by: mark@grondar.za
1995-02-11 18:20:06 +00:00
Andrey A. Chernov
cc01ee1e51
Shut up cap_mkdb warnings on pcvt* entries
1995-02-11 15:16:11 +00:00
Jordan K. Hubbard
25719d742a
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
Jordan K. Hubbard
6469abd9ba
Remove dead sound blaster driver entry.
1995-02-11 05:43:44 +00:00
Poul-Henning Kamp
7c89a442ad
/var/games -> games dist.
1995-02-11 05:35:37 +00:00
Poul-Henning Kamp
d80a026702
Make sure that info files never hit the "bin" dist.
1995-02-11 05:28:31 +00:00
Poul-Henning Kamp
499454c6e9
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
David Greenman
914a63ebd4
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
Andreas Schulz
77357d7355
Fix a little typo. Change the "race record" to a "trace record" :-).
1995-02-10 22:07:42 +00:00
Martin Renters
d65161535c
Added FIFO restore capability.
1995-02-10 21:57:02 +00:00
Bruce Evans
0e229bc0a8
Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
...
The group was wrong if MAKEDEV was run in a directory with group other
than wheel. This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).
Reset the umask to 77 after running MAKEDEV.local. Some cases depend on
the 77 default. MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default. Most cases already set it.
1995-02-10 20:08:25 +00:00
Bruce Evans
24d4540cff
Use the correct block number for updating the backup copy of the FAT when
...
deleting a file. Deleting a large file used to scramble the backup copy.
1995-02-10 18:39:45 +00:00
Stefan Eßer
045de8d38f
Block interrupts in more places and warn about the NCR exception handler
...
being called at inappropriate times (should never happen !).
Reviewed by: se
Submitted by: wolf@kintaro.cologne.de (Wolfgang Stanglmeier)
1995-02-10 13:24:52 +00:00
David Greenman
459a929e36
Changed extended memory test so that it's non-destructive and not a
...
complete test (it never was "complete", which is why it was bogus). Now
only a single longword is checked in each page.
1995-02-10 07:44:03 +00:00
Jordan K. Hubbard
3e68f6e616
Link to /sys in extract.
1995-02-10 07:22:39 +00:00