cognet
fd1f577706
Use the RET macro.
2004-11-09 16:47:47 +00:00
cognet
76a24be61b
Import a RET macro, that will use bx if the arch supports it.
...
Obtained from: NetBSD
2004-11-09 16:45:55 +00:00
cognet
dce26f6368
Add a week alias __siglongjmp => siglongjmp.
2004-11-09 16:44:57 +00:00
scottl
6f57aa68ff
Zero the tag when it's allocated. Also fix a printf format problem. This
...
should fix the problems introduced several hours ago.
2004-11-09 16:03:27 +00:00
nyan
8105db8e0c
Fixed fd related tools on pc98.
...
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
2004-11-09 14:10:18 +00:00
nyan
09d9de67b0
Add FL_MFM flag to the fd_native_types structure.
...
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
2004-11-09 14:08:21 +00:00
phk
77cbb007f3
Improve readability with a bunch of typedefs for the pager ops.
...
These can also be used for prototypes in the pagers.
2004-11-09 13:43:20 +00:00
sos
38a1efbd37
Add -c option that calculates the overhead of read I/O ops.
2004-11-09 12:28:41 +00:00
brueffer
061dd6339b
Bump document date
...
Reminded by: ru
2004-11-09 11:50:17 +00:00
rwatson
ce354149da
Bump MAC Framework version to 2 in preparation for the upcoming API/ABI
...
changes associated with adding System V IPC support. This will prevent
old modules from being used with the new kernel, and new modules from
being used with the old kernel.
2004-11-09 11:28:40 +00:00
keramida
49f1f7b02c
Bump document date for the {tmp,var}mfs_flags change.
2004-11-09 10:15:59 +00:00
keramida
9732f435f8
Add two new rc.conf options: tmpmfs_flags and varmfs_flags.
...
These can be used to pass extra options to the mdmfs(8) utility,
to customize the finer details of the md file system creation
(i.e. to turn on/off softupdates, to specify a default owner for md
filesystem, etc).
Use these two new flags to mount tmpmfs and varmfs without
softupdates, since it doesn't make much sense to use SU on
malloc-backed file systems.
Reviewed by: mtm
Inspired by: J. D. Bronson, jbronson at wixb dot com
2004-11-09 10:03:17 +00:00
andre
a156ec4a52
Fix a double-free in the 'hlen > m->m_len' sanity check.
...
Bug report by: <james@towardex.com>
MFC after: 2 weeks
2004-11-09 09:40:32 +00:00
hrs
b592b36a04
Merge the following from the English version:
...
1.256 -> 1.261 ja_JP.eucJP/hardware/common/dev.sgml
2004-11-09 07:21:21 +00:00
scottl
757d1a702f
First pass at replacing the single global bounce pool with sub-pools that are
...
appropriate for different tag requirements. With the former global pool,
bounce pages might get allocated that are appropriate for one tag, but not
appropriate for another, but the system had no way to distinguish between them.
Now zones with distinct attributes are created to hold pages, and each tag
that requires bouncing is associated with a zone. New zones are created as
needed if no existing zones can meet the requirements of the tag. Stats for
each zone are tracked via the hw.busdma sysctl node.
This should help drivers that are failing with mysterious data corruption.
MFC After: 1 week
2004-11-09 07:07:54 +00:00
njl
650222812a
unsigned long -> u_long
2004-11-09 07:02:33 +00:00
den
0d0b5fe47c
MFen 1.259 -> 1.261
2004-11-09 06:59:11 +00:00
jmg
8f88b6bd03
clean up some tunables that should of been removed a while ago...
2004-11-09 06:46:14 +00:00
marcel
f014c06dde
Whitespace fix.
2004-11-09 06:32:37 +00:00
marcel
7d86e47171
Prepare for a subsequent import: If the first letter of the filename
...
changes, start on a new line. Insertion of a filename will keep the
diff limited to the block of filenames that have the same first letter
instead of creating a huge diff. While here, move remote.c after the
remote-*.c files and move tui.c after the tui-*.c files. This matches
the order of ls(1) and makes it easier to compare object files created
by a stock gdb(1) build with the list of files we have here.
This is a non-functional change only.
2004-11-09 06:02:48 +00:00
njl
5a41b75180
Add info about some systems that refuse to switch via sysctl.
...
MFC after: 1 day
2004-11-09 04:42:14 +00:00
njl
6cf0c05424
Tell the BIOS we want to handle brightness switching as well as output
...
switching. Don't initialize variables in their declaration. Reduce stack
usage for device names. Minor style cleanups.
MFC after: 1 week
2004-11-09 04:41:30 +00:00
kensmith
70e2928dc7
Bump document date.
...
Noticed by: trhodes
Pointy hat: kensmith
MFC after: 1 week
2004-11-09 04:41:12 +00:00
kensmith
b1327fb08f
Add newsyslog(8) to the "See Also" section.
...
MFC after: 1 week
2004-11-09 04:31:31 +00:00
des
3bc0f99c68
Fix signedness idiocy in previous commit. Pass the pointy hat...
2004-11-09 01:33:58 +00:00
des
108dfdb9e0
Back out previous commit; INT64_MAX (defined in <stdint.h>) is not always
...
visible when <sys/resource.h> is included.
2004-11-09 00:55:23 +00:00
pjd
ab05b26be9
Drop Giant lock before grabbing the topology lock.
2004-11-09 00:35:08 +00:00
peter
4e0b18efc3
Remove a pre-tier-1 kernel compatability helper. This means a 6.x loader
...
won't boot a pre-5.1 development amd64 kernel. That's no big loss though.
2004-11-08 23:59:44 +00:00
imp
e3d1d684c3
Remove __P, as well as other non-FreeBSD relevant code.
2004-11-08 23:26:36 +00:00
brueffer
6ecbb43c8d
D-Link DFE-580TX is supported
...
MFC after: 3 days
2004-11-08 22:41:58 +00:00
ru
041b374fbc
Removed the remnants of gx(4).
2004-11-08 20:24:52 +00:00
pjd
774c8e9301
If device is marked as beeing destroyed, deny all access requests.
2004-11-08 20:23:53 +00:00
brueffer
a2afc15ca2
Remove if_gx.4 MLINK, also add one for if_cnw.4
2004-11-08 20:15:24 +00:00
brueffer
4edf26dde3
gx(4) is gone, remove any references
2004-11-08 20:06:40 +00:00
brueffer
b65f1a6952
gx(4) is gone, reference em(4) instead
2004-11-08 20:05:51 +00:00
brueffer
241d4f49ca
gx(4) is gone, remove any references
2004-11-08 19:52:21 +00:00
phk
0c185f7414
Save a pointless FILE_LOCK_ASSERT() call in fhold.
2004-11-08 19:51:48 +00:00
brueffer
6588381776
The gx driver is gone, kill the manpage as well.
2004-11-08 19:47:36 +00:00
phk
ec5f4b1575
Hide link up/down/media printfs behind bootverbose
2004-11-08 19:27:00 +00:00
phk
0aeb5141dd
Hide link up/down/media printfs behind bootverbose
2004-11-08 19:21:57 +00:00
phk
d3d9988cb6
Remove the obsolete gx driver.
...
All the hardware is supported by the better maintained if_em driver.
Absentmindedly nodded vertical by: people on #that_channel
2004-11-08 19:05:22 +00:00
phk
45a4780a29
Add the last missing bits to make this unloadable: Two wakeups and
...
calling of the GEOM modevent from the drivers modevent so we know the
order things happen.
2004-11-08 18:53:52 +00:00
suz
40045d09f9
support TCP-MD5(IPv4) in KAME-IPSEC, too.
...
MFC after: 3 week
2004-11-08 18:49:51 +00:00
des
ec874d0610
Retire TUNABLE_QUAD_*.
2004-11-08 18:22:22 +00:00
des
8b7b06b50f
#include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
...
includes the latter, but also declares variables which are defined
in kern/subr_param.c).
Change som VM parameters from quad_t to unsigned long. They refer to
quantities (size limits for text, heap and stack segments) which must
necessarily be smaller than the size of the address space, so long is
adequate on all platforms.
MFC after: 1 week
2004-11-08 18:20:02 +00:00
jhb
23bb992022
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
des
fea9d71a00
This code builds cleanly at WARNS level 6.
...
MFC after: 1 week
2004-11-08 18:08:16 +00:00
des
1852b04c1f
Document why rlim_t needs to be a signed type.
...
Define RLIM_INFINITY as INT64_MAX instead of hand-rolling it.
MFC after: 1 week
2004-11-08 18:05:43 +00:00
imp
7d5e08c75f
Someone (sanpei-san?) sent me this entry some time ago. Add COREGA
...
FEtherII PCC-TXD to the FEther PCC-TXD entry (since they appear to be
handled the same).
2004-11-08 16:59:01 +00:00
philip
eb31c527e8
Add support for gadgets on Asus L4R and M6R notebooks.
2004-11-08 16:54:26 +00:00