10825 Commits

Author SHA1 Message Date
marck
d2e308ff9c MFC r181115:
Fix empty mailto (-m "") handling: somehow I missed all checks but the first,
  hence output would be written to the wrong filehandle.

Submitted by:	reg
Approved by:	yar (implicit)
MFC after:	ASAP
Pointy hat to:	marck
2008-08-01 08:15:25 +00:00
flz
7130a0ce76 MFC r180566: Don't set PACKAGE_BUILDING while installing packages. 2008-07-31 15:58:48 +00:00
antoine
c4fec63c91 MFC r179365 to stable/6:
- Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).
   This makes blowfish password hashes look normal when set using
  pw(8)/adduser(8). [1]
  - Make it possible to have a '/' in the salt.

  PR:             121146 [1]
  Submitted by:   Jaakko Heinonen [1]
  Approved by:    rwatson (mentor)
  MFC after:      1 month
2008-07-28 20:08:08 +00:00
yongari
9146c52924 MFC r179344.
Add jme(4) to the list of supported network interface.
2008-07-28 02:13:59 +00:00
marck
0767e9bd13 MFC r180096:
Add -m option to cron(8), overriding default mail recipient for cron
	mails, unless explicitly provided by MAILTO= line in crontab.  This
	feature can be useful in massive hosting environment, where most users
	do not care about autogenerated mails.

	Setting recipient to null string disables default mails at all.

Approved by:	yar
2008-07-27 07:22:35 +00:00
jhb
1e844d4be7 MFC: Properly report failure for update operations if "pwd_mkdb -C" fails. 2008-07-25 17:51:22 +00:00
marius
2135c4a43e Fix the compiltion of bind when NO_OPENSSL is defined. 2008-07-05 13:45:44 +00:00
danger
46900df0a5 MFC r154990, r180071, r180112, r180154:
- use the ".Pa" macro for path names
- markup fixes
- advise to use rc script to SIGHUP mountd
- add some missing words
- add information about possiblity of using /prefix network notation [1]

PR:		docs/124373 [1]
Obtained from:	NetBSD [1]
2008-07-05 10:29:27 +00:00
emaste
77f881ca43 MFC r175163:
Honour the logical current working directory ($PWD) when using config's
  -d destdir option.  For an automounted src tree using the logical cwd
  in the Makefile keeps amd(8)'s mount timeout refreshed.  Code to check
  $PWD's validity cribbed from pwd(1).

  Discussed on hackers@.
2008-06-27 14:37:32 +00:00
flz
59013eaaaa MFC: remove 4.x support (r179835) 2008-06-17 10:48:46 +00:00
flz
cbc1e699c4 MFC: style fixes (naked commands, r179819) 2008-06-16 09:17:46 +00:00
flz
57ceb55b3d Synchronize pkg_install with HEAD (20080612)
r179760: fix recursive -K (add), '\n' not part of pkg origin (updating)
2008-06-16 09:03:57 +00:00
flz
dc58ca5a99 Synchronize pkg_install with HEAD (20080530)
r179352,179366: don't regenerate packages
    r179433: add long options
2008-06-10 09:56:11 +00:00
jkim
b48e5c9549 MFC: r179497
Fix a crash when Arctic Ocean is selected.
2008-06-09 18:45:21 +00:00
dfr
fe39afdc15 MFC: r179489 - add a missing call to init_nsm(). 2008-06-09 10:55:59 +00:00
flz
2949c8d4ac MFC: distfile target, pkg registration optimization
r178032,179377,179520: add distfile target
    r178103,178753-178754: optimize package registration
2008-06-03 15:02:04 +00:00
philip
0b9d0f437f MFC: moused.c rev 1.84
moused.8 rev 1.62

    Improve the virtual scrolling mechanism to make middle clicking less
    difficult.  Add a -L option (yet another option, indeed!) which changes
    the speed of scrolling and change -U to only affect the scroll threshold.

    This should make middle-clicking a much more pleasant experience.

Submitted by:   Aragon Gouveia <aragon -at- phat.za.net>
2008-05-20 10:53:58 +00:00
dwmalone
751aa6a000 Sync with -current:
- ability to traceroute with packets with no upper layer header.
 - clean __P use.
 - place each router entry on its own line.
 - get ipsec.h from netipsec directory.
2008-05-20 10:51:27 +00:00
mtm
4ab667d2f4 MFC:
o Change the warning dialog for the 'W' command in both the label
	  and partition editors to reflect the fact that this is a stand-alone
	  application, not sysinstall(8).
	o Change an instance of sade(8) refering to itself as sysinstall(8) in
	  a confirmation dialog.
2008-05-12 07:37:40 +00:00
simokawa
cbb4749a12 MFC: add -f option and other small fixes
firewire.8 rev 1.22
firewire.c rev 1.24
2008-05-02 06:17:16 +00:00
dfr
0536363c85 MFC: kernel-mode NFS lock manager. 2008-04-24 10:46:25 +00:00
scf
5f5afc3996 Fix spelling mistake made in MFC of rev 1.61. 2008-04-24 01:30:52 +00:00
flz
64bb82583b MFC: Fix pkg_info when specifying a remote package.
src/usr.sbin/pkg_install/info/perform.c: rev 1.54 -> 1.55
  src/usr.sbin/pkg_install/info/main.c: rev 1.51 -> 1.52
2008-04-23 10:42:00 +00:00
remko
56bde70813 MFC rev 1.431 menus.c
Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment.

  I tested this as well as the submitter and couldn't resolve this either,
  since I dont want to "announce" dead mirrors, I'll remove it from the
  list.

  PR:             122567
  Submitted by:   vs
  Approved by:    imp (mentor, implicit for trivial changes)
  MFC after:      1 week

Approved by:	imp (mentor, implicit)
2008-04-16 18:50:04 +00:00
cvs2svn
6d7dceedaf This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2008-04-11 10:35:00 +00:00
flz
657a605681 Synchronize pkg_install with HEAD:
- Add pkg_updating,
- Remove pkg_sign,
- Support for 8-CURRENT,
- Style cleanup (__P use),
- ... and much more.
2008-04-07 11:32:01 +00:00
cperciva
10e176c6ce MFC revisions 1.13, 1.14: Don't try to compute the SHA256 hashes of
files which don't exist; and fix the handling of symlinks to
dynamically linked libraries.
2008-04-04 23:22:49 +00:00
jkim
e5a00acadf MFC: 1.26
Update list of possible mixer devices.
2008-03-24 17:50:24 +00:00
jkim
ab8e47d7ba MFC: 1.24-1.26
- Check device masks and bypass printing headers if capable device does
not exist.  /etc/rc.d/mixer tried to restore non-existent recording
source because /var/var/db/mixer*-state contains '=rec' for example.
- Remove hardcoded mixer2 and mixer3 and do the right thing.
- Replace getopt(3) with hand-rolled option parser.  It was not able
to handle 'mixer -rec mic' although it is a valid command.
- Make '-s' and '-S' mutualy exclusive as mixer(8) says.
- Do not re-read recording source unless it has been modified.
- Clean up code and fix style(9) nits.
2008-03-24 17:49:34 +00:00
jkim
df35e0422f MFC: 1.80-1.83
- Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC
as it is only used to track elapsed time.[1]
- Fix compiler warnings and style(9) bugs.

[1] CLOCK_MONOTONIC is used on here because CLOCK_MONOTONIC_FAST is
unimplemented on RELENG_6.
2008-03-24 17:23:25 +00:00
emax
222e7c2752 MFC:
Separate SDP parameters data structures for the BNEP based profiles.

Generalize Service Availability SDP parameter creation.

Add mandatory "security description" SDP parameter to the PANU profile

Pointed-out by: Iain Hibbert < plunky at rya-online dot net >
2008-03-24 16:26:38 +00:00
brueffer
f8c106c5cd MFC: rev. 1.62
In the description of the password field, -w was meant, not the
nonexistant -p flag.
2008-03-20 08:04:48 +00:00
emax
08f482b2ee MFC:
Add support for the NAP, GN and PANU profiles to the sdpd(8).
It should be mentioned that a somewhat similar patch was
submitted by Rako < rako29 at gmail dot com >
2008-03-18 00:29:26 +00:00
emax
37ed69d618 MFC:
Update usage() - add new -D option. While I'm here, update copyright
information and license formatting
2008-03-15 02:36:32 +00:00
emax
e664415a4e MFC:
Add an option to register DUN (Dial-Up Networking) service on the same
RFCOMM channel if needed. There is really no good reason to not to support
this. AT-command exchange can be faked with chat script in ppp.conf.
2008-03-14 16:11:20 +00:00
kensmith
a1f09e03eb MFC: dist.c v1.254, dist.h v1.72, menus.c v1.429, sysinstall.h v1.275
> Change sysinstall's handling of X11 stuff.  Doing it in pieces was
> probably the right thing to do a while ago but xorg has progressed
> to the point that for novice users (who are the ones expected to think
> installing X11 during an install...) it's best to just install the
> whole x11/xorg metaport for them.  This removes the X11 sub-menus
> and sets it up so you just select whether or not you want X11.  While
> here garbage collect an X11 configuration menu I missed removing when
> I removed support for attempting xorg configuration from inside sysinstall
> a while ago.
2008-03-13 15:28:17 +00:00
cvs2svn
2721040c5b This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2008-03-11 16:51:08 +00:00
delphij
a90c69e689 MFC revision 1.108
date: 2008/01/30 22:11:59;  author: delphij;  state: Exp;  lines: +2 -2
Fix two typos.
2008-03-08 01:00:39 +00:00
mtm
e3747b615f MFC: rev. 1.32
Add the -M command-line option, which will set home directory
	permissions. Works both in interactive or batch mode. This is
	a heavily modified version of the patch submitted in the PR.

	PR: bin/105060
2008-03-06 14:13:11 +00:00
remko
6a02197064 MFC rev 1.26 verify.c
When applying a spec, traverse the existing directory tree in lexical
  order.  This allows direct comparison of the output of two different
  runs, regardless of the order in which readdir(2) returns directory
  entries.

  MFC after:	3 weeks

Approved by:	imp (mentor, implicit for trivial changes), des
		(I am doing several MFC's for him).
2008-02-24 13:55:43 +00:00
cperciva
3806625d53 MFC revision 1.13: Use case-insensitive comparisons for HTTP header keywords. 2008-02-15 16:15:10 +00:00
remko
a88d02ed0c MFC rev 1.18 timed.8
Typo fix.

  Spotted by:	brueffer
2008-02-11 08:14:58 +00:00
remko
026fc645bd MFC rev 1.17 timed.8
Enhance descriptions in the timed manual.

  PR: docs/115445
  Submitted by: "Julian Stacey" <jhs at berklix dot org>
  MFC After: 3 days
2008-02-10 12:32:59 +00:00
obrien
2e06911c04 MFC: version 6.1.5. 2008-02-09 01:35:35 +00:00
rink
ba6bd7d6d6 MFC 1.35:
Allow watch(8) to use more than 10 snp* devices. This limitation was purely
due to the way watch(8) looks for available snoop devices.

PR:		bin/118286
Submitted by:	Mykola Zubach <zuborg@advancedhosters.com>
Reviewed by:	rwatson, csjp, imp (all a long time ago)
Approved by:	imp (mentor) (long time ago)
2008-02-07 07:36:31 +00:00
rink
4a5f4f3ddd Fix bootparamd on 64 bit platforms - at least amd64 was broken due to the
code believing long == 64 bits and using it to store/compare IPv4 addresses.

PR:		bin/112163
Submitted by:	Tyler Spivey <tspivey@pcdesk.net>
Reviewed by:	imp
Approved by:	imp (mentor)
2008-02-07 07:35:18 +00:00
jkim
704f38fb8d MFC: 1.159, 1.160
Do not sanitize disk geometry if it is set by scripts in non-interactive mode.
2008-02-01 20:29:56 +00:00
mtm
4ec6833963 MFC: rev. 1.42
Clarify in what formats the grouplist for the '-G' switch
	may be accepted.

	Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-01-27 22:16:03 +00:00
mnag
d61e36b8ea MFC: 1.430
- Add new NTP servers provided by NIC.br (http://www.ntp.br)
  - Remove nonfunctional servers

  PR:             119884
  Approved by:    simon
2008-01-25 01:53:08 +00:00
trhodes
4a744138f8 MFC:
: ru          2006-03-15 11:17:31 UTC
:
:   FreeBSD src repository
:
:   Modified files:
:     usr.sbin/ntp         Makefile
:     usr.sbin/ntp/doc     Makefile
:   Log:
:   If we don't want HTML docs, we might still want manpages.
:   If we don't want manpages, we might still want HTML docs.
:
:   Revision  Changes    Path
:   1.12      +0 -3      src/usr.sbin/ntp/Makefile
:   1.12      +2 -0      src/usr.sbin/ntp/doc/Makefile

PR:	118261
2008-01-24 09:46:05 +00:00