Commit Graph

9554 Commits

Author SHA1 Message Date
jhb
361cbe7347 Catch up to rev 1.52 of sys/kern/kern_condvar.c. cv_signal() and
cv_broadcast() no longer require that the interlock mutex be held when
called.

Reminded by:	das
2004-11-08 18:15:11 +00:00
philip
9c50035691 Add support for gadgets on Asus L4R and M6R notebooks. 2004-11-08 16:54:26 +00:00
brueffer
72adffa0b8 Avoid second person usage.
Obtained from:	OpenBSD
MFC after:	1 week
2004-11-07 13:40:27 +00:00
hrs
a370ddf254 Fix the release date of 5.3-RELEASE. 2004-11-07 03:55:47 +00:00
mtm
697061e2b4 Sync description of IP portrange sysctls with reality.
MFC after: 2 weeks
2004-11-06 13:24:53 +00:00
philip
59d75a2cb9 Sync acpi_asus(4) manual with reality. 2004-11-05 08:03:34 +00:00
ru
a6fcbb4a6c Sync up with gdbinit.vinum removal.
OK'ed by:	phk
2004-11-04 14:47:15 +00:00
ru
d9699a4522 Sync up with vinum(8) and rc.d/vinum removal.
OK'ed by:	phk
2004-11-04 13:33:29 +00:00
phk
86fa6da853 Remove references to NO_VINUM 2004-11-04 12:57:40 +00:00
bms
b272ba950c Fix markup: .Dv -> .Va
Update document dates.

Prodded by:	ru
2004-11-04 08:29:28 +00:00
bms
b18ce8f76d Document the fact that the flags for a FreeBSD kernel routing table
entry are documented in the page for route(8), not route(4).

Sponsored by:	eXtensible Open Router Project <URL:http://www.xorp.org/>
MFC after:	3 weeks
2004-11-04 02:13:15 +00:00
ru
f0fbc30e0d Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk.  The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by:	oliver
2004-11-03 18:01:21 +00:00
andre
d06f3bef4e Remove RFC1644 T/TCP support from the TCP side of the network stack.
A complete rationale and discussion is given in this message
and the resulting discussion:

 http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706

Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel.  Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols)  and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.

Discussed on:	-arch
2004-11-02 22:22:22 +00:00
emax
ec2d4a4b05 Serial devices now called /dev/cuadXX not /dev/cuaaXX 2004-11-02 20:06:33 +00:00
harti
70aaae79c7 Add a man page for the NgATM helper module ngatmbase.
Requested by: Ulrich Spoerlein <q@uni.de>
2004-11-02 10:46:28 +00:00
maxim
f4ccdfbd97 Add OpenBSD 3.6. 2004-11-02 09:40:57 +00:00
mtm
94c6d19c80 Do a better job of supporting more than one mouse device
on the system.

To start/stop/check on a specific device give the device name as
the second argument to the script:
	# /etc/rc.d/moused start ums0

To use different rc.conf(5) knobs with different mice use the device
name as part of the knob. For example, if the mouse device is ums0, then:
	moused_ums0_enable=yes
	moused_ums0_flags="-z 4"
	moused_ums0_port="/dev/ums0"

Starting rc.d/moused without the device argument will use the standard
moused_* flags. So, this commit should not disrupt or change current usage.

To preserve current behaviour with respect to usb mice, which appear
automatically when inserted, there is a new knob, moused_nondefault_enable,
which will treat any devices without rc.conf knobs as enabled.

To minimize knobs in /etc/rc.conf, the device file and pid file are
auto-computed, so that in the typical case for a usb mouse you don't
need to add anything extra in /etc/rc.conf to get it working.

Additionally, this updates /etc/usbd.conf to use the rc.d/moused script so
people don't have to modify it to configure their usb mouse anymore.

MFC after: 1 month
2004-11-01 18:05:41 +00:00
mlaier
37f34fc0ad des added bge(4) support. 2004-11-01 11:43:07 +00:00
pjd
9933431342 Allow to change interfaces name on boot time.
Now, one should be able to put something like this into /etc/rc.conf:

	ifconfig_fxp0_name="net0"
	ifconfig_net0="inet 10.0.0.1/16"

Reviewed by:	green
2004-10-30 13:44:06 +00:00
le
17c0d55bc0 Document support for the B&B Electronics USB->RS422/485 adapter.
Bump document date.
2004-10-30 09:25:11 +00:00
imp
8eebc0f181 Document that libkvm requires device mem to work. 2004-10-26 21:11:06 +00:00
bms
70d8e4e3fe Correct a misspelling, 'task_fn' -> 'task_fn_t'.
Noticed by:	sah at softcardsystems dot com
MFC after:	3 days
2004-10-26 17:14:45 +00:00
des
56a78f3cfb Switch the default CFLAGS to -O2 -pipe.
Submitted by:	obrien
2004-10-25 20:04:50 +00:00
rwatson
27296db6a7 Mention fdescfs(5) and why it might be useful.
MFC after:	1 week
Suggested by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2004-10-24 19:44:23 +00:00
ru
ba0070b0b2 For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 16:20:59 +00:00
ru
5db2b9d5b3 For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 15:33:08 +00:00
ru
de65dd6742 There's no such knob as WERROR. 2004-10-24 14:55:35 +00:00
scottl
3470b62b22 Update the family tree for FreeBSD 5.3 2004-10-24 10:09:20 +00:00
scottl
6543442a82 Update for 5-STABLE. 2004-10-24 09:07:06 +00:00
andre
145b9af82c o Remove entire section talking about RTF_PRCLONING that got nuked in 5.2
already.
o Better description of IP fastforwarding.  It can do the full thing now
  including firewalling.
o Reword the description of ICMP redirects.
o Add references to route(4) and pfil(9).
2004-10-23 18:45:53 +00:00
andre
2e0a60d7a8 Rephrase certain centences and sync description of default values to reality. 2004-10-23 18:37:23 +00:00
andre
839071c39d Bump document date that was forgotten in the last commit.
Reminded by:	ru
2004-10-23 18:35:35 +00:00
mlaier
c56bf3580a Mention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONAL READINGs.
Requested by:	Chris Laverdure <dashevil sympatico ca>
2004-10-23 15:05:46 +00:00
glebius
ccf98d58ff Make documentation up to date with recent changes.
Reviewed by:	ru
2004-10-23 11:14:30 +00:00
andre
5f3f939f11 IPDIVERT will automatically load ipdivert.ko if not compiled into the
kernel.
2004-10-22 23:07:52 +00:00
andre
7c8480e7f1 Refuse to unload the ipdivert module unless the 'force' flag is given to kldunload.
Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8)
man pages.
2004-10-22 19:12:01 +00:00
scottl
8c355dc192 Correct and clarify some very incorrect text. 2004-10-22 05:21:20 +00:00
scottl
3fd096205a Document the 21610SA card. 2004-10-22 04:17:28 +00:00
keramida
11d629ad3a Bump the document date, s/filesystem/file system/ and add missing word.
Noticed by:	ru
2004-10-20 19:05:50 +00:00
keramida
6efc621989 Introduce root_rw_mount as a new variable in defaults/rc.conf to
unbreak /etc/rc.d/root for diskless systems that get their root
filesystem from a read-only NFS mount.

PR:		conf/72927
Submitted by:	Ralf Wenk <RZ-FreeBSD1004@fh-karlsruhe.de>
Reviewed by:	brooks
2004-10-20 16:58:28 +00:00
ru
ffa28768e3 - Removed the .CURDIR/.OBJDIR magic, it is not necessary here.
- Let the built-in sys.mk rule produce the "yearistype" script.
- Install zone files with mode 444 (now that the -m option of
  zic(8) has been fixed).
2004-10-19 20:38:49 +00:00
obrien
f1ecee461a Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"
to determine if they should select code paths suitable for the 80386 CPU.

Suggested by:	ru
2004-10-19 17:25:33 +00:00
obrien
705190c22b Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].
Also catch up with RCng.

Reviewed by:	phk
2004-10-18 21:31:05 +00:00
ru
a1b79e2908 Utilize FILES and SYMLINKS. 2004-10-18 08:54:17 +00:00
wollman
e9a5e9390c MFV tzdata2004e
Users in Brazil and Argentina should run tzsetup(8).

Obtained from:	Arthur David Olson
MFC after	re approval
2004-10-18 00:03:52 +00:00
wollman
fb5baf3285 This commit was generated by cvs2svn to compensate for changes in r136632,
which included commits to RCS files with non-trunk default branches.
2004-10-17 23:55:07 +00:00
wollman
3f66df6e5f Latest timezone database from Arthur Olson. Updates in this round:
Current or prospective timestamps: Georgia, Uruguay, Argentina, and Brazil

Historial timestamps and/or commentary: Malaysia, Mongolia, Singapore,
Peru, Russua, Israel, United States, Canada

Changes in Argentina and Brazil have created several new time zone regions.
Users are encouraged to rerun tzsetup(8), even if current times appear
correct, to ensure that future times will be interepreted correctly.

Obtained from: Arthur Olson, ftp://elsie.nci.nih.gov/pub/tzdata2004e.tar.gz
2004-10-17 23:55:07 +00:00
keramida
2816c3d57b The populate_var variable checks /var for writability, not /tmp.
Noticed by:	Alan Gerber <agerber@ncsu.edu>
2004-10-17 13:19:10 +00:00
ru
bd9e661880 Utilize FILES and SYMLINKS. 2004-10-17 10:49:30 +00:00
ru
133be5380d Utilize FILES and SYMLINKS. 2004-10-17 09:48:23 +00:00