Commit Graph

118446 Commits

Author SHA1 Message Date
yar
230f1eff88 MFC manpage fixes related to make.conf(5) and, in make.1,
to included makefiles at large.

	sbin/reboot/boot_i386.8		1.56
	share/man/man5/make.conf.5	1.122
	share/man/man5/style.Makefile.5	1.16
	share/man/man7/build.7		1.37
	share/man/man7/development.7	1.16
	share/man/man7/release.7	1.55
	share/man/man8/diskless.8	1.27
	usr.bin/make/make.1		1.94-1.96
2006-01-22 16:33:46 +00:00
yar
d537a9f4ab MFC rev. 1.3:
Spotted a call to a cdev-related function not wrapped
in "#ifdef KBD_INSTALL_CDEV".
2006-01-22 14:54:24 +00:00
dds
c2d4c40d7e MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments
contains incorrect fractional second values (outside the range
0-999999).
Prior to this change users could create files with values outside
that range.  Moreover, on 32-bit machines tv_usec offsets larger than
4.3s would result in an unnormalized AND wrong timestamp value,
due to overflow.
2006-01-22 13:52:10 +00:00
yar
5d748e169d MFC rev. 1.8, 1.10:
Simplify the code by making use of 'kldstat -q -m <mod>'.

Use available rc.subr features.
Reduce code duplication.
Follow the current style of rc.d scripting.
2006-01-22 13:45:28 +00:00
yar
e306830495 MFC rev. 1.6, 1.7:
Simplify the code by making use of 'kldstat -q -m <mod>'.

Use rc.subr(8) appropriately.
2006-01-22 13:40:47 +00:00
yar
b7c8cc2f5a MFC rev. 1.5:
Set $command to indicate that the script wants to use
the default rc.subr(8) methods.  This is mandatory now.
2006-01-22 13:24:58 +00:00
yar
580d72e5bb MFC rev. 1.7, 1.8:
Document that `reload' is not provided by default
yet it can be enabled when applicable.

Use consistent punctuation and vertical indenting around .Dl's.
Wrap a too long line.
2006-01-22 13:19:13 +00:00
glebius
8060d3cc2c Remove another bogus KASSERT(). Examination of mb_free_ext() shows
that RELENG_6 is not yet ready for this KASSERT.
2006-01-22 13:16:13 +00:00
yar
8cb395de80 MFC main.c#1.15, mail.1#1.46:
Minor man page and help screen fixes.
2006-01-22 12:40:06 +00:00
dds
6841008ed8 MFC change 2005-09-19 10:11:47 UTC
Setting .nofinger will not hide you from root.
2006-01-22 11:56:15 +00:00
dds
754c7c2343 MFC 1.47: Document the TMPDIR environment variable. 2006-01-22 11:41:18 +00:00
yar
9fe2d02b67 MFC:
Record renaming rc.d/ppp-user to rc.d/ppp.
2006-01-21 22:51:40 +00:00
yar
147a605f76 MFC:
Rename the rc.d script "ppp-user" to just "ppp".
2006-01-21 22:42:43 +00:00
yar
5547c58995 MFC r1.12 -- back out r1.7.2.2.
As rse@ agreed, "status" should stay in $extra_commands
if an rc.d script doesn't use $command and default methods
associated with it.  This is true since rc.subr r1.42.
With r1.42 merged to rc.subr on RELENG_6 (thanks Doug!),
it's right time to re-add "status" to $extra_commands in
this script.
2006-01-21 22:09:32 +00:00
tegge
637c08fadb MFC: Set flag in needsbuffer while still holding bqlock to avoid lost wakeup. 2006-01-21 20:41:42 +00:00
mnag
83bc9841ac MFC: share/man/man4/umass.4 1.42
Add Time DPA20B MP3 Player (1Gb) [1]
Add Qware BeatZkey! Pro [2]
Add Merlin SM300 MP3/WMA Player (256Mb)

PR:		usb/81846 [1], usb/79164 [2]
Approved by:	njl (implict)
2006-01-21 20:39:21 +00:00
wes
aa757a231f MFC r1.13: Tell nextboot to clean up after itself. 2006-01-21 17:25:00 +00:00
netchild
99856b7c9f MFC: sync with reality / add some cards to the hardware list 2006-01-21 15:00:14 +00:00
glebius
479b6a9013 This KASSERT() shouldn't have been merged. It checks the stuff done
in mb_free_ext() in HEAD, that wasn't merged.
2006-01-21 12:08:03 +00:00
glebius
9e96610e5b MFC 1.26 - 1.29:
Fix several bugs found by Coverity.
2006-01-21 10:15:00 +00:00
glebius
8ee060690d MFC 1.25:
Initialize variable.

  Found with:     Coverity Prevent(tm)
2006-01-21 10:13:03 +00:00
glebius
3920cf9b74 MFC 1.25:
Remove dead code.

  Found with:     Coverity Prevent(tm)
2006-01-21 10:12:16 +00:00
glebius
6404be1e73 MFC 1.12:
Correct off-by-one errors.

  Found with:     Coverity Prevent(tm)
2006-01-21 10:11:01 +00:00
glebius
7a6a9a7a20 MFC 1.18:
When sending export datagram from interrupt thread, use NG_QUEUE
  in flags. When sending export datagram from expiry thread, then
  use default zero flags. This removes unpleasant contention of the
  interrupt thread on mutexes (usually ng_ksocket's socket buffer
  mutex).
2006-01-21 10:09:18 +00:00
glebius
94e8073358 MFC 1.14:
Skip format flags, when parsing ktr_desc.
2006-01-21 10:08:15 +00:00
glebius
3d78d7e213 MFC 1.58:
Do not force queueing on peer hooks. This was important only for
  5.0-CURRENT. And it looks like this didn't work before Julian's
  revamp of netgraph queue code.

  Reviewed by:    julian
2006-01-21 10:07:25 +00:00
glebius
a0d17dcfa1 MFC 1.8:
Mark appropriate commands with NGM_READONLY and NGM_HASREPLY and
  bump type cookie.

  This fixes flowctl(8) exiting without any output under high load on SMP.
2006-01-21 10:06:15 +00:00
glebius
098f73d3f4 Partial MFC of NGM_HASREPLY flag. The flag is introduced, but message
codes and netgraph cookie are not altered, to preserve ABI compatibility.
2006-01-21 10:04:40 +00:00
glebius
443e91f57b MFC 1.65:
Provide additional macros for sending netgraph items, which allow
  to use non-default flags for netgraph functions. Implement current
  macros via new ones.
2006-01-21 10:00:51 +00:00
glebius
94513f129b Sync with HEAD:
- Some whitespace and style(9) cleanup.
  - Add ktr(4) debugging.
2006-01-21 09:59:43 +00:00
cperciva
e7fa724681 MFC rev. 1.3:
Add a warning pointing out that incomplete ports trees are not
  supported and that users of REFUSE directives should update their
  entire ports tree before asking for help on the mailing lists.
2006-01-21 09:59:07 +00:00
cperciva
a9136f59b5 MFC rev 1.5:
Mention that the random time slept by "portsnap cron" is between 1 and
  3600 seconds.
2006-01-21 09:56:28 +00:00
mux
99f5ca0a6f MFC ugraphire_rdesc.h r1.3, uhid.c r1.80, usbdevs r1.245:
Add support for the Wacom Graphire 3 4x5.  Like the Graphire 3, it has a
  broken report descriptor.  While I'm here, make all the other report
  descriptors const to match the newly added one.
2006-01-20 22:55:45 +00:00
mux
7dd1aaab4e MFC uhid.c r1.79, usb.h r1.40, uxb360gp_rdesc.h r1.1:
Add support for Xbox 360 gamepads.  They are HID-capable devices, but
  lack a report descriptor and don't use the standard interface class.
  This patch works around these deficiencies so that the uhid(4) driver
  can recognize and use those broken devices.
2006-01-20 22:47:49 +00:00
mnag
2654b13145 MFC: src/sys/cam/scsi/scsi_da.c 1.184
Allow to use Time DPA20B 1GB MP3 Player [1]
Allow to use Qware BeatZkey! Pro [2]

PR:		usb/81846 [1], usb/79164 [2]
Submitted by:	Ruben de Groot <rdg@bzerk.org> [1], Radek Kozlowski <radek@raadradd.com> [2]
Approved by:	njl (implict)
2006-01-20 19:23:47 +00:00
ceri
2a7cb7f0ba MFC revision 1.133:
Preserve any additional arguments to ifconfig that were specified in
  the DHCP case too.
2006-01-20 18:46:06 +00:00
harti
7a415bda1d MFC revision 1.3 (disable default write community). 2006-01-20 16:41:11 +00:00
harti
91f83cbd36 MFC: Vendor release BEGEMOT_1_11 2006-01-20 16:36:43 +00:00
harti
2c80e8f4d2 MFC: BEGEMOT_1_11 and vendor patches:
config.c: 1.1.1.7
	main.c: 1.1.1.10, 1.1.1.11
	snmpd.config: 1.1.1.6
2006-01-20 16:34:37 +00:00
harti
03e2bbe4b2 MFC: BEGEMOT_1_11 and vendor fixes:
mibII.c: 1.1.1.9
	mibII_interfaces.c: 1.1.1.7
2006-01-20 16:27:36 +00:00
harti
b9ff096279 MFC: BEGEMOT_1_11 and vendor fixes:
asn1.h: 1.1.1.5
	asn1.c: 1.1.1.5
	snmpclient.c: 1.1.1.6
2006-01-20 16:07:04 +00:00
harti
62af0a1b59 MFC: BEGEMOT_1_11 and vendor fix from Rev 1.1.1.9 2006-01-20 15:55:57 +00:00
harti
496f8e47f5 MFC: Vendor release BEGEMOT_1_11 2006-01-20 15:51:04 +00:00
pjd
8e11cbfa32 MFC: share/man/man4/umass.4 1.41
sys/cam/scsi/scsi_da.c	1.182
	sys/dev/usb/umass.c	1.125
	sys/dev/usb/usbdevs	1.238

Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.

PR:		usb/89889
Submitted by:	Wojciech A. Koszek <dunstan@freebsd.czest.pl>
2006-01-20 14:52:13 +00:00
matteo
7ebcfcdd9a MFC: don't check for /dev/mdctl and let mdconfig load the module if needed
Approved by:	philip
2006-01-20 14:24:34 +00:00
ceri
2f6c15280f MFC revision 1.413:
Add ntp.cgi.cz.
2006-01-20 13:03:13 +00:00
ceri
4fd8a7fa17 MFC revisions 1.36 and 1.37:
r1.36:
	  Correct obsolete chown syntax.

	r1.37:
	  If sysinstall was used to configure an anonymous FTP area, it
	was possible for information to be copied from the group file to
	the group file in the FTP area.  This patch based on a patch
	from Zak Johnson <zakj at nox dot cx>.
2006-01-20 13:00:32 +00:00
vd
8e4dbc282c Add myself to the calendar
Approved by:	garga (mentor)
2006-01-20 12:57:58 +00:00
yongari
090d60f537 MFC rev. 1.48 to RELENG_6:
Prefer NULL to 0.
  Add missing lock/unlock in sysctl handler.
2006-01-20 07:38:01 +00:00
yongari
cb5b5410bf MFC if_hme.c:1.46 to RELENG_6:
fix Rx checksum computation on little endian systems.
2006-01-20 06:27:49 +00:00