Garrett Wollman
a32cbefa87
So somebody actually found language in the FINGER RFC which requires
...
implementations to leave the client side open until the server closes.
While this is totally idiotic, it seems as if some servers actually require
it (e.g., the one at mit.mit.edu). So, we bow to the weight of the bogus
standard and disable the initial close. Hopefully now fetch(1) can serve
the role of T/TCP demonstration application.
1997-08-01 20:10:44 +00:00
Mike Smith
6b8d502d48
Oops, fix manpage title.
1997-08-01 15:17:54 +00:00
David Nugent
5e779680a9
Fix -p switch.
1997-08-01 15:06:21 +00:00
Poul-Henning Kamp
89b2f3fd90
Move tcl packages to libdata/pkg
1997-08-01 13:16:40 +00:00
Jean-Marc Zucconi
e694f4795a
My previous commit was incomplete because it ignored the READ case.
...
Now set explicitly the block size to 2048 when the device is opened
for reading.
1997-08-01 12:48:35 +00:00
Mike Smith
d561028dac
Support functions for working with x86 PC-architecture BIOS.
...
Initially functionality is confined to 32-bit BIOS functions, however
it is envisioned that BIOS support may be enlisted for other
activities in the future.
1997-08-01 06:07:13 +00:00
Mike Smith
8522770025
Support for PC BIOS functions.
1997-08-01 06:04:59 +00:00
Mike Smith
e2c77d8580
Add new BIOS-related files.
1997-08-01 06:04:34 +00:00
Mike Smith
a1dadd1000
Manpage for new BIOS functionality.
...
(Skeletal, could do with some extra references.)
1997-08-01 06:04:08 +00:00
Jordan K. Hubbard
97564a75d4
Back out the changes to set the resolver timeout. All they seem to do
...
is _break_ dns lookups entirely, and since reading the relevant docs and
source code does not enlighten for now, I'll remove this until more
basic research has been done into controlling the resolver's timeout
values.
1997-08-01 04:41:38 +00:00
Mike Smith
e7b89905f0
Update wlconfig to match new Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:50:23 +00:00
Mike Smith
10731762e6
Significant bugfix and upgrade for the Wavelan (wl) driver.
...
This now includes code to handle the 2.4GHz WaveModem-based cards.
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:36:12 +00:00
Mike Smith
01238b11a8
New defines for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:33:43 +00:00
Mike Smith
36bdbe9431
New LINT comments and options for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:33:08 +00:00
Mike Smith
d28e8bd5da
New manpage for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:32:39 +00:00
Brian Somers
bfbee26298
Remove extraneous prototypes.
1997-08-01 02:02:28 +00:00
Brian Somers
1d554918e8
Remove the annoying "cmp: EOF" message when
...
dmesg changes.
1997-08-01 01:25:21 +00:00
Steve Passe
e9e75c4e9a
Fixed imen alignment.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-07-31 17:28:56 +00:00
Steve Passe
98bf2bffca
Fixed imen declaration.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-07-31 17:28:20 +00:00
Paul Traina
8a04c9dcc9
Nologin is also a valid 'invalid' shell
1997-07-31 15:25:35 +00:00
KATO Takenori
021c51f997
Synchronize with sys/i386/isa/isa.c revision 1.99.
1997-07-31 13:11:50 +00:00
KATO Takenori
7ae53134ce
Synchronize with sys/i386/conf/files.i386 and sys/i386/isa/wd.c
...
revisions 1.169 and 1.133, respectively.
1997-07-31 13:10:54 +00:00
Satoshi Asami
3b29be9bb9
Use relative symlinks so they work even when ${DESTDIR} is not empty.
...
Reviewed by: jkh, bde
1997-07-31 11:32:25 +00:00
Poul-Henning Kamp
dd9346ce01
Oops, boot2 got too big. make VESA_SUPPORT nondefault.
1997-07-31 11:30:30 +00:00
Jordan K. Hubbard
e5a117774b
Fiddle with DNS options so that queries are also controlled by
...
the MEDIA_TIMEOUT variable. Just -current for now on this one as
I'm still wanting to play with this a bit and see what the ramifications
of doing this are.
Requested by: pst
1997-07-31 11:28:58 +00:00
Jordan K. Hubbard
b6aad04900
Make serial console based installs actually work by:
...
1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've
booted with the -h flag and you have a VGA card also.
2. Adding an extra "menu" for selecting terminal type and adding ANSI
to the list of compiled-in terms.
3. Opening the proper file descriptors before disowning ourselves.
Requested by: pst
1997-07-31 11:08:47 +00:00
Jordan K. Hubbard
ad8eb2f9de
Whups - use a slightly more up-to-date version.
1997-07-31 10:59:50 +00:00
Jordan K. Hubbard
ba2f0a1df0
Make README.TXT for floppies reference work.
1997-07-31 10:57:31 +00:00
Jordan K. Hubbard
35065fbda8
Touch a default kernel.config file to shut the boot blocks up about it
...
when not present.
1997-07-31 09:52:10 +00:00
Satoshi Asami
dae07a420a
Add new ports-german collection.
1997-07-31 09:38:00 +00:00
Satoshi Asami
4460c39e86
More whitespace/tab fixes.
...
Submitted by: bde
1997-07-31 08:31:50 +00:00
Poul-Henning Kamp
d9f5f52664
Add support for booting in VESA 0x102 videomode. Corresponding patches to
...
syscons are being reviewed by sos.
1997-07-31 08:07:54 +00:00
Satoshi Asami
caaf2b4b9a
Consistently use tabs in the leading comments.
...
Submitted by: bde (yes, I'm serious)
1997-07-31 08:06:29 +00:00
Philippe Charnier
1e133604e1
Use err(3). Add prototypes. Silent -Wall.
1997-07-31 06:59:26 +00:00
Philippe Charnier
7e19b1ec24
Cosmetic in usage string and err() messages.
1997-07-31 06:57:47 +00:00
Philippe Charnier
7eb436730f
Use err(3).
1997-07-31 06:54:45 +00:00
Philippe Charnier
885a85b6c1
Use err(3). Add missing flags in usage string.
1997-07-31 06:53:36 +00:00
Satoshi Asami
e89ac5b08b
Do not set the application variable LDDESTDIR. Note that it is still honored
...
in a few places (in bsd.lib.mk and bsd.prog.mk); this merely fixed part of
the brokenness by not setting it here.
This fixes building of secure telnetd when DESTDIR is defined.
(Otherwise, it will try to link libtelnet from ${DESTDIR}/usr/lib.)
Reviewed by: bde, jkh
1997-07-31 06:12:04 +00:00
Steve Passe
e34a3e61fa
Moved the free case to top of MPgetlock and MPtrylock
...
Added some lock hit profiling.
1997-07-31 06:06:52 +00:00
Steve Passe
da9f018228
Converted the TEST_LOPRIO code to default.
...
Created mplock functions that save/restore NO registers.
Minor cleanup.
1997-07-31 05:43:05 +00:00
Steve Passe
d1283d9c9d
Converted the TEST_LOPRIO code to default.
...
removed PEND_INTS 1st try
direct call to MPtrylock
1997-07-31 05:42:06 +00:00
Steve Passe
2e6a5b15a9
Converted the TEST_LOPRIO code to default.
1997-07-31 05:39:49 +00:00
John Polstra
c30e46fa7d
Add cvsup.uk.freebsd.org.
1997-07-31 04:40:11 +00:00
Andrey A. Chernov
89047cedf5
Fix handling of mixed colors+attributes case by merging from ncurses 4.1
1997-07-30 19:04:08 +00:00
Andrey A. Chernov
c8a57a4fe5
Fix logical background handling by merging it from ncurses 4.1
...
No new user-visible functions added
1997-07-30 17:21:39 +00:00
John Polstra
ed29ca4685
Update the list of CVSup mirror sites.
1997-07-30 15:57:35 +00:00
John-Mark Gurney
5e2022633a
fix a few problems with pty. warn about how if you only have 1 pty
...
defined, your really getting 32. Also warn about how you can't have
more than 256 pty's when your using DEVFS (non DEVFS can use more, just
the makedev script doesn't know how to make >256). it also doesn't
allocate more memory than needed in this case.
Make sure that the signal passed in TIOCSIG isn't 0 as it might cause
a panic. I personally haven't seen this happen, but after a similar
bug in syscons crashed my machine, I'm acutely aware of this one. :)
1997-07-30 10:05:18 +00:00
Andrey A. Chernov
f1909e979c
ifdef out ttytype definition, mytinfo not have it and configure confused
1997-07-30 03:26:37 +00:00
Brian Somers
4eb8b1640d
Set up the alias address before executing
...
the contents of ppp.linkup.
1997-07-29 22:37:04 +00:00
Stefan Eßer
5a6006b912
Fix problem caused by a chunk of the previous patch having been
...
applied to the wrong source code lines (non-fatal, since it just
made an auto variable become visible at the global level).
1997-07-29 21:50:04 +00:00