Garrett Wollman
0761cb293e
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
1996-02-06 20:36:15 +00:00
Paul Traina
c87204dc2d
Oops, accidently committed makefile change, back it out
1996-02-06 19:04:41 +00:00
Paul Traina
ed7585a414
make setproctitle display smaller
1996-02-06 19:03:58 +00:00
Garrett Wollman
9b44ff2214
Clean up Ethernet drivers:
...
- fill in and use ifp->if_softc
- use if_bpf rather than private cookie variables
- change bpf interface to take advantage of this
- call ether_ifattach() directly from Ethernet drivers
- delete kludge in if_attach() that did this indirectly
1996-02-06 18:51:28 +00:00
Paul Traina
049afade1b
Setproctitle some useful information
1996-02-06 18:48:03 +00:00
Mike Pritchard
98375367d2
I forgot to move gsc.4 to the correct makefile after
...
moving it from man4 to man4/man4.i386. Pointed out by bde again.
1996-02-06 14:53:31 +00:00
Jordan K. Hubbard
2c80f9c5ff
Update Stallion entry again.
1996-02-06 10:48:50 +00:00
Jordan K. Hubbard
04793c8b18
Correct single character typo in URL - argh!
1996-02-06 09:02:07 +00:00
Jordan K. Hubbard
86f58c5775
Add J.R. Westmoreland as coordinator for the DOS emulator project.
1996-02-06 03:35:16 +00:00
Jordan K. Hubbard
70a459064d
Fix METEOR_TEST_VIDEO case.
...
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
1996-02-05 23:04:05 +00:00
Garrett Wollman
c67b1d17da
Provide a direct entry point for IP input. This actually results
...
in a slight decrease in performance, but will lead to better
performance later.
1996-02-05 20:36:02 +00:00
Garrett Wollman
5eb1d25adb
Make me feel a little better by filling in reasonable values for rmx_sendpipe
...
and rmx_recvpipe. This has no demonstrable effect on performance.
(ttcp reports about 44 Mbit/s for all the buffer sizes I tried between
16384 and 65536.)
1996-02-05 19:34:27 +00:00
Mike Pritchard
9ac475e266
Updated to include cvs-supfile & stable-supfile.
...
Added a section describing how to find a list of alternate
sup servers, explaining that sup.freebsd.org is currently overloaded.
1996-02-05 18:52:05 +00:00
Garrett Wollman
cbb0b46ab7
Fill in the corresponding ether address of multicast and broadcast
...
pseudo-``ARP entries'' so arp(8) doesn't show them as `unresolved'.
1996-02-05 18:04:30 +00:00
Andrey A. Chernov
abc8ea162c
Be more specific about Europe servers
1996-02-05 17:37:54 +00:00
Andrey A. Chernov
0ae3124381
Don't make directory here, it is mtree task
1996-02-05 17:35:17 +00:00
Andrey A. Chernov
4b8b25f14c
Make share/calendar/de_DE.ISO_8859-1
1996-02-05 17:33:34 +00:00
Mike Pritchard
097d42f425
Correct some man page cross references and some file
...
locations.
1996-02-05 17:32:16 +00:00
Mike Pritchard
7c01530e9f
gsc.4 should reside in share/man/man4.i386 not share/man4.
...
Pointed out by bde.
1996-02-05 17:20:36 +00:00
Mike Pritchard
8e4005042a
Added a little more verbage to the top of this document and
...
added sup2.au.freebsd.org.
1996-02-05 17:15:38 +00:00
Poul-Henning Kamp
9189b82c93
Added Christian.Haury@sagem.fr
1996-02-05 16:10:48 +00:00
Poul-Henning Kamp
b8439c2769
Add support for local modifications to the tree, by using FOO.ctm instead
...
of FOO if present. Various other tweaks.
Submitted by: Christian Haury <Christian.Haury@sagem.fr>
1996-02-05 16:06:55 +00:00
Joerg Wunsch
486405ca25
Typo.
...
Submitted by: somebody in Usenet whose name i forgot
1996-02-05 15:35:41 +00:00
David Greenman
f83a01b63f
Unspam my changes in rev 1.54 that John spammed in rev 1.55.
1996-02-05 14:23:19 +00:00
Andrey A. Chernov
f2b4163c2a
Deliver all bells to current console, use different pitch
...
for non-originating bells.
1996-02-05 14:08:39 +00:00
John Dyson
f29e1bd629
More fixes from bde.
...
Only modify times on success.
splhigh() around time variable usage.
Make atomic writes more posix compliant.
Spelling errors.
Submitted by: bde
1996-02-05 05:50:34 +00:00
John Dyson
96cc6b1011
Kva space allocated for direct buffer wasn't quite big enough. The
...
system can panic easily without this patch.
1996-02-05 05:17:15 +00:00
Andrey A. Chernov
2097e8b433
Remove cdplay, cdcontrol is superset of it
1996-02-05 00:05:04 +00:00
Andrey A. Chernov
11a063866f
Alternative SUP servers list (correct me, if I forgot smth)
1996-02-04 23:23:31 +00:00
John Dyson
dca5129987
Changed vm_fault_quick in vm_machdep.c to be global. Needed for
...
new pipe code.
1996-02-04 22:09:12 +00:00
David Greenman
267173e72d
Rewrote cpu_fork so that it doesn't use pmap_activate, and removed
...
pmap_activate since it's not used anymore. Changed cpu_fork so that
it uses one line of inline assembly rather than calling mvesp() to
get the current stack pointer. Removed mvesp() since it is no longer
being used.
1996-02-04 21:20:53 +00:00
John Dyson
2834ceec7c
Improve the performance for pipe(2) again. Also include some
...
fixes for previous version of new pipes from Bruce Evans. This
new version:
Supports more properly the semantics of select (BDE).
Supports "OLD_PIPE" correctly (kern_descrip.c, BDE).
Eliminates incorrect EPIPE returns (bash 'pipe broken' messages.)
Much faster yet, currently tuned relatively conservatively -- but now
gives approx 50% more perf than the new pipes code did originally.
(That was about 50% more perf than the original BSD pipe code.)
Known bugs outstanding:
No support for async io (SIGIO). Will be included soon.
Next to do:
Merge support for FIFOs.
Submitted by: bde
1996-02-04 19:56:35 +00:00
Paul Traina
56d073db13
Document kernel config flags better and add bidirectional override
1996-02-04 10:23:33 +00:00
Paul Traina
dccb8efe94
Add qcamcontrol
1996-02-04 10:11:35 +00:00
Paul Traina
6cb84f00df
Document ability to skip auto-probe
1996-02-04 10:08:24 +00:00
Paul Traina
bf29db4af3
Tell userconfig about qcam
1996-02-04 10:03:19 +00:00
Paul Traina
9e88c75a9f
Add ability to bypass the auto-detection code. It used to be rock solid
...
for me, but has gotten a bit flakey in bidirectional parallel port mode.
Fix a bug in bidirectional parallel port transfers, more work is still
needed here (testers welcome).
Minor cleanup.
1996-02-04 10:02:35 +00:00
Paul Traina
e1f52c89b4
Import very basic demo/control program for qcam driver.
...
Manual to follow real-soon-now(tm).
1996-02-04 09:33:52 +00:00
Jordan K. Hubbard
89f5440dad
Add some of Poul-Henning Kamp's items.
1996-02-04 08:58:21 +00:00
Jordan K. Hubbard
48d5a9e821
Add Justin's wish list to list of prioritized tasks.
1996-02-04 08:49:17 +00:00
Bill Paul
920491cf83
Makefile.yp:
...
- Improve support for multiple domains. (In preparation for new rpc.yppasswdd.)
yp_dblookup.c:
- Improve error reporting: be more selective as to what error code
we return when a (dbp->get) fails.
1996-02-04 05:39:35 +00:00
Bill Paul
bc66df81bb
ypxfr_getmap.c:
...
- Handle 'empty' maps more gracefully. By empty I mean a valid map that
just happens not to have any entries in it, such as you would get if
you built a map database from an empty file. Previously, trying to
ypxfr such a map would yield an 'NIS map/database error' which is not
the correct behavior.
ypxfr_misc:
- Make sure to free() or xdr_free() dynamically allocated memory in
ypxfr_get_master() as necessary.
1996-02-04 05:18:44 +00:00
Bill Paul
9a8c0cebf4
Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.
...
(There were cases where it was leaving the status uninitialized.)
1996-02-04 05:05:43 +00:00
Wolfram Schneider
da2375658e
Support killing of suid programs.
...
Now ``killall xterm'' works :-)
Don't fail for processes with meta chars (c+++)
1996-02-03 22:52:27 +00:00
Joerg Wunsch
d70e4e53de
Try to preserve the fdisk table in the primary bootstrap, should it
...
already exist.
Mention the cases where this doesn't work in the BUGS section of the
man page.
1996-02-03 21:14:09 +00:00
Joerg Wunsch
017ef5fdc2
Create symlinks for vnboot and bootvn, too.
1996-02-03 21:12:27 +00:00
John Fieber
c5dba3fbf7
Fixed botched addition of Alexander Seth Jones.
...
Remember, checking for botched changes is as simple as typing `make'!
1996-02-03 17:17:56 +00:00
Andrey A. Chernov
219913d08e
Print out media catalog number, if exists
1996-02-03 15:21:30 +00:00
Andrey A. Chernov
61c728296d
Request/print out media catalog validation info in status command
1996-02-03 15:07:32 +00:00
Peter Wemm
5c8e1e6010
Fill in a lot of the missing blanks from the version I posted...
...
(better check to see that I've not misspelt somebody's name here, this
info was collected from some strange places..)
1996-02-03 14:50:52 +00:00