10688 Commits

Author SHA1 Message Date
glebius
5b77ad5650 Merge rev. 1.17:
Do not build the libedit support if NO_LIBPTHREAD is defined.

  PR:		bin/104478
  Submitted by:	Mike Durian <durian shadetreesoftware.com>
2007-03-30 08:25:53 +00:00
yongari
85d9decbbd MFC devices.c, rev. 1.171 to RELENG_6
Add msk(4) to the list of supported network interface.
2007-03-27 02:31:34 +00:00
will
cb065a2c70 MFC: r1.18: Allow overriding the HOME environment as per the man page. 2007-03-20 20:22:18 +00:00
brueffer
e5b973305a MFC:
- Add cxgb(4) entry, remove stale wx(4) entry
- (gigabit|fast) ethernet -> (Gigabit|Fast) Ethernet

Approved by:	rwatson (mentor)
2007-03-19 21:42:39 +00:00
kmacy
95ab706262 hook cxgbtool into buildworld
update include names
2007-03-15 04:05:33 +00:00
cvs2svn
22b21ad204 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-03-14 18:20:37 +00:00
joerg
c1e083e9f0 Merge Peter's fix from rev 1.14 back to RELENG_6. This line of code
appears to have been accidentally committed in rev 1.11, and was never
meant to go into any official code.
2007-03-12 21:41:01 +00:00
syrinx
300b68cee6 MFC:
src/usr.sbin/bsnmpd/modules/Makefile, Revision 1.13

Connect the snmp_bridge(3) module to the build.

Approved by:	bz (mentor)
2007-03-08 09:29:01 +00:00
cperciva
c78bf1c1fc MFC rev. 1.5: Fix problems resulting from SMP kernels (mis-)identifying
themselves as "SMP-GENERIC" (i386) or "GENERIC" (amd64).
2007-03-08 05:43:12 +00:00
ume
bfb7c772b9 MFC 1.53: Check the return value from rad_cvt_ipv6prefix(). 2007-03-08 05:23:30 +00:00
emax
e58b211577 MFC:
Check that the length of the received message is at least as big as a PDU
before we use pdu->len.

Submitted by:	Iain Hibbert
2007-02-26 17:48:35 +00:00
jhb
1b0fd35e28 MFC: Catch up to nfiles -> openfiles rename. 2007-02-21 16:22:17 +00:00
n_hibma
988e11e339 MFC the following commits:
Align the interfaces for the various watchdogs and make the interface
  behave as expected.

  Also:
  - Return an error if WD_PASSIVE is passed in to the ioctl as only
    WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
    explanation of the difference between WD_ACTIVE and WD_PASSIVE.
  - Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
    lost your sense of humor, than don't add a define.

  Specific changes:

  i80321_wdog.c
    Don't roll your own passive watchdog tickle as this would defeat the
    purpose of an active (userland) watchdog tickle.

  ichwd.c / ipmi.c:
    WD_ACTIVE means active patting of the watchdog by a userland process,
    not whether the watchdog is active. See sys/watchdog.h.

  kern_clock.c:
    (software watchdog) Remove a check for WD_ACTIVE as this does not make
    sense here. This reverts r1.181.

  Revision  Changes    Path
  1.371     +1 -0      src/share/man/man4/Makefile
  1.8       +69 -25    src/share/man/man4/watchdog.4
  1.4       +7 -1      src/share/man/man9/watchdog.9
  1.3       +15 -11    src/sys/arm/xscale/i80321/i80321_wdog.c
  1.7       +12 -30    src/sys/dev/ichwd/ichwd.c
  1.8       +8 -17     src/sys/dev/ipmi/ipmi.c
  1.8       +3 -1      src/sys/dev/mk48txx/mk48txx.c
  1.4       +4 -1      src/sys/dev/watchdog/watchdog.c
  1.33      +9 -9      src/sys/i386/i386/elan-mmcr.c
  1.193     +3 -3      src/sys/kern/kern_clock.c
  1.4       +0 -4      src/sys/sys/watchdog.h

and

  Don't exit from watchdogd on receiving a signal if we cannot stop the watchdog.
  That'll require -KILL. This avoids resetting your system on one of the
  watchdogs that you cannot disable.

  Revision  Changes    Path
  1.15      +18 -11    src/usr.sbin/watchdogd/watchdogd.c

Reviewed by:	phk
2007-02-20 22:56:28 +00:00
pav
2a072a1e7b MFC 1.41:
Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to
  (null)/file output.
2007-02-14 09:37:15 +00:00
jhb
d86514b074 MFC: Fix iostat(8) to fully work on crash dumps. 2007-02-09 14:48:55 +00:00
jhb
6ebcfb3d40 MFC: Teach pciconf(8) to list PCI capabilities via the new -c flag and
update some cruft in the manpage.
2007-02-09 14:47:53 +00:00
ade
598f6452a7 MFC: rev 1.71/1.72
Remove hard-coded limit (200) on maximum number of packages that can be
added with a single invocation of pkg_add, replacing it with something
rather more dynamic.
2007-02-07 09:15:04 +00:00
cvs2svn
71665d8ac5 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-02-04 13:31:06 +00:00
erwin
9bf38da500 MFC rev. 1.112
Add gnustep and ports-mgmt ports categories.
2007-02-04 10:41:20 +00:00
cvs2svn
7fc74e4ad3 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-01-26 10:19:09 +00:00
ceri
88f5aa6041 MFC revisions 1.92, 1.94 and 1.95. 2007-01-21 17:41:54 +00:00
markus
5f7c40b169 MFC rev. 1.13:
- Grammar fixes
  - Reword some sentences
  - Use .Cm for arguments
  - s/CAVEAT/CAVEATS/

Approved by:	emax (mentor)
2007-01-21 02:32:06 +00:00
mjacob
5360d70962 MFC 1.18-1.19: Add a function that checks for duplicate requests (based
on some fairly tight criteria) so we avoid having broken clients
spam rpc.lockd to death. Plus some whitespace.
2007-01-12 16:46:51 +00:00
imp
6f4929abcb MFC: Merge MPEG2-TS/HDV support for fwcontrol.
Submitted by: Petr Holub
PR: bin/98134
2007-01-06 01:09:56 +00:00
ceri
4713a8c0b0 Sync with -HEAD. 2006-12-31 18:57:31 +00:00
ceri
86ff8cce74 MFC revisions 1.371 and 1.372.
1.371: Fix typos in comments.
  1.372: Remove a warning regarding disk entries in /dev.

Approved by:	ru
2006-12-31 18:34:58 +00:00
ceri
bdf26f88cb MFC revisions 1.90, 1.91 and 1.93:
1.90: Fix typos in comments.
  1.91: Add /lib and /libexec to the list of directories that have the
        schg flag removed prior to an upgrade.
  1.93: Fix a pair of user-visible typos.

Approved by:	ru
2006-12-31 18:28:46 +00:00
ceri
a6a2e41475 MFC revision 1.158:
When using sysinstall on a running system and editing a disk label
  fails, suggest setting kern.geom.debugflags to 16.

PR:		bin/94409
2006-12-31 18:08:22 +00:00
cperciva
f202691b70 MFC: Note that updates aren't available for -CURRENT or -STABLE. 2006-12-31 05:14:41 +00:00
yar
04702391d5 MFC cosmetic fixes to the asf(8) usage line and manpage,
thus eliminating the difference from HEAD completely in
this module.
2006-12-27 06:31:57 +00:00
yar
880ddd5484 MFC:
Allow for module-path being a semicolon-separated list of dirs.
  This is consistent with kern.module_path sysctl and also compensates
  for the unconventional syntax of asf(8) where the last of multiple
  arguments is the output file, which prevents us from using the
  traditional Unix syntax "foo file ..." to specify multiple module
  dirs.

	asf.c	rev. 1.12
	asf.8	rev. 1.11
2006-12-27 06:22:44 +00:00
sam
b04bbb576f MFC wpa_passphrase 2006-12-23 22:44:47 +00:00
erwin
2eac26bdaf MFC rev 1.111:
- Add geography and spanish ports categories
  - Use "related to" instead of "relating to" consistently [1]

  Submitted by:   Rostislav Krasny <rosti.bsd@gmail.com> [1]
  Reviewed by:    simon
2006-12-22 10:59:55 +00:00
cvs2svn
472436dd42 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-12-20 22:02:46 +00:00
rodrigc
2c99ef01e6 MFC: 1.91
Ignore SIGPIPE, instead of terminating process.

PR:		81230
Submitted by:	Dmitrij Tejblum <tejblum yandex-team ru>
2006-12-19 01:17:58 +00:00
erwin
205cadec72 MFC: rev. 1.109 + 1.110
- Update the list of ports categories. [1]
  - Fix typo. [2]

  PR:           85367 [1]
  Submitted by: linimon [1],
                ceri, matteo [2]
  Reviewed by:  ceri, simon [1],
                cperciva [2]
2006-12-14 09:04:13 +00:00
erwin
0dff22096f MFC: rev. 1.421
Add a new turkish mirror

  Submitted by:   Evren Yurtesen <yurtesen@ispro.net>
  Reviewed by:    simon
2006-12-13 13:10:21 +00:00
cvs2svn
c712674dad This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-12-13 02:37:49 +00:00
erwin
e34d3d23b6 MFC rev. 1.419 + 1.420
- Add israeli mirror IPv4 and IPv6 [1]
  - Add an IPv6 main site now both ISC and TDC have IPv6

  Submitted by:   Rostislav Krasny <rosti.bsd@gmail.com> [1]
  Reviewed by:    simon
2006-12-09 15:45:53 +00:00
maxim
db6dcce60b MFC revs. 1.8, 1.9: Xr netconfig(5). 2006-12-06 13:44:46 +00:00
emax
60682eee3e MFC:
Do not mark Bluetooth HID device as "potential keyboard" if its descriptor
has items with CONSUMER page. For now only check for items with KEYBOARD page.
This should prevent bthidd(8) from allocating vkbd(4) keyboard for Microsoft
Bluetooth Explorer mouse.

Approved by:	re (bmah)
2006-12-01 23:33:22 +00:00
nyan
cbcc000c76 MFC: revision 1.153
Increase USR_MIN_SIZE to 160 because it requires more disk space.
2006-12-01 15:54:34 +00:00
kensmith
35df217589 MFC v1.240:
revision 1.240
date: 2006/11/23 00:57:10;  author: kensmith;  state: Exp;  lines: +1 -1
Oops - what people refer to as linux_base-fc4 calls itself linux_base-fc
and that's what pkg_add needs.
2006-11-28 17:08:43 +00:00
cperciva
af07b0dbbd Partial MFC of revision 1.4:
Fix a bug which caused a spurious "Fetching 2 metadata files... failed."
error message the first time FreeBSD Update is run on a release which
doesn't need any updates.
2006-11-27 21:26:20 +00:00
maxim
1e64a830e2 Finish MFC (rev. 1.17) "optional" keyword.
Spotted by:	Ulrich Spoerlein
2006-11-24 19:58:31 +00:00
suz
f524490a33 MFC Rev 1.35
implemented more validation checks about incoming responses per RFC2080,
 and one additional heuristic check for safer operation.

Obtained from: KAME
2006-11-23 23:15:19 +00:00
kensmith
aca4a09149 MFC v1.108:
> revision 1.108
> date: 2006/11/19 08:12:54;  author: kensmith;  state: Exp;  lines: +15 -19
> Move the check for which disc volume we have/want to after we install
> the package dependencies.  Installation of the dependencies may leave
> us on the wrong disc volume.
2006-11-22 13:44:27 +00:00
kensmith
df5f002499 MFC v1.239:
> revision 1.239
> date: 2006/11/16 19:09:41;  author: kensmith;  state: Exp;  lines: +1 -1
> Switch to linux_base-fc4 for the Linux emulation package.
2006-11-21 17:40:52 +00:00
ru
a3e7b32f6c MFC: 1.41: Document that visual bell is the global property, while
other bell types can be programmed individually for each vty.
2006-11-19 12:37:30 +00:00
ru
5efa365ee6 MFC: Replace magic numbers for console bell types with defines. 2006-11-19 12:36:38 +00:00