Mike Makonnen
8923e98bdc
Add support for the special shell nologin.
...
Prodded by: mikeh
2003-06-20 19:23:55 +00:00
Hajimu UMEMOTO
0d3e393ec5
Mention the use of Framed-IPv6-Prefix.
...
MFC after: 1 week
2003-06-20 18:14:57 +00:00
Mike Makonnen
22884fdd75
Update my email address.
2003-06-20 16:53:36 +00:00
Mike Makonnen
b0c151b850
Don't forget the -r on the second password prompt.
...
PR: bin/53550
2003-06-20 16:52:06 +00:00
Hajimu UMEMOTO
ec3e98b8de
IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may
...
want to pass the value to upper layer protocol such as DHCPv6
for prefix delegation.
MFC after: 1 week
2003-06-20 16:15:59 +00:00
Hajimu UMEMOTO
d13b5b3cdf
Mention the use of Framed-IPv6-Route.
...
MFC after: 1 week
2003-06-20 15:44:52 +00:00
Poul-Henning Kamp
abe6d58e0c
Remove dev_mkdb(8). The kernel answers these questions.
2003-06-20 09:48:11 +00:00
John-Mark Gurney
32d742049e
fix problem with uninitalized ptr (from PR)
...
other minor clean up.
PR: bin/2785
Submitted by: mpp
2003-06-20 04:54:27 +00:00
Mike Silbersack
9be756b54b
Fix a coredump that would occur when fdopen was unable to
...
return a valid fd.
PR: 49096
Submitted by: demon
MFC after: 3 days
2003-06-19 20:04:51 +00:00
Hajimu UMEMOTO
cf7c10d0b4
Do RADIUS accounting on IPV6CP.
...
MFC after: 1 week
2003-06-19 18:55:49 +00:00
Hajimu UMEMOTO
8bfaa57b68
Oops, I put unused variable in my previous commit.
...
MFC after: 1 week
2003-06-19 18:28:37 +00:00
Hajimu UMEMOTO
0fe74aa4e3
Install routes specified by Framed-IPv6-Route. Since the format
...
of Framed-IPv6-Route is user defined, it follows Framed-IP-route.
MFC after: 1 week
2003-06-19 18:19:31 +00:00
Maxim Sobolev
a5a1c411b0
Xref police: ntp.conf(8) -> ntp.conf(5).
2003-06-17 09:51:17 +00:00
Mark Murray
a97024f7c6
Not particularly pretty hack to generate rules to make .ln files
...
from .c files. Actually, this is overkill, as the .ln file targets
are assumed from .? (any) files. This is not a problem in practice,
merely a bit untidy, as the linting rules DTRT. See the sys/conf/*
and sys/mk/* files for usage.
2003-06-16 20:08:15 +00:00
Hajimu UMEMOTO
1f8db65a89
MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.
...
MFC after: 1 week
2003-06-16 15:19:25 +00:00
Maxim Konovalov
c7012f4a11
o BATTTIME and BATTPERCENT are 'int' not 'str'.
...
PR: bin/48793
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
MFC after: 2 week
2003-06-16 14:57:07 +00:00
Martin Blapp
5169db8c96
Fix yppasswdproc_update_master_1_svc() too.
...
Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.
Otherwise, rename master.passwd to a temp filename, rename
the new passwd to master.passwd, and let yppwupdate update
passwd as it sees fit.
Reviewed by: phk
Tested by: genesys
2003-06-15 21:24:45 +00:00
Martin Blapp
9d09cc7ac8
Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.
...
Otherwise, rename master.passwd to a temp filename, rename
the new passwd to master.passwd, and let yppwupdate update
passwd as it sees fit.
PR: 52601, 7968
Reviewed by: des
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2003-06-15 10:34:11 +00:00
Greg Lehey
872e095cc6
Document changes to default output.
2003-06-15 08:46:36 +00:00
Greg Lehey
a0a031aa9e
Print out the current recording devices in the default printout.
...
Discussed with: cg
Break some particularly long lines.
Still not enough for: bde.
2003-06-15 08:46:04 +00:00
John-Mark Gurney
9c6bbd7d32
make rarpd use in_addr_t instead of u_long since this is neccessary
...
on 64bit platforms
ok'd by: silence
2003-06-15 03:00:22 +00:00
Kenneth D. Merry
50a7fdaed8
Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
...
and libdevstat, since the new way of doing things is to just list
maintainership in src/MAINTAINERS.
Also, remove duplicate entries in src/MAINTAINERS for those utilities. I
already had entries for them.
2003-06-14 05:28:01 +00:00
Ruslan Ermilov
0d3b8ac42c
Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).
...
Suggested by: Dan Nelson
2003-06-13 16:13:28 +00:00
Thomas Moestl
74155a4873
Check the return values of opendir() and unlink() in cleanheaders().
...
If unlink() fails, just print a warning for now.
2003-06-12 11:36:54 +00:00
Kris Kennaway
5ba934c38d
Add missing header for system_Select() prototype
2003-06-12 07:48:45 +00:00
Garance A Drosehn
394fd40fa3
Minor improvement to some debugging code that is probably used by no one
...
but me (it's usually #ifdef-ed out).
MFC after: 1 week
2003-06-12 03:49:40 +00:00
Garance A Drosehn
dac192a9ae
Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERS
2003-06-12 03:32:21 +00:00
Garance A Drosehn
da464120d5
When sanity-checking a variable, it's good to check the correct variable...
...
MFC after: 1 week
2003-06-12 03:30:10 +00:00
David E. O'Brien
d4bad9978e
Remove uneeded cast.
2003-06-11 21:37:19 +00:00
David E. O'Brien
a58833a16a
This appears to be WARNS=3 safe.
2003-06-11 21:36:06 +00:00
David E. O'Brien
70be60d344
Best we can do is WARNS=1 due to lex.
2003-06-11 21:27:37 +00:00
David E. O'Brien
9cad751da5
Do not refer to the non-existant BDECFLAGS.
2003-06-11 21:25:15 +00:00
Garance A Drosehn
ea157fa201
There is no need for this makefile to reference BDECFLAGS, particularly
...
since that is no longer defined in the default system install.
MFC after: 1 week
2003-06-11 20:32:52 +00:00
Thomas Moestl
987c23d4ff
Autosize the property buffer instead of limiting it to 8192, and
...
exiting if a property happens to be larger.
2003-06-11 18:44:26 +00:00
Ruslan Ermilov
68e6385a8e
Tidy up the manpage.
...
Reviewed by: grog
2003-06-10 05:29:14 +00:00
Hidetoshi Shimokawa
c6747f0f42
Decode bus_info block.
2003-06-10 02:32:22 +00:00
Murray Stokely
cb1c40d388
Update the number and size of ports in the Ports Collection.
2003-06-09 07:05:59 +00:00
Warner Losh
87ddbe28e8
Change incorrect strings.h to more correct string.h to pick up
...
declarations for strlcpy, strlen, strmp and strcpy.
2003-06-09 06:30:36 +00:00
Warner Losh
10aea17ec2
Include sys/param.h for both modfind and kldload
...
Include sys/linker.h for kldload
Include sys/module.h for modfind
sort sys includes
2003-06-09 06:26:50 +00:00
Warner Losh
dbf4064dcf
Include stdlib.h for atoi declaration.
...
Add $FreeBSD$ while I'm here.
2003-06-09 06:23:10 +00:00
Warner Losh
1d08b7ad50
Include stdlib.h for atoi declaration
...
Add $FreeBSD$ while I'm here.
2003-06-09 06:22:01 +00:00
Warner Losh
f4fe0dcb87
include string.h for memcmp declearation
2003-06-09 06:19:15 +00:00
Warner Losh
b5fce26182
Include string.h for strlen declaration
2003-06-09 06:17:07 +00:00
Warner Losh
f2303cfb6e
Include stdlib.h for exit declaration
2003-06-09 06:16:18 +00:00
Warner Losh
f8ba13e996
Include string.h for strcmp declaration
2003-06-09 06:16:00 +00:00
Philippe Charnier
aae2e03571
Add section number to .Xr
2003-06-08 14:33:04 +00:00
Philippe Charnier
860f0df364
The .Xr utility. Spelling. Put NIS under .Tn
2003-06-08 14:28:38 +00:00
Philippe Charnier
49f90486ce
The .Xr utility
2003-06-08 14:06:45 +00:00
Philippe Charnier
f84e4bb732
Add section number to .Xr
2003-06-08 14:04:49 +00:00
Juli Mallett
dc5698b6dd
Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
...
which is more than enough.
2003-06-08 08:38:11 +00:00
Juli Mallett
3dd9cabe01
WARNS cleanup. Constness and shadowing, namely.
2003-06-08 08:37:11 +00:00
Juli Mallett
28d8e02b2e
Fix format string.
2003-06-08 08:33:48 +00:00
Greg Lehey
5b0c29d6dc
Add licence.
...
Complained about by: juli
Correct usage() text.
2003-06-08 07:29:57 +00:00
Greg Lehey
e1095ead46
Oops, this is section 8, not 1.
2003-06-08 06:59:33 +00:00
Greg Lehey
49f1f0ff0f
Add man page.
2003-06-08 06:57:57 +00:00
Warner Losh
8aacd912f6
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
Greg Lehey
a945d970d7
Introducing asf, a helper program for kernel debugging.
2003-06-08 06:18:13 +00:00
Warner Losh
05674b755f
Use stdlib.h for getopt interface.
2003-06-07 19:13:57 +00:00
Warner Losh
09f4f53b9c
remove unnecessary '?' from getopt string
2003-06-07 18:46:30 +00:00
Warner Losh
5cd1bcb2a9
MAXPATHLEN includes trailing NUL
2003-06-07 18:45:45 +00:00
Warner Losh
df001cb7b8
Use safer strlcpy and snprintf interfaces
2003-06-07 18:44:04 +00:00
Warner Losh
cabaa3ba21
Get getopt interface from unistd.h
2003-06-07 18:43:09 +00:00
Warner Losh
723a65e8f7
Get getopt interface from unistd.h
2003-06-07 18:35:45 +00:00
Warner Losh
498c24eea5
Don't need to redundantly redeclare optreset.
2003-06-07 18:33:18 +00:00
Mike Makonnen
4fb3a3060c
Allow the optional setting of a user, primary group, or grouplist
...
when chrooting.
Obtained from: NetBSD
MFC after: 4 weeks
2003-06-07 10:56:12 +00:00
Guido van Rooij
aff35e3a2b
Move my maintainership of parts of ipfilter back to Darren Reed
2003-06-06 11:30:50 +00:00
Peter Pentchev
f02cd7c7d0
Warn if there is no newline at the end of the group file.
...
PR: 51256
Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca>
Reviewed by: tjr, -audit
Approved by: tjr
2003-06-06 07:10:39 +00:00
Poul-Henning Kamp
1afc333e74
Report NODEV devices as <NFSfile>
2003-06-05 21:56:47 +00:00
Ollivier Robert
b6bf7843a3
Follow the trend of moving MAINTAINER lines from Makefile into
...
src/MAINTAINERS.
2003-06-05 05:03:01 +00:00
Robert Watson
52271f82d6
Update lsextattr(8) to use the new extattr_list_*() APIs, rather than
...
using the somewhat more hackish variant on extattr_get_*() to retrieve
the attribute list on an object.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-06-05 04:30:00 +00:00
Peter Wemm
88e9362de9
GRRR. Do not force Dangerously Dedicated mode on amd64 when you select
...
'use entire disk'. Neither for ia64 while I'm here - it needs a MBR if
its going to use fdisk+disklabel. The ia64 case is mostly academic though
because you'd be creating two partitions (dos + freebsd) rather than
a single freebsd-only partition.
2003-06-04 19:28:39 +00:00
Ceri Davies
df9af9283f
Correct a spelling error.
2003-06-04 19:24:24 +00:00
Mark Murray
390e8cc297
Drop MAINTAINER bits from here.
2003-06-04 15:58:03 +00:00
Doug Barton
a15410dee1
Remove MAINTAINER line in favor of the entry in src/MAINTAINERS
2003-06-04 09:38:04 +00:00
Peter Wemm
a6f4ec0614
Turn on btxld for amd64.
2003-06-03 01:38:16 +00:00
Peter Wemm
8e81109e14
Add AMD64 support.
2003-06-03 01:37:32 +00:00
Peter Wemm
3aefe09423
Port libc_r to amd64, and turn it back on for amd64. It passes all of
...
the same src/lib/libc_r/test/* tests that the other platforms pass.
2003-06-02 22:22:52 +00:00
Thomas Moestl
a0aa476ed8
Add a missing return statement to distExtractTarball().
...
Reviewed by: jhb
2003-06-02 17:59:29 +00:00
Ruslan Ermilov
f937c268cf
Assorted mdoc(7) fixes.
2003-06-02 11:19:24 +00:00
Mike Makonnen
fe6983de4b
Explicitly compare the values returned by chdir(2) and chroot(2) to -1.
2003-06-02 05:52:24 +00:00
David E. O'Brien
0ff4c492b4
CSTD=c89 due to mismatched declarations.
2003-06-02 02:18:37 +00:00
Ruslan Ermilov
5234638ef6
Mostly fixed the SYNOPSIS.
2003-05-31 18:42:18 +00:00
Ruslan Ermilov
c16ad8ccc8
excute: typo; possible replacements: excite, excuse.
2003-05-31 18:24:40 +00:00
Ruslan Ermilov
e6f5d39465
Sigh, I guess this manpage used cat(1) as a template?
...
Otherwise, fix the manpage to not use the second person,
and add two missing punctuation bits.
2003-05-31 18:19:50 +00:00
Ruslan Ermilov
a388918d35
Assorted mdoc(7) fixes.
2003-05-31 18:07:09 +00:00
Scott Long
acb9e0f3f6
Teach sysinstall to recognize if acpi was turned off from the bootloader,
...
and then ask the user if this should be made permanent.
Approved by: re
2003-05-31 11:28:28 +00:00
Mario Sergio Fujikawa Ferreira
fc12c41ca3
pkg_create incorrectly does not add trailing '\n' when it receives
...
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.
Therefore, make sure it behaves exactly the same regardless of
where got its information; either command line or files. The modified
functions are used by pkg_create.
PR: 52097
Reviewed by: bento, kris,
portmgr, re,
Michael Nottebrock <michaelnottebrock@gmx.net>,
Martin Horcicka <horcicka@FreeBSD.cz>
Approved by: re (scottl)
MFC after: 1 week
2003-05-26 17:12:22 +00:00
Mario Sergio Fujikawa Ferreira
c32acd2e5c
Add a trailing '\n' character if none is found in the information
...
obtained from a package. Patch show_file() [1] and show_index() [2]
functions.
PR: 52097
Reviewed by: bento, kris,
portmgr, re,
Michael Nottebrock <michaelnottebrock@gmx.net>,
Martin Horcicka <horcicka@FreeBSD.cz>
Approved by: re (scottl)
Obtained from: NetBSD [1],
OpenBSD [2]
MFC after: 1 week
2003-05-26 17:06:05 +00:00
Peter Wemm
7dd6838582
Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler
...
error) on amd64 when doing pointer subtraction. This bug is already
fixed in gcc-3.3 (waiting for after the branch), and the hack will be
backed out at the first opportunity. This is in the ipv6 code path.
Approved by: re (scottl)
2003-05-25 07:39:06 +00:00
Peter Wemm
5e8db10ac1
Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.
...
Approved by: re (murray)
Obtained from: obrien
2003-05-24 21:12:14 +00:00
Peter Wemm
14682d7e53
no libc_r on amd64 yet -> no pppctl.
...
Approved by: re (safe amd64 changes)
2003-05-24 19:23:05 +00:00
Ruslan Ermilov
ca7367cce4
The "krb5" distribution was merged with "crypto", record the death.
...
Reviewed by: jhb
Approved by: re (jhb)
2003-05-22 18:41:16 +00:00
Ruslan Ermilov
db1e3a4f98
Erase whitespace at EOL.
...
Approved by: re (blanket)
2003-05-22 11:56:41 +00:00
Ruslan Ermilov
b4ad5e27f4
Moved $FreeBSD$ tag to where it belongs.
...
Approved by: re (blanket)
2003-05-22 11:55:26 +00:00
Ruslan Ermilov
07958659ba
Nitpicking.
...
Approved by: re (blanket)
2003-05-22 11:54:53 +00:00
Ruslan Ermilov
f062eac425
Assorted mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-22 11:52:23 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Ruslan Ermilov
f490cb986f
Previous revision broke release building, unbreak it.
...
Prodded by: scottl
2003-05-20 07:07:48 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Ruslan Ermilov
aba60fa66b
Fixed troff(1) and mdoc(7) warnings.
...
Approved by: re (blanket)
2003-05-18 21:05:22 +00:00