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
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
Andreas Schulz
77357d7355
Fix a little typo. Change the "race record" to a "trace record" :-).
1995-02-10 22:07:42 +00:00
Poul-Henning Kamp
833ccb5d7a
Clean up some details, to make it clear to gcc that we do not try to do
...
something stupid.
1995-02-10 05:25:00 +00:00
Garrett Wollman
8075d17ee2
mtree * MD5 = better security
...
Idea from: Dr. John T. Wroclawski
1995-02-10 03:12:42 +00:00
Garrett Wollman
35c13fa033
Implement TCP MIB variables.
1995-02-09 23:16:17 +00:00
Bruce Evans
db23157e7c
Add ctm and sgsc. ctm is has proved useful and sgsc seems to have been
...
forgotten.
1995-02-09 15:36:08 +00:00
Bruce Evans
0c47d7b5e0
Restore the field widths that were clobbered by the previous commit so that
...
the columns in ioconf.c line up if there are no long names.
1995-02-08 18:42:58 +00:00
Dima Ruban
8aec260842
Fixed usage() (cosmetic changes. "(string)" looks much better
...
than "(string" :-)
1995-02-08 01:07:16 +00:00
Søren Schmidt
e3dbac5e96
Added new choises of cursors.
1995-02-07 11:56:21 +00:00
Poul-Henning Kamp
e96b9d9f84
Stephen lost a -D, now it's back.
1995-02-06 02:22:29 +00:00
Poul-Henning Kamp
c807f32c6b
Removed the name length limitations on the device-driver names entirely.
...
Now device-names can be more than 3 chars.
1995-02-05 21:15:21 +00:00
Jordan K. Hubbard
88644a577e
PCVT userland utilities.
...
Submitted by: hm
1995-02-05 13:49:25 +00:00
Poul-Henning Kamp
b2ea996c3a
Added final '\n'
1995-02-04 20:02:01 +00:00
Poul-Henning Kamp
cbaba1a477
A couple of sensible changes from down under...
...
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-02-04 19:20:49 +00:00
Stefan Eßer
fabf3fb247
Moved "#include <pci/pcivar.h>" from "usr.sbin/lsdev/i386.c"
...
to "/sys/i386/include/devconf.h", where it really belongs.
1995-02-04 12:47:19 +00:00
Bruce Evans
9ca5d38370
Include ncr.c from where it is now.
1995-02-03 20:49:10 +00:00
Stefan Eßer
80cdd2af76
Add #include <pci/pcivar.h> for definition of PCI_EXTERNAL_LEN.
...
Reviewed by:
Submitted by:
Obtained from:
1995-02-03 20:26:50 +00:00
Jordan K. Hubbard
e9400e0561
Cosmetic fix.
...
Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
1995-02-02 03:36:51 +00:00
Atsushi Murai
bf8a83a027
PPP does not find config files (Wrong path name not a /etc/ppp)
...
Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
1995-02-02 01:54:27 +00:00
Poul-Henning Kamp
e86e7d0e07
CTM email tools.
...
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-01-31 19:12:53 +00:00
Atsushi Murai
ed1eb14104
Adding "ppp" entry for a user process PPP (aka iijppp)
1995-01-31 07:57:09 +00:00
Atsushi Murai
af57ed9fdc
1995-01-31 06:29:58 +00:00
Søren Schmidt
1f741c31eb
Added 80x30 & 80x60 experimental modes officially.
1995-01-30 21:44:07 +00:00
Søren Schmidt
00e0cb6577
Added h option for setting the historysize.
...
fixed problem with Both n&C flags.
1995-01-30 21:41:14 +00:00
Doug Rabson
5439cc46c9
Add support for kerberised NQNFS.
1995-01-30 18:56:06 +00:00
Søren Schmidt
a926a37b0a
Third round in syscons update.
...
Display update method changed, now allways write in memory buffer,
then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
Andrey A. Chernov
d8f5f936d9
Fix configurations in which mail route depends of the name
...
of sender host.
Submitted by: vak@cronyx.msk.su
1995-01-28 04:09:05 +00:00
David Greenman
cc6f628176
Be sure to properly fail if there are not enough fields. Problem
...
reported by MARC Giannoni <marc@cmc.eng.comsat.com>, this fix is by me.
1995-01-27 22:30:03 +00:00
David Greenman
5d20b0e1a2
from Matt Day <mday@artisoft.com>:
...
> So, the problem is hostnamebyanyaddr() assumes that _res is already
> initialized to proper values, but this is no longer true as of BIND
> 4.9.3. Here is a patch for sendmail 8.6.9 which changes
> hostnamebyanyaddr() to make sure res_init() has been called before using
> _res.retry.
Submitted by: Matt Day <mday@artisoft.com> via Terry Lambert
1995-01-27 22:14:38 +00:00
Andrey A. Chernov
0a1c0d9ae8
Add missing ${.CURDIR}
1995-01-24 08:30:13 +00:00
Joerg Wunsch
e3fa32b485
Implementing the "lp" command.
...
This command is required to exist in terms of compatibility with the
Posix 1003.2 specification. It actually invokes the lpr service with
the proper options.
1995-01-23 19:22:43 +00:00
Joerg Wunsch
bba63893e5
Add "lp" to list of subdirs.
1995-01-23 19:17:22 +00:00
Garrett Wollman
039b79a960
Allow NIS maps, noconn mounts .
...
Sumbitted by: Boyd Faulkner <faulkner@mpd.tandem.com>
1995-01-20 20:58:54 +00:00
Bruce Evans
9ad5367675
Enable iostat on i386's.
1995-01-19 16:29:30 +00:00
Jordan K. Hubbard
65cf764910
Make Makefile take a relative path for CFLAGS.
...
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-17 15:07:13 +00:00
Garrett Wollman
5ddd6b6a1a
Fix Sharnoff complaint #121 (cross-reference to config.new which does not
...
exist on the i386 platform).
1995-01-14 20:25:02 +00:00
Søren Schmidt
6378775666
First round in syscons update. Several new features has been added:
...
No kernel config options anymore besides keyboard language layout.
Virtual consoles are now dynamically allocated, no NCONS anymore.
Software cursor blinking/nonblinking.
Visual bell for laptops (don't beep at meetings :-).
Cursor/bell default type setable via config "flags" instead of as defines.
Cursor/bell type setable via ioctl's.
New video modes 80x30 80x60 for some laptops, and those with multisync monitors.
Scroll-lock history (length currently fixed at 100 lines).
Lots of cleanups, some only commented out for now (will goaway soon).
Support for new features in vidcontrol/kbdcontrol.
Updated manpages.
1995-01-12 11:47:05 +00:00
Poul-Henning Kamp
bb04461ba0
Speed kvm_mkdb up by a factor 5 or thereabout. Rewrote all the fseek/fread
...
nonsense to use a mmap'ed file instead and told the DB/hash what we are up to.
dev_mkdb could maybe benefit from the same treatment.
1995-01-10 18:37:12 +00:00
Andrey A. Chernov
80ac129270
Updates from jmz and me
1995-01-10 18:35:23 +00:00
Jordan K. Hubbard
0817ade904
Correct some of the english.
1995-01-09 11:32:01 +00:00
Jordan K. Hubbard
8f1133e6ec
Wolfram Schneider <wosch@cs.tu-berlin.de>:
...
o manpage
o save configuration in /etc/adduser.conf
o send message file (/etc/adduser.message)
Submitted by: woschcs.tu-berlin.de
1995-01-09 11:26:31 +00:00
Joerg Wunsch
931e501097
Use the "-F" option to /bin/pr now that we have it (thanks to Posix).
...
This helps for printers that tend to get out of sync. (For the
cautious folks: we used to have it in 1.1.5, too. But GNU pr used
"-f" for it.)
1995-01-08 18:01:11 +00:00
Jordan K. Hubbard
349257ffa6
sgsc - utility to control the Genius GS-4500 scanner.
...
Submitted by: gusw@fub46.zedat.fu-berlin.de
1995-01-07 14:17:22 +00:00
Jordan K. Hubbard
c090e04591
Whoops! How embarassing. Just now noticed that I forget to update the .Os
...
lines. Done.
1995-01-05 10:37:13 +00:00
Jordan K. Hubbard
3852eb465e
Fix a bad formatting directive.
1995-01-05 10:31:42 +00:00
Jordan K. Hubbard
8b47e5f5f6
Fix misleading typo in description of @unexec.
1995-01-05 10:22:51 +00:00
Steven Wallace
022402f2be
Added new function show_index() which does a 'smart' display of the index file.
...
Index descriptions are limited to MAXINDEXSIZE (60) chars. Any description
beyond that is truncated. Also, only the first line is displayed as well.
This allows pkg_info -a -I to be formated in two columns with one line
per package for easy reading.
Reviewed by: jkh
1995-01-05 01:10:13 +00:00
Andreas Schulz
86c7d89044
Submitted by: Ollivier ROBERT
...
Wrong description where the printer socket lives. Changed from /dev/printer
to /var/run/printer. Bug report submitted by Ollivier ROBERT.
1995-01-04 22:55:00 +00:00
Jordan K. Hubbard
f8c034f997
Updates from Peter da Silva to match the recent syslogd changes.
...
Submitted by: pds
1995-01-04 00:40:38 +00:00