jb
0b3f0b0fa4
int -> long changes that reduce the diffs with the NetBSD version to
...
work in a 64-bit environment.
1998-05-14 21:45:18 +00:00
guido
70c2b190c2
On request of Garrett, ad a way to specify that a service should be
...
reachable via T/TCP
Reviewed by: Garrett Wollman
1998-05-14 20:26:16 +00:00
gibbs
7c2692687f
Fix list corruption and memory leak that could occur when
...
releasing EISA irqs.
1998-05-14 19:47:38 +00:00
ache
2c45b9f71c
Regenerated syscalls list after signanosleep removing
1998-05-14 14:49:58 +00:00
ache
908b161b95
Remove reference to signanosleep
1998-05-14 14:39:58 +00:00
kato
58e53bec0e
Sync with sys/i386conf/majors.i386 revision 1.42.
1998-05-14 12:42:11 +00:00
peter
4427c496d6
Nuke signanosleep()
1998-05-14 11:36:16 +00:00
peter
11444bc03c
nuke signanosleep().
1998-05-14 11:33:04 +00:00
peter
ac94d525c8
Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()
...
as I don't want to mess with the multiple returns)
1998-05-14 11:31:08 +00:00
peter
d0cb29e22f
regen after signanosleep nuke
1998-05-14 11:29:06 +00:00
peter
d5bf4ccfc2
deep-six signanosleep(). It sounded like a good idea at the time.
1998-05-14 11:28:11 +00:00
peter
3cca5ff2f6
Commit an old change that has been sitting around for a long while.
...
signanosleep() did not deal with signal masks properly. This change was
based on a discussion with bde some time ago (at least 6 months or more).
signanosleep() should probably go away since it was never really used for
more than a few weeks and doesn't appear in released code. It should
probably be killed before somebody uses it and it becomes a gratuitous
nonstandard feature.
1998-05-14 10:38:52 +00:00
jkoshy
b964b328b6
Allow `w' to treat a corrupted "utmp" as a non fatal error.
...
PR: bin/2832
1998-05-14 10:13:24 +00:00
jb
c7a5604130
Remove a bogus prototype for time() and let time.h do that.
...
Change pointer casts from int to long. The code that looks to index -1
of argv is still broken on alpha.
1998-05-14 10:07:29 +00:00
pst
dedd1364d0
Add an example showing how to build a UFS floppy
1998-05-14 06:42:47 +00:00
jb
74780e6b04
Make a bit of FreeBSD-specific code a bit more specific => i386 only.
1998-05-13 22:55:44 +00:00
jb
1e557ad96e
libtcl now builds (with lots of pointer to int cast warnings) on alpha.
1998-05-13 22:54:03 +00:00
jb
a6f64e749c
libtcl expects to see ieeefp.h definitions through this header.
1998-05-13 22:40:42 +00:00
gibbs
b7cd4ac307
Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort was
...
getting mangled.
Submitted by: Bruce Evans <bde@zeta.org.au>
1998-05-13 16:03:33 +00:00
jkh
9f6900bbcd
Name cronyx devices correctly.
1998-05-13 12:38:26 +00:00
kato
a4d8f4ef4f
Sync with sys/i386/isa/sio.c revision 1.201.
1998-05-13 10:42:36 +00:00
kato
9509d21464
Sync with sys/i386/conf/majors.i386 revision 1.41.
1998-05-13 10:40:32 +00:00
phk
076445765c
FreeBSD -> %s/%m
...
PR: 6600
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-05-13 08:10:07 +00:00
phk
3a84d53923
The SYNOPSYS of mount_umap(8) says
...
mount_umap [-o options] target mount-point uid-mapfile gid-mapfile
This should read
mount_umap [-o options] -u uid-mapfile -g gid-mapfile target mount-point
PR: 6586
Reviewed by: phk
Submitted by: Amakawa Shuhei amakawa@hoh.t.u-tokyo.ac.jp
1998-05-13 08:02:50 +00:00
phk
72e586cdaa
The description of the format of the id mapfile is wrong. You have
...
to write an original-id and a local-id in the other way around.
PR: 6593
Reviewed by: phk
Submitted by: Amakawa Shuhei <amakawa@hoh.t.u-tokyo.ac.jp>
1998-05-13 08:01:00 +00:00
phk
4c734c0e4d
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
...
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-05-13 07:57:49 +00:00
peter
f11a8e465d
Add missing arg to vget().. Serves me right for committing a 2.2 patch to
...
-current without testing it there.. :-(
Submitted by: Michael Hancock <michaelh@cet.co.jp>
1998-05-13 07:49:08 +00:00
charnier
de95e3d75f
Correct use of .Nm. Add rcsid.
1998-05-13 07:47:35 +00:00
charnier
f18d7e3d59
Correct use of .Nm.
1998-05-13 07:43:56 +00:00
charnier
71695643f4
Convert to mdoc.
1998-05-13 07:41:13 +00:00
charnier
b0feaf5a6b
Correct use of .Nm. Add rcsid.
1998-05-13 07:39:11 +00:00
charnier
f60d38b876
Correct use of .Nm.
1998-05-13 07:35:44 +00:00
charnier
e3ba26c492
Restore Lite-2 sccsid. Restore include of sys/types.h.
1998-05-13 07:33:54 +00:00
charnier
eb81410eba
Restore Lite-2 sccsid. Restore include of sys/param.h.
1998-05-13 07:31:42 +00:00
charnier
bf2e3ba402
Restore include of sys/types.h and sys/param.h.
1998-05-13 07:29:15 +00:00
phk
cad4243e61
The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,
...
but doesn't do much of anything with it. I added it to siopnp_ids[]
and it was found and recognized as a serial port.
PR: 6605
Reviewed by: phk
Submitted by: Dave Marquardt <marquard@zilker.net>
1998-05-13 07:26:55 +00:00
charnier
8479be9410
Restore Lite-2 sccsid.
1998-05-13 07:25:17 +00:00
charnier
a9eea7e9e3
Restore original Lite-2 sccsid. Restore include of sys/types.h.
1998-05-13 07:22:11 +00:00
charnier
b35618eb35
Do not remove include of <sys/param.h> and <sys/types.h>. They should
...
be here before including almost any POSIX header.
Requested by: Bruce
1998-05-13 07:19:45 +00:00
charnier
6a2297e2da
Restore Lite2 sccsids by removing `const'. Improve documentation a little.
...
Suggested by: Bruce
1998-05-13 07:16:37 +00:00
jb
d6619f7b2b
The printf type checking in gcc wants %qd to be a long long, so add
...
a cast in case off_t is not a long long (as on alpha).
1998-05-13 06:52:08 +00:00
jb
12412f8127
Make -Werror i386 specific because -nostinc on alpha spits warnings
...
for unused static inline functions in header files.
1998-05-13 06:50:09 +00:00
peter
395cfb5766
Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Having
...
these two files that are almost-but-not-quite the same leads to false grep
hits, confusion etc.
Only installing one copy with a symlink would be nice but that doesn't
work with SHARED=symlinks (it changes the source tree).
1998-05-13 06:40:56 +00:00
peter
6613440b58
Hold a reference to the vnode during the sillyrename cleanup. If we block
...
in nfs_vinvalbuf() or the nfs_removeit(), we can have the nfsnode reallocated
from underneath us (eg: replaced by a ufs 'struct inode') which can cause
disk corruption ('freeing free block' when di_db[5] gets trashed).
This is not a cheap fix, but it'll do until the nfsnodes get reference
counting and/or locking.
Apparently NetBSD have a similar fix (apparently from BSDI).
I wish all PR's had this much useful detail. :-)
PR: 6611
Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu>
1998-05-13 06:10:13 +00:00
jb
25a20d1f0e
Fix broken (at least on alpha, but probably on i386 too) code which
...
is supposed to walk an arry of character pointers, not an array of
characters.
1998-05-13 05:50:42 +00:00
peter
ea57a1047f
Move the *vpp initialization earlier so that it's set in all error cases.
...
This should stop the 'panic: leaf should not be empty' nfs panic.
PR: 1856
Submitted by: msaitoh@spa.is.uec.ac.jp
1998-05-13 05:47:09 +00:00
jb
0fe1740a29
Add perl to the list of build tools because it is needed to build the
...
perl-related directories (like x2p which generates the perl headers).
1998-05-12 23:11:58 +00:00
jb
2325f0cac2
perl now works on alpha.
...
This just leaves gdb to be configured for alpha.
1998-05-12 23:09:36 +00:00
jb
d8437c4302
This code casts double -> int -> char *. Ugh. Take a punt and change the
...
int to a long so that no bits are thrown away on alpha and hope for
the best.
1998-05-12 23:07:07 +00:00
jb
b36a8f56fb
Change a cast of long * to time_t * in a call to time();
1998-05-12 23:03:50 +00:00