jb
f80a6bb91d
NetBSD kernels don't have issetugid(), so #ifdef this out when
...
building FreeBSD's libc to run with a NetBSD kernel. We'll get to
the alpha kernel later, I promise. 8-)
1998-02-20 07:54:56 +00:00
jb
7dedbef2ef
Add #include <string.h> to get prototypes.
1998-02-20 07:48:36 +00:00
jb
d4dd404bc1
Add alpha support. m68k crept in too. Oops. 8-)
1998-02-20 07:44:29 +00:00
jb
f12b4c9703
Avoid an uninitialised variable warning from gcc. I bet some people
...
don't like me doing this, but I want to see clean compiles. 8-)
1998-02-20 07:40:22 +00:00
jb
2efe016de4
Test for the existance of ${MACHINE}/boot before trying to build it.
...
The PC98 stuff in this makefile should be removed and that system
should build with MACHINE=pc98 and MACHINE_ARCH=i386.
1998-02-20 07:37:08 +00:00
jb
2248def17a
Remove the casts on signal() returns and compare the returned value
...
with SIG_ERR to detect the error case.
Suggested by: bde.
1998-02-20 07:28:50 +00:00
hosokawa
4718f96363
Updated my e-mail address.
1998-02-20 07:19:51 +00:00
hosokawa
3ac086b2ac
Updated my e-mail addresses.
1998-02-20 07:17:48 +00:00
jb
dca0537025
gcc wants to see long long variables passed to %q printf formats, so
...
cast to that instead of quad_t.
1998-02-20 05:11:42 +00:00
jb
46dfb7f7cd
time() needs a pointer to a time_t, but tv_sec in a timeval is a
...
long (yuk). So give time() what it wants and let the compiler
promote the variable when it is assigned to tv_sec.
1998-02-20 05:08:53 +00:00
jb
7295fb5707
localtime() needs a pointer to time_t which is not necessarily a long.
...
So use a time_t in the chdr structure so that no casts are required.
1998-02-20 05:01:05 +00:00
jb
eb649fea4a
Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.
1998-02-20 04:57:33 +00:00
jb
bc76bfde94
Add #include <string.h> to get prototypes.
1998-02-20 04:54:00 +00:00
jb
01b0029e57
Initialise variable that gcc lies awake at night worrying about.
1998-02-20 04:50:50 +00:00
jb
7f92b62ee3
Add #include <string.h> to get prototypes.
1998-02-20 04:48:37 +00:00
jb
6d9d1ccd14
Replace incomplete malloc prototype with #include <stdlib.h>
...
to get the proper one.
1998-02-20 04:38:20 +00:00
jb
51f6e49462
Add #include <stdlib.h> to get prototype for malloc().
1998-02-20 04:34:08 +00:00
jb
0c290fd53e
Add #include <string.h> to get prototypes.
1998-02-20 04:33:03 +00:00
jb
78fe14dd30
Add #include <stdlib.h> to get prototype for malloc(). Without this,
...
the compiler assumes an int return. On alpha this is enough to ruin
ya day.
1998-02-20 04:21:46 +00:00
steve
e20cca613d
Don't propogate *_DEBUG options. Use DEBUG and recompile
...
only those parts of the kernel that you are interested in.
Prodded by: Bruce Evans <bde@zeta.org.au>
1998-02-20 04:19:39 +00:00
jb
07a1e093a1
Add #include <string.h> to get prototypes for functions that gcc
...
has builtin (and wants to know that the prototypes match).
1998-02-20 04:13:29 +00:00
wpaul
d7895ddcdd
Arghhh.... another missing backslash. Yes, I feel stupid.
1998-02-20 04:00:48 +00:00
ahasty
c9bf339dab
Reserve Major device 92 for the bktr (Bt848 video capture driver)
1998-02-20 03:59:53 +00:00
ahasty
17d270acba
Move Luigi's I2CWR ioctl from the video_ioctl section to the
...
tuner_ioctl section. Changed Major device from 79 to 92 and reserved
our Major device number -- hasty@star-gate.com
1998-02-20 03:55:17 +00:00
steve
24943ac55d
Cleanup the lpt for probe code.
...
PR: 5773
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:48 +00:00
steve
b1c3203602
Add an LPT_DEBUG option.
...
PR: 5773
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:18 +00:00
steve
f06e5a50b1
Be sure to set the value of Tbl.str_numstr before any call to
...
do_order or randomize so that they actually work.
PR: 5791
1998-02-20 00:47:49 +00:00
fenner
b318e8e53a
Revert sosend() to its behavior from 4.3-Tahoe and before: if
...
so_error is set, clear it before returning it. The behavior
introduced in 4.3-Reno (to not clear so_error) causes potentially
transient errors (e.g. ECONNREFUSED if the other end hasn't opened
its socket yet) to be permanent on connected datagram sockets that
are only used for writing.
(soreceive() clears so_error before returning it, as does
getsockopt(...,SO_ERROR,...).)
Submitted by: Van Jacobson <van@ee.lbl.gov>, via a comment in the vat sources.
1998-02-19 19:38:20 +00:00
wollman
929ade011c
Make it more convenient to query NICs other than InterNIC. Explain in the
...
man page what each database contains.
1998-02-19 19:07:50 +00:00
eivind
0edca1f0f6
Limit check for target to smaller section of makefile.
1998-02-19 14:53:29 +00:00
msmith
a82f842875
Move the 'sw' device off block major #1 , which is now occupied by 'wfd'.
1998-02-19 12:15:06 +00:00
jb
7d1df0f942
No binutils yet 8-(, and a few programs that need porting to alpha.
...
Make them i386 specific for now.
1998-02-19 09:34:59 +00:00
kato
cd314fdf31
Sync with sys/i386/conf/majors.1.31.
1998-02-19 08:43:25 +00:00
kato
eb60d56d75
Sync with sys/i386/conf/files.i386 revision 1.191.
1998-02-19 08:42:57 +00:00
guido
e1ce88a831
Reenable building of /etc/passwd.
...
Pointed out by: "Julie M. Juracich" <julie@xaqti.com>
1998-02-19 08:12:11 +00:00
charnier
ac7a269d57
Convert to mdoc + typos.
1998-02-19 08:05:46 +00:00
jb
6706b66d1a
Change the bootstrap makefile inclusion to be general based on the
...
MACHINE. This lets me play with porting to m68k too. 8-) That is a
good test for portability because MACHINE != MACHINE_ARCH and m68k is
big endian.
1998-02-19 07:34:46 +00:00
jb
728d7b8b1a
Just one of these libs left to port to alpha.
1998-02-19 07:30:06 +00:00
jb
283cac6d8e
With the exception of tools that should come from GNU binutils,
...
this makefile will bootstrap all libraries and tools needed to build
the system.
1998-02-19 07:25:03 +00:00
asami
7d4af6ecd6
(1) Don't disable "deinstall" if IGNORE is set.
...
I don't know what the hell I was thinking in: rev. 1.268
(2) Create ${PREFIX} before calling mtree if it doesn't exist. This
may not be the best solution, but pre-install is called after
mtree so there really isn't any way to fix this from the port
Makefiles and thus has to be done here.
1998-02-19 06:49:27 +00:00
brian
5b9c68270e
MFMP: Allow 8 character login names.
...
Do the login()/logwtmp()/logout() as id 0.
1998-02-19 02:10:13 +00:00
jkh
7a0499eae5
91 vinum RAID fs
...
Requested by: grog
1998-02-19 01:33:29 +00:00
eivind
896db5cdb4
Don't create a ${PROG} target if it already exists.
1998-02-19 01:30:23 +00:00
eivind
ab0c84a191
Style police service brought to you by: bde
1998-02-19 00:51:49 +00:00
eivind
d2daf125ee
Re-introduce '-n' - now a no-op for backwards compatibility only.
...
Requested by: David Quattlebaum <sasdrq@unx.sas.com>
1998-02-19 00:45:33 +00:00
nate
9abc0e86f8
MF22:
...
- After the install has been done, but before makedb is run, run
'ldconfig -R' to pick up new shlib dependencies.
Suggested by: Amancio and a whole lot of other folks
1998-02-19 00:24:43 +00:00
dima
bc6fcbb867
Add 'f' flag to the optstring.
1998-02-18 22:49:58 +00:00
dima
7dfa939b99
cosmetic change for optstring
1998-02-18 22:45:22 +00:00
brian
c30c1e89da
MFMP: LogWARN rather than LogERROR when we can't create
...
our diagnostic socket.
1998-02-18 20:40:32 +00:00
eivind
1960e2add5
... since config no long have a -n option in -current either, do the
...
obvious thing. (-n gone).
1998-02-18 20:01:41 +00:00