summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-0616-80/+177
| | | | | 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).
* Oops, accidently committed makefile change, back it outpst1996-02-061-2/+2
|
* make setproctitle display smallerpst1996-02-062-4/+6
|
* Clean up Ethernet drivers:wollman1996-02-0644-627/+322
| | | | | | | | - 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
* Setproctitle some useful informationpst1996-02-061-0/+5
|
* I forgot to move gsc.4 to the correct makefile aftermpp1996-02-062-2/+2
| | | | moving it from man4 to man4/man4.i386. Pointed out by bde again.
* Update Stallion entry again.jkh1996-02-061-2/+2
|
* Correct single character typo in URL - argh!jkh1996-02-061-2/+2
|
* Add J.R. Westmoreland as coordinator for the DOS emulator project.jkh1996-02-061-2/+4
|
* Fix METEOR_TEST_VIDEO case.jkh1996-02-051-1/+1
| | | | Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* Provide a direct entry point for IP input. This actually resultswollman1996-02-052-26/+34
| | | | | in a slight decrease in performance, but will lead to better performance later.
* Make me feel a little better by filling in reasonable values for rmx_sendpipewollman1996-02-051-6/+12
| | | | | | 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.)
* Updated to include cvs-supfile & stable-supfile.mpp1996-02-051-32/+39
| | | | | Added a section describing how to find a list of alternate sup servers, explaining that sup.freebsd.org is currently overloaded.
* Fill in the corresponding ether address of multicast and broadcastwollman1996-02-051-1/+17
| | | | pseudo-``ARP entries'' so arp(8) doesn't show them as `unresolved'.
* Be more specific about Europe serversache1996-02-051-1/+3
|
* Don't make directory here, it is mtree taskache1996-02-051-2/+0
|
* Make share/calendar/de_DE.ISO_8859-1ache1996-02-051-1/+3
|
* Correct some man page cross references and some filempp1996-02-0513-21/+14
| | | | locations.
* gsc.4 should reside in share/man/man4.i386 not share/man4.mpp1996-02-051-0/+0
| | | | Pointed out by bde.
* Added a little more verbage to the top of this document andmpp1996-02-051-1/+4
| | | | added sup2.au.freebsd.org.
* Added Christian.Haury@sagem.frphk1996-02-051-1/+2
|
* Add support for local modifications to the tree, by using FOO.ctm insteadphk1996-02-058-50/+144
| | | | | | of FOO if present. Various other tweaks. Submitted by: Christian Haury <Christian.Haury@sagem.fr>
* Typo.joerg1996-02-051-1/+1
| | | | Submitted by: somebody in Usenet whose name i forgot
* Unspam my changes in rev 1.54 that John spammed in rev 1.55.dg1996-02-052-18/+22
|
* Deliver all bells to current console, use different pitchache1996-02-053-33/+39
| | | | for non-originating bells.
* More fixes from bde.dyson1996-02-051-14/+24
| | | | | | | | Only modify times on success. splhigh() around time variable usage. Make atomic writes more posix compliant. Spelling errors. Submitted by: bde
* Kva space allocated for direct buffer wasn't quite big enough. Thedyson1996-02-051-7/+11
| | | | system can panic easily without this patch.
* Remove cdplay, cdcontrol is superset of itache1996-02-054-464/+3
|
* Alternative SUP servers list (correct me, if I forgot smth)ache1996-02-041-0/+27
|
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-044-28/+28
| | | | new pipe code.
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-0414-113/+34
| | | | | | | 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.
* Improve the performance for pipe(2) again. Also include somedyson1996-02-043-48/+485
| | | | | | | | | | | | | | | | | | | | 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
* Document kernel config flags better and add bidirectional overridepst1996-02-041-15/+22
|
* Add qcamcontrolpst1996-02-041-4/+4
|
* Document ability to skip auto-probepst1996-02-041-1/+11
|
* Tell userconfig about qcampst1996-02-041-2/+3
|
* Add ability to bypass the auto-detection code. It used to be rock solidpst1996-02-041-38/+54
| | | | | | | | | 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.
* This commit was generated by cvs2svn to compensate for changes in r13899,pst1996-02-042-0/+190
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import very basic demo/control program for qcam driver.pst1996-02-042-0/+190
| | | | Manual to follow real-soon-now(tm).
* Add some of Poul-Henning Kamp's items.jkh1996-02-041-2/+18
|
* Add Justin's wish list to list of prioritized tasks.jkh1996-02-041-4/+63
|
* Makefile.yp:wpaul1996-02-042-11/+34
| | | | | | | | - 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.
* ypxfr_getmap.c:wpaul1996-02-042-13/+35
| | | | | | | | | | | | - 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.
* Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.wpaul1996-02-041-1/+3
| | | | (There were cases where it was leaving the status uninitialized.)
* Support killing of suid programs.wosch1996-02-032-39/+66
| | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++)
* Try to preserve the fdisk table in the primary bootstrap, should itjoerg1996-02-034-0/+94
| | | | | | | already exist. Mention the cases where this doesn't work in the BUGS section of the man page.
* Create symlinks for vnboot and bootvn, too.joerg1996-02-031-2/+2
|
* Fixed botched addition of Alexander Seth Jones.jfieber1996-02-031-3/+3
| | | | Remember, checking for botched changes is as simple as typing `make'!
* Print out media catalog number, if existsache1996-02-031-2/+6
|
* Request/print out media catalog validation info in status commandache1996-02-032-4/+19
|
OpenPOWER on IntegriCloud