fair
aff3242363
fix trivial nroff source bug, per PR 8724
1999-12-20 22:53:44 +00:00
pk
bbbbfe896e
* Remove spurious blockade in the path to get the transceiver status word.
...
* Make sure to flip the 10baseT/100baseTX bit when doing autoselect.
* Miscellaneous cosmetics.
1999-12-20 22:23:39 +00:00
pk
d135edf1a7
#define the bit positions of the MIF I/O lines.
1999-12-20 22:19:11 +00:00
fvdl
655a7bf795
Always unlock the "fnode", even if we're about to free it, to keep
...
lock counts consistent. DIAGNOSTIC checks will barf otherwise.
XXX ntfs_ntput should not free the node, the reclaim vop should do it
XXX why does the ntfs code do its own internal locking?
1999-12-20 22:11:57 +00:00
jwise
bc8f4e2f46
Be consistent about whether to block SIGALRM before calling command() -- don't
...
ever do so, as the first thing command() does is block SIGALRM.
1999-12-20 21:59:29 +00:00
lukem
00a4e0e7ce
need <string.h> for strlen()
1999-12-20 21:49:11 +00:00
jwise
24b9ee353a
Nuke assignment unneeded after last commit
1999-12-20 21:46:10 +00:00
jwise
b037ddd3b7
More cleanup -- use strtok() rather than rolling our own not-quite-correct version.
1999-12-20 21:42:50 +00:00
jwise
5a69f1bd85
Block alarm signals while displaying -- there's no reason to allow recursive
...
display at all.
1999-12-20 21:04:41 +00:00
frueauf
57f1c5ca28
Add missing loadfile_machdep.h to the list.
1999-12-20 20:58:08 +00:00
jwise
d0e3cec262
1.) Clean up keystroke processing
...
2.) Add the all-time most requested feature: hitting space or CR while
not in command mode now causes an instant refresh
1999-12-20 20:49:06 +00:00
frueauf
8870b49ed5
Add loadfile_machdep.h to includes to be installed - this makes
...
sys/arch/hp300/stand/* compile again.
1999-12-20 20:45:56 +00:00
frueauf
176df8913d
Make this compile again:
...
NEWIP6OUTPUT gets no longer defined, revers logic to use OLDIP6OUTPUT.
1999-12-20 20:27:14 +00:00
jwise
299c3534d3
TNF copyright -- I will do the paperwork to give these over asap.
1999-12-20 19:31:47 +00:00
hubertf
be1f1ece47
Set things to a sane state for db(3) routines.
1999-12-20 18:23:03 +00:00
fair
35b8613acb
change "millisecond" to "microsecond" for headswitch and track seek
...
comments, to resolve PR 8189. This makes the documentation for these
fields consistent. Not that it matters - a grep of syssrc shows that
these fields aren't actually used for anything and should probably be
GC'd.
1999-12-20 18:19:18 +00:00
itojun
8471c4a69a
fix "netstat numbers".
1999-12-20 17:26:50 +00:00
nathanw
19d95c5d43
Fix typo in comment.
1999-12-20 17:19:13 +00:00
jwise
81ed25dba3
Knee-jerk snprintf()-ism.
1999-12-20 17:08:52 +00:00
itojun
a733a88c71
fix default daemon pathname.
1999-12-20 16:23:44 +00:00
itojun
2d9ec4dac7
void unbounded sprintf().
...
fix proc title.
1999-12-20 16:22:41 +00:00
itojun
01c6c6df06
fix wrong indentation.
1999-12-20 16:03:19 +00:00
itojun
e67cbfed4a
oops, fix typo.
1999-12-20 16:01:31 +00:00
itojun
ae444c9104
flip "if" order in IPv6 initialization, avoid calling /bin/test.
...
From: soda
1999-12-20 15:51:14 +00:00
itojun
e0e43ad479
fix uninitialized pointer access on mapped addr handling.
...
add more debugging info on setsockopt errors.
1999-12-20 15:35:55 +00:00
itojun
c7a34c1de0
check for IPv6 kernel by exit status of "ifconfig lo0 inet6".
...
now IPv6 portion of netstart does not require /usr mount, it will mount it
as necessary (like pppd configuration do).
thanks goes to christos for the tip.
1999-12-20 15:12:23 +00:00
kleink
ece19a5225
Report disabled control characters as <undef> (like stty(1) does); fixes
...
PR bin/9019 from SAKAI Atsushi <a-sakai@echo.nuee.nagoya-u.ac.jp>.
1999-12-20 14:36:11 +00:00
abs
16367dadb8
Updates - primarily from Thomas Klausner
1999-12-20 12:44:04 +00:00
itojun
6badb9eb2b
add comment about IPv4/v6 dual stack support (enable both tcp and tcp6).
1999-12-20 12:43:17 +00:00
jdc
6ed8472046
Fix include.
...
Add prototypes.
1999-12-20 09:51:53 +00:00
jdc
9e109631e6
Manual page to sparc subdirectory.
1999-12-20 09:51:07 +00:00
jdc
9a26c043d2
Added tadpolectl
1999-12-20 09:50:20 +00:00
jdc
c8b93382ef
Added envsys.h
1999-12-20 09:49:51 +00:00
jdc
016b030623
Added tctrl.h
1999-12-20 09:49:20 +00:00
haya
35a9d47da9
Maintanance for Ricoh RL5C475. VAIO 505TX uses this chip.
1999-12-20 08:11:42 +00:00
itojun
50b9510128
hide functions that are not supplied.
1999-12-20 06:48:11 +00:00
itojun
ea516ae96d
based on recent discussion on ipngwg, use XNET definition for
...
sockaddr_storage. next revision of RFC2553 will be using this.
ss_len and ss_family are now available for userland programmers.
1999-12-20 06:18:45 +00:00
itojun
2d80f721a9
add ip6(4) and icmp6(4).
1999-12-20 05:50:47 +00:00
itojun
8bd9534970
avoid shared cluster mbuf overwrite on multicast packet loopback.
...
(bsdi and freebsd fixed this a long time ago...)
PR: 9020
From: pavlin@catarina.usc.edu
1999-12-20 05:46:33 +00:00
itojun
184c111af0
fix possible infinite loop in tcp relay (avoid possible DoS).
...
PR: 8640
From: Feico Dillema
1999-12-20 05:41:35 +00:00
mjacob
67944140cf
oops, got the initiator and initiator/target f/w reversed for the 1080
1999-12-20 04:25:56 +00:00
jwise
be9a446256
G/C function used in old command parsing
1999-12-20 04:06:25 +00:00
jwise
4c0fbd4c92
Two things:
...
1.) fix a bug which caused coredumps when starting with no mode arguments
2.) move to table-lookup for mode-specific command parsing as well.
all command matching is now table-driven.
1999-12-20 03:45:01 +00:00
tsutsui
2f3ba68db9
Add more SCR_BO(). NCR53c875 now works on macppc.
...
XXX All SCR_BO() macros should be replaced with htole32() or le32toh().
1999-12-20 03:37:06 +00:00
hubertf
78254bd723
Put back former -s switch to pkg_create as -L now.
...
Fixes PR 8982 by Eric Schnoebelen <eric@cirr.com>
1999-12-20 03:25:57 +00:00
christos
b360d70cb7
PR/9031: Scott Ellis: Ignore empty sysctl directive lines.
1999-12-20 02:43:58 +00:00
augustss
a1352b2625
Make sure tsleep() is not called during cold boot.
1999-12-20 02:12:23 +00:00
hubertf
5f98f60ad8
Document that bit #0 is the LSB of the first longword in the array.
...
Pointed out by Matt Thomas.
1999-12-20 02:04:24 +00:00
christos
1acbec5f08
PR/9031: Scott Ellis: update example to include full sysctl variables.
1999-12-20 01:43:05 +00:00
scottr
1c5a093819
Make this compile without bpf. Problem noted by Bob Nestor, fix from
...
Frederick Bruckman.
1999-12-20 01:06:40 +00:00