Bruce Evans
853aa1faf3
Fixed synopsis. The envp arg for execle() can't be given in the prototype.
...
Fortunately, the man page doesn't refer to "envp" so just deleting it is OK.
1997-09-03 03:25:35 +00:00
Brian Somers
5b4c5b0055
Bring CCP and IPCP layers down properly when LCP
...
comes down. Give a count of bytes sent/received
in IPCP log.
1997-09-03 02:08:20 +00:00
Bruce Evans
ef4ce80f95
Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogus
...
indentation (it is supposed to be bogus to match sio.c), and long lines).
1997-09-03 01:50:24 +00:00
David Nugent
1cc1582825
Fix botch with escaped characters, go back to using cgetstr().
...
For escaped characters used in modem strings, use double-backslashes
in gettytab.
PR: 4370
1997-09-03 01:05:36 +00:00
Brian Somers
b6d7b1e061
Allow the transition from an idle timeout value
...
of zero (no timeout) while IPCP is up.
Move some prototypes into .h files and re-order
some includes.
1997-09-03 00:40:51 +00:00
John Polstra
170fa4e888
Touch up the code that implements "ldd -v".
...
Bring the style of sods.c into better conformance. Add code to
print the contents of each datum being relocated. Correct the logic
that distinguishes between programs, shared libraries, and object
files. Make the entire program "-Wall" clean.
1997-09-02 21:54:39 +00:00
Bruce Evans
e4ba6a82b0
Removed unused #includes.
1997-09-02 20:06:59 +00:00
Steve Passe
010e669615
Removed the "globl" nature of the vec array. This was left over from the
...
time when icu.s was common between UP and SMP. It is not necessary for UP
and thus can be removed from icu_ipl.s.
1997-09-02 19:40:13 +00:00
Andrey A. Chernov
738111e63b
Fix possible coredump on BW displays
1997-09-02 19:07:50 +00:00
John Hay
5c9b4d7987
Struct arpcom should be in the beginning of a softc struct for arp and
...
ether_ioctl() to work correctly.
Tested by: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br>
1997-09-02 16:44:46 +00:00
KATO Takenori
decab47e75
Synchronize with sys/i386/isa/if_ed.c and lpt.c revisions 1.118 and
...
1.62, respectively.
1997-09-02 10:11:04 +00:00
Jordan K. Hubbard
b4104ffa6b
Eliminate an annoying message.
1997-09-02 08:48:47 +00:00
Philippe Charnier
8ecd8ec971
Use err(3). Silent -Wall.
1997-09-02 06:37:48 +00:00
Philippe Charnier
afe83a1cf7
Use err(3). Typo in man page.
1997-09-02 06:36:39 +00:00
Philippe Charnier
d7d4c0e8c6
Add usage(), use err(3), remove `progname'.
1997-09-02 06:35:27 +00:00
Bruce Evans
68366fa6e8
Removed another vestige of devconf.
1997-09-02 04:37:59 +00:00
Bruce Evans
4d1d4912ae
Added used #include - don't depend on <sys/mbuf.h> including
...
<sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
1997-09-02 01:19:47 +00:00
Brian Somers
85a3d7d441
Fix the bogus routes I introduced in the last commit.
1997-09-01 22:21:18 +00:00
Bruce Evans
51f480df7a
Oops, the previous change applied a reversed patch.
1997-09-01 18:39:37 +00:00
Andrey A. Chernov
4b0f0b96cf
Describe morse locale features better
1997-09-01 14:10:38 +00:00
Andrey A. Chernov
c369218c3a
Fix Cyrillic (KOI8-R) code table detection and processing
...
Remove yet one setuid()
1997-09-01 13:58:22 +00:00
Andrey A. Chernov
0e1f00a61f
Remove HIDEGAME and revoke, it is not a game to hide it
1997-09-01 11:53:14 +00:00
Andrey A. Chernov
663d61b5eb
Remove so-called revoke, this game never installed sguid
1997-09-01 11:40:18 +00:00
Andrey A. Chernov
fafd0d1b39
Remove so-called revoke, this game not installed sguid
1997-09-01 11:31:56 +00:00
Andrey A. Chernov
6c0c9b8c37
Remove so-called revoke, this game not installd sguid
1997-09-01 11:24:35 +00:00
Andrey A. Chernov
9dab7fd713
Remove so-called revoke, this game not installed sguid
1997-09-01 11:22:08 +00:00
Andrey A. Chernov
1889c27d4a
Do not remove /var/tmp/vi.recover
1997-09-01 11:07:55 +00:00
KATO Takenori
52f3a7293c
Synchronize with sys/i386/isa/sio.c revision 1.180.
1997-09-01 10:45:02 +00:00
KATO Takenori
dd4ca852b4
Synchronize with sys/i386/isa/clock.c revision 1.102.
1997-09-01 10:44:06 +00:00
KATO Takenori
d6fc4c1416
Synchronize with sys/i386/i386/microtime.s revision 1.31.
1997-09-01 10:42:43 +00:00
KATO Takenori
8532a0ba59
Synchronize with sys/i386/i386/machdep.c revision 1.260.
1997-09-01 10:42:03 +00:00
KATO Takenori
17f8b8963b
Synchronize with sys/i386/conf/options.i386 revision 1.57.
1997-09-01 10:41:04 +00:00
KATO Takenori
dcda1104be
Synchronize with sys/i386/boot/biosboot/asm.S, boot.c and boot.h
...
revisions 1.12, 1.69 and 1.21, respectively.
1997-09-01 10:38:32 +00:00
David Nugent
b92f6bd2b8
Use cgetustr() since we handled special escapes ourselves.
...
Fix typo in escape parsing function.
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
1997-09-01 10:06:05 +00:00
David Nugent
d3329f56fa
Unquote default group in pw.conf.
...
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
1997-09-01 09:33:08 +00:00
Steve Passe
1de995bb1f
General cleanup of the sub-system locking macros.
...
Eliminated the RECURSIVE_MPINTRLOCK.
clock.c and microtime use clock_lock.
sio.c and cy.c use com_lock.
Suggestions by: Bruce Evans <bde@zeta.org.au>
1997-09-01 07:45:37 +00:00
Steve Passe
7245dff0f1
Cleanup.
1997-09-01 07:31:54 +00:00
Philippe Charnier
b8594fe054
Cosmetic changes.
1997-09-01 06:14:17 +00:00
Philippe Charnier
b63f602a08
Use err(3).
1997-09-01 06:12:37 +00:00
Philippe Charnier
3efa2f585c
Style in rcsid, sort #include.
1997-09-01 06:11:40 +00:00
Bruce Evans
79624e2147
Removed unused #includes.
1997-09-01 03:17:34 +00:00
Bruce Evans
4de628dec4
Some staticized variables were still declared to be extern.
1997-09-01 02:55:50 +00:00
Bruce Evans
dfeca1b8ae
Print a device number in hex instead of decimal.
1997-09-01 02:28:32 +00:00
Bruce Evans
e8af045620
Removed unused #includes.
1997-09-01 02:18:13 +00:00
Bruce Evans
1c86c3f605
Removed unused #includes (<machine/cpu.h> now gives more pollution).
1997-09-01 02:12:39 +00:00
Bruce Evans
0ec3217356
Removed unused #includes.
1997-09-01 02:08:42 +00:00
Bruce Evans
6f7319427a
Fixed absolute pathnames in #includes.
1997-09-01 01:57:27 +00:00
Bruce Evans
e28b96049b
Move closer to supporting VM86 under SMP.
...
LINT now compiles but doesn't link. Other link-time breakage for LINT
is now visible (SMP is incompatible with SIMPLELOCK_DEBUG).
Submitted by: jlemon
1997-09-01 01:54:52 +00:00
Brian Somers
a367bd9e25
Add "options no_tld_query" to resolv.conf.
...
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
Bruce Evans
6856ba1262
Removed unused #includes.
1997-09-01 01:12:53 +00:00