10747 Commits

Author SHA1 Message Date
mtm
91bbf45176 MFC:
rmuser.8 rev. 1.24,1.24 : Typo fixes.

  adduser.8 rev. 1.57-1.59: Typo and markup fixes
            rev. 1.56:
            Add adding_user.8 to SEE ALSO, note that usernames may
            contain any character but not being with a hyphen,
            similar to adding_user.8.

            PR:     35732
2007-10-19 08:16:30 +00:00
mtm
93dac539c3 MFC:
rev. 1.10
	The POP daemon's temporary mail file has a leading dot ('.').
	This was lost in the shell script rewrite of the rmuser command.
2007-10-19 07:55:52 +00:00
obrien
a0569a49ba MFC: consume kld_isloaded(3). 2007-09-21 17:25:03 +00:00
krion
3a222ba443 MFC: extract.c:1.45
date: 2007/08/23 13:05:10;  author: krion;  state: Exp;  lines: +1 -1
  Fix pkg_add behaviour to preserve pathnames.

  PR:             bin/93915 bin/109134
  Submitted by:   Jason Heiss <heissj@yahoo-inc.com>, Constantin Stefanov<cstef@mail.ru>
  Approved by:    re@ (kensmith)
  MFC after:      7 days
2007-09-19 08:41:27 +00:00
obrien
ada3ff871d Remove localism that snuck in the last commit. 2007-09-12 02:54:57 +00:00
gabor
2f7e95f1a6 MFC r1.33 2007-09-10 18:32:07 +00:00
gabor
8f8fa8fb7b MFC: r1.7 2007-09-10 18:28:13 +00:00
obrien
8a8d26239d MFC: 'sade' - the SysAdmins Disk Editor 2007-09-10 14:25:05 +00:00
syrinx
03dcfe9592 MFC:
src/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt, Revision 1.3
src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c, Revision 1.6
src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h, Revision 1.5
src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c, Revision 1.7
src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def, Revision 1.3
src/usr.sbin/bsnmpd/modules/snmp_bridge/snmp_bridge.3, Revision 1.4

Keep the snmp_bridge(3) module up to date with if_bridge(4) and add an
object to control the value of the new 'PRIVATE' bridge members' flag.

While here, remove stale '__unused' compiler directives.

Reviewed by:	bz
Approved by:	bz (mentor)
2007-08-23 08:19:09 +00:00
truckman
f6e11620e6 MFC file.c 1.8
If the mmap() call in rpc.statd fails, rpc.statd prints a warning
  message and then dumps core because the subsequent code assumes that
  mmap() succeeded.  Since rpc.statd does not have fallback code to
  implement the functionality needed to operate on the status file if
  it is not memory mapped, rpc.statd should use err() to force the process
  to exit if the mmap() call fails.

PR:		bin/115430 (mmap() failure previously fixed in statd.c 1.12.8.2)
2007-08-20 13:00:48 +00:00
maxim
bd43b633df MFC rev. 1.36: with -x switch do not pay attention at the hardcoded
limit of 3 devices and dump stats for all devices in the system.
2007-08-17 19:09:00 +00:00
cperciva
5a1a84e1d2 MFC revisions 1.7, 1.8: Speed up "preparing to download files" stage of
"freebsd-update fetch", change time of first "upcoming EoL" warning to
EoL minute 3 months instead of EoL minus 6 months.
2007-08-17 06:34:36 +00:00
truckman
e1786d398e MFC statd.c 1.15 -
The call to init_file() needs to be moved outside the loop in statd.c,
  otherwise mmap() gets called multiple times, which eventually fails due
  to address space exhaustion on i386.
2007-08-12 01:46:19 +00:00
dwmalone
f057111f6a MFC: Add an option to make periodic(8) quiet when no output was generated. 2007-07-29 20:32:24 +00:00
simon
2d5ab9bdd7 MFC 1.2:
The wpa_passphrase(8) manual page states that it first appeared in
  FreeBSD 6.2, but it didn't make it into RELENG_6_2.

  Update the manual page to say "FreeBSD 6.3".
2007-07-23 11:37:10 +00:00
yar
c7f05fc163 MFC rev. 1.15:
Update nologin(5) to match the modern reality of login.conf(5) and PAM.
2007-07-12 14:16:01 +00:00
novel
574800c221 MFC command.c 1.307, radius.h 1.22, radius.c 1.54, ppp.8.m4 1.326:
Add a new option for ppp.conf: rad_port_id. It allows to
change the way of what ppp submits to the RADIUS server
as NAS-Port-Id. Possible options are: the PID of the process
owning the corresponding interface, tun(4) interface number,
interface index (as it would get returned by if_nametoindex(3)),
or it's possible to keep the default behavior. Check the ppp(8)
manual page for details.

MFC ppp.8.m4 1.327:
Cleanup after previous commit.

PR:		bin/112764
Submitted by:	novel (myself)
Approved by:	flz
2007-07-11 10:49:06 +00:00
cperciva
1a5d6ec606 MFC revision 1.11: Add support for the HTTP_TIMEOUT environment variable.
MFC revision 1.12: Add support for HTTP/1.0 Persistent Connections.
2007-07-09 22:50:51 +00:00
cvs2svn
65d8032785 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-07-04 23:27:39 +00:00
pav
8060ec5360 MFC 1.12: Replace rather inefficient bubble sort with a recursive depth-first
search.  This speeds up registration of packages considerably.
2007-07-02 08:05:34 +00:00
pav
510cd574a8 MFC rev. 1.114: Add new x11-drivers category.
MFC rev. 1.115: Add new virtual category kld
2007-07-01 10:37:16 +00:00
maxim
bd35295c7c MFC rev. 1.56: an example how to create /etc/mtree style mtree(8) files. 2007-06-23 06:19:39 +00:00
marck
6def5b91cb MFC rev 1.21:
Failing to set new frequency should not lead to powerd exiting.
	Change err(3) to warn(3) as three other cases.

Approved by:    njl, des
2007-06-22 00:01:55 +00:00
philip
8105866602 MFC: moused.c rev 1.79
Fix a (very) longstanding bug in moused(8) affecting high-resolution
    rodents when linear acceleration (-a) was enabled with a <1 value to
    slow them down.

    Previously, rounding errors would eat small movements so the mouse
    had to be moved a certain distance to get any movement at all.  We
    now calculate the rounding errors and take them into account when
    reporting movement.

Submitted by:	Oliver Fromme <olli -at- lurza.secnetix.de>
2007-06-20 08:29:18 +00:00
simokawa
52fc334d33 MFC: rev 1.7
Increase buffer size of DV stream to prevent buffer overrun.
2007-06-20 03:24:38 +00:00
pav
04c9341f42 MFC 1.31-1.32:
- Revert previous revision, it was incorrect
  - Add an example using fdisk instead
2007-06-11 19:09:49 +00:00
matteo
dcf99d1830 MFC:
rpcbind.c: rev. 1.15, 1.16, 1.17
	rpcbind.8: rev. 1.10

1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP
other than INADDR_ANY.

2) Add the -6 option to specify "IPv6 only".

PR:	84494, 1122566
2007-06-09 09:28:30 +00:00
simokawa
a91c864791 MFC: rev 1.10
Discard backlog on GDB port when connected.
2007-06-03 13:43:00 +00:00
philip
d3fd74a484 MFC: moused.c rev 1.77 and rev 1.78
moused.8 rev 1.60 and rev 1.61
     Makefile rev 1.9

    Add dynamic acceleration to moused(8).  This introduces a '-A' flag to
    control the acceleration algorithm.  It can be used together with the '-a'
    flag for regular acceleration. [1]

    Convert macros to use C99's syntax for macros with a variable number of
    arguments.

    Markup fixes to moused(8).

Submitted by:	Oliver Fromme <olli -at- lurza.secnetix.de> [1]
Behind on MFCs:	philip
2007-06-03 13:36:04 +00:00
maxim
de712d0443 MFC rev. 1.33 traceroute.c and rev. 1.18 traceroute6.c: make it
possible to use 1 sec wait time.
2007-05-31 14:01:51 +00:00
delphij
025fdf171c MFC revision 1.137
date: 2007/05/17 06:08:42;  author: delphij;  state: Exp;  lines: +8 -5
Tighten IP address check, prevent '..' from being passed
from the check.

Submitted by:   Ren Zhen <bg1tpt gmail com>
2007-05-31 02:42:37 +00:00
maxim
eeb0135406 MFC rev. 1.422: fix typo. 2007-05-26 07:31:47 +00:00
maxim
2fc3414e0a o MFC revs. 1.33 - 1.35: make iostat -Ix work, style. 2007-05-26 07:30:23 +00:00
des
7abc81b593 MFC: (1.14) set default refresh interval to one second 2007-05-24 16:06:54 +00:00
cperciva
6f69db8d51 MFC revision 1.6 and part of revision 1.4:
* Add missing '${BASEDIR}/'s, thereby fixing problems when the "-b basedir"
option is used.
 * Don't add new kernel modules into a non-existent kernel directory.
 * Remove files before the directory which contains them.
2007-05-23 00:31:15 +00:00
pav
5276a2a060 MFC 1.14
Add `accept dns' to rfcomm-server example
2007-05-20 05:03:16 +00:00
pav
d7a3b150a2 MFC 1.21:
Correct two typos
2007-05-19 11:24:28 +00:00
pav
ef9f5dfab6 MFC 1.30:
Document /boot/mbr (non-interactive boot block)
2007-05-19 11:10:50 +00:00
maxim
804d54e15b MFC rev. 1.25: add "line" device. 2007-05-17 19:02:43 +00:00
mtm
b78f0147eb MFC:
----------------------------
revision 1.6
date: 2007/04/12 08:39:13;  author: ceri;  state: Exp;  lines: +2 -2
Bump .Dd for r1.5; fix grammatical problem.
----------------------------
revision 1.5
date: 2007/04/12 08:35:58;  author: mtm;  state: Exp;  lines: +18 -1
Specify the correct way to modify this file, and warn that the
user should not depend on the internal variables documented in
this man page.
2007-05-16 10:15:19 +00:00
mtm
b6e4694498 MFC:
----------------------------
revision 1.30
date: 2007/04/12 08:17:56;  author: mtm;  state: Exp;  lines: +2 -7
o Use the uidstart variable instead of uuid (bug #3)
o Actually save the variable to adduser.conf (bug #2)
o (bug #1 to be fixed in an upcomming commit to adduser.conf.5)

----------------------------
revision 1.29
date: 2007/04/12 07:38:26;  author: mtm;  state: Exp;  lines: +13 -12
Errm... I don't see how rev. 1.26 could have possibly worked or been tested.
Fix it for real.

Submitted by: Johnny Lee <johnny@bmtk.com>
2007-05-16 10:10:30 +00:00
njl
57cc4239e7 MFC: print GAS properly and man page updates 2007-05-14 21:32:10 +00:00
le
629548e8df MFC 1.61:
Accept passwords which contain whitespace.

   PR:     bin/53434
2007-05-04 17:36:37 +00:00
le
541cc21417 MFC all changes regarding new option -M. 2007-05-04 17:33:04 +00:00
le
fdfcea55af MFC 1.8:
Do the right thing with symlinks in the skeleton directory.

    PR:     bin/63659
2007-05-04 17:22:26 +00:00
le
20d43e2352 MFC 1.28:
Check if the new user already exists right after entering the
   username instead of watching the final call to pw(8) fail.
2007-05-04 17:17:24 +00:00
jhb
90476e0ae8 MFC: Handle HyperTransport MSI mapping window fixed-window flag. 2007-04-30 17:58:23 +00:00
dwmalone
eab0424fa8 MFC: Man page improvements and don't put unix domain sockets into the
per-ip limits code.
2007-04-29 19:24:11 +00:00
dds
1402cda9f3 MFC revision 1.12
Fix the output of percentage figures, which mistakenly were
the corresponding ratios.

PR:		bin/111329
2007-04-18 06:29:54 +00:00
simon
2b63b9ad9e MFC 1.242:
Update postfix MTA selection code to point at postfix 2.4 which is the
current version.
2007-04-14 14:43:11 +00:00