scottl
c78ca7db76
MFS: Use correct terminology for RAID 0/1 and 0/5.
2001-12-04 02:39:06 +00:00
luigi
cb46bc1155
Remove error messages on mbuf allocation failures, now
...
this is done more safely in kern/subr_mbuf.c
Two-days'-delay-thanks-to: @home shutting down service
2001-12-04 02:30:53 +00:00
scottl
8f464117e5
BAH! Missed another change to this file.
2001-12-04 02:26:57 +00:00
obrien
fc6ae34f0a
Actually I haven't enumerated the return values yet (thats why I hadn't
...
committed it yet). So vague'ize the wording a little bit to make up
for it.
2001-12-04 02:26:47 +00:00
obrien
da14ed32e1
Revision 1.23 wasn't about WARNS, but rather be a more verbose about
...
informing of the return values.
2001-12-04 02:24:10 +00:00
scottl
6ba0b41dce
Bah, I missed this file on the last commit
2001-12-04 02:24:07 +00:00
obrien
9baf2f1b03
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
obrien
099f8ecbe9
Default to WARNS=2. Binary builds that cannot handle this must explicitly
...
set WARNS=0.
Reviewed by: mike
2001-12-04 01:57:47 +00:00
des
de55179b29
PROCFS requires PSEUDOFS now.
2001-12-04 01:35:59 +00:00
des
e05a1e1712
Pseudofsize procfs(5).
2001-12-04 01:35:06 +00:00
obrien
ff81a8c93d
Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.
2001-12-04 01:29:54 +00:00
obrien
d2081fa909
Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.
...
I leave it up to someone else to fix this breakage properly.
2001-12-04 01:24:10 +00:00
des
536f2aee59
Reduce namespace pollution by removing argument names from prototypes.
2001-12-04 01:23:02 +00:00
des
ff6a5a5c28
Properly handle being redirected to an FTP URL.
...
Also fix a couple of not-so-minor bugs:
- missing case for HTTP_SEE_OTHER
- incorrect definition of HTTP_NEED_PROXY_AUTH
PR: 20259
MFC after: 2 weeks
2001-12-04 01:12:51 +00:00
des
8cabee0ca4
Add prototype for _ftp_request().
2001-12-04 01:10:34 +00:00
des
5d89c5ae6e
Reorganize to reduce code duplication.
2001-12-04 01:09:19 +00:00
des
ecc2670185
Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Add
...
backward compatibility symlinks for good measure.
DEVFS already gets this right (except for the symlinks).
PR: 24781
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
MFC after: 3 days
2001-12-04 00:48:21 +00:00
des
d3e87ede47
Create {ad,da,...}s1[a-h].
...
PR: 19849
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
MFC after: 3 days
2001-12-04 00:40:38 +00:00
jhb
22c01df0b4
Add a missing open paren to a macro that's been broken (and apparently
...
unused) since rev 1.1 so it is at least correct.
Submitted by: Maxime Henrion <mux@qualys.com>
2001-12-04 00:35:28 +00:00
scottl
3913fdc6dd
Use d_thread_t to reduce diffs between current and stable.
...
Spell ACQUIRE correctly.
2001-12-03 22:55:14 +00:00
nectar
d69c342a45
Update version string since we applied a fix for the UseLogin issue.
2001-12-03 22:47:51 +00:00
bde
f77cb88b79
Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
...
libraries a little by not passing all of ${CFLAGS} to lint. Pass
only options matching -[DIU]*. The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc". The unimportant -B* option can't be passed because
lint doesn't support it. Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed. All
this depends on option args not being separated from option flags
by a space.
2001-12-03 22:31:09 +00:00
dwmalone
ce9ba9f911
Yes seems to be warns clean on alpha and i386.
2001-12-03 21:42:15 +00:00
dwmalone
2d98aab133
Some warns cleanups - I think this is still not warns clean on the alpha.
2001-12-03 21:40:07 +00:00
dwmalone
56460a2eb0
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:39:04 +00:00
dwmalone
383583bd4f
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:37:35 +00:00
dwmalone
d0e180a89a
Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.
2001-12-03 21:33:59 +00:00
dwmalone
8136379bed
Warns cleanups. Add missing prototype.
2001-12-03 21:32:54 +00:00
dwmalone
4713a986f4
Fix one warning - still not warns clean.
2001-12-03 21:32:01 +00:00
dwmalone
cffa7a579a
Strip seems to be warns clean on i386 and alpha.
2001-12-03 21:28:37 +00:00
dwmalone
71a3cce2f6
Warns cleanups.
2001-12-03 21:27:45 +00:00
dwmalone
d2c37ac50b
Warns cleanups. This makes the showmount code warns clean, but some
...
of the rpc headers aren't.
2001-12-03 21:25:28 +00:00
dwmalone
7b333c32e3
Warns cleanups. Add FreeBSD ID.
2001-12-03 21:22:56 +00:00
dwmalone
267de3dc10
Warns cleanups, add FreeBSD IDs.
2001-12-03 21:20:37 +00:00
dwmalone
935f368eab
Warnc cleanups. Add FreeBSD IDs.
2001-12-03 21:15:40 +00:00
dwmalone
a7b69c0f25
Warns cleanups. Don't use gccism -Wall.
2001-12-03 21:13:03 +00:00
dwmalone
3b51ef3427
Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.
2001-12-03 21:12:03 +00:00
dwmalone
ad2914a674
Warns cleanup. Add FreeBSD ID to Makefile and nice.c.
2001-12-03 21:10:47 +00:00
dwmalone
81ff03de25
Warns cleanups.
2001-12-03 21:07:23 +00:00
dwmalone
fc0ee8a40b
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:06:20 +00:00
dwmalone
ffd5084704
Warns cleanup - not ready for WARNS=2 yet.
2001-12-03 21:04:50 +00:00
dwmalone
db0b731dac
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:03:39 +00:00
dwmalone
743061688b
Warns cleanups:
...
Signal handlers are supposed to take an int as an arg.
Don't locally declare crypt or ttyname.
2001-12-03 21:01:52 +00:00
dwmalone
0a2730ac8b
Warns cleanups:
...
Declare functions in advance of using them
There is no printf specifies %k - I think it was supposed to be %s.
2001-12-03 21:00:33 +00:00
dwmalone
d4937950eb
Warns cleanup.
2001-12-03 20:58:56 +00:00
dwmalone
a4427dae23
Warns cleanup (just make main return an int).
2001-12-03 20:57:49 +00:00
dwmalone
2a38aa8ed1
Cast off_t to long long before printing. Use %ll instead of %q incase
...
long long and quad_t are not the same.
2001-12-03 20:56:16 +00:00
rwatson
fb311b7cce
o Update an instance of 'unprivileged_procdebug_permitted' missed
...
in the previous commit: the comment should also call it
'unprivileged_proc_debug'.
2001-12-03 19:10:21 +00:00
jhay
8694133670
Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to
...
the kerberos libraries and includes.
2001-12-03 17:53:09 +00:00
jhay
882107c92b
Add the necessary paths to the kerberos libraries and includes.
...
This fix "make release".
Reviewed by: markm
2001-12-03 17:45:25 +00:00