kris
9ae8412ffe
Don't allow the 'make' target (which rebuilds make for bootstrapping)
...
to become confused by a file called 'make' in /usr/src
Submitted by: ru
2003-11-07 08:36:55 +00:00
sos
4c2de3d46a
Better attempt at fooling GEOM into working with burnable media.
2003-11-07 08:31:09 +00:00
rwatson
8bc7e8ea30
Trim trailing whitespace.
2003-11-07 04:48:24 +00:00
rwatson
f74e2ef8ef
Slight whitespace consistency improvement:
...
Trim trailing whitespace.
Remove unmatched " " before ")".
2003-11-07 04:47:14 +00:00
kan
b78cfa5333
Drop r1.6 (warn_system_heders by default). Use stock version of
...
the file from now on.
2003-11-07 03:30:31 +00:00
kan
aba667dc74
Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),
...
1.14 (-O/-O1 optimize alignment for time, not size).
Back out r1.22 which used to enable warnings in system headers by
default.
2003-11-07 03:27:32 +00:00
kan
06a580baf7
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}
...
(cross compiling issues).
2003-11-07 03:23:43 +00:00
kan
b62edf39c3
Merge r1.3 (suppress warnings on K&R main).
2003-11-07 03:21:29 +00:00
kan
9e0d7f6582
New GCC version.
2003-11-07 03:19:35 +00:00
kan
c49dadd24a
Merge r1.11 (-mno-align-long-strings).
2003-11-07 03:17:46 +00:00
kan
7329cbde9d
Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZE
...
overridable from the command line).
2003-11-07 03:16:22 +00:00
kan
e8544b5a9c
Merge r1.8 (printf format error fixes).
2003-11-07 03:13:51 +00:00
kan
6d5af2ef68
Drop the revision 1.2 (don't let gcc(1) hide warnings in system headers)
...
and use stock version of this file now.
2003-11-07 03:09:40 +00:00
kan
a084c35ceb
No FreeBSD-local changes in these files.
2003-11-07 03:05:29 +00:00
ps
1fb226c0ca
Add PCID for 6i controller
...
Submitted by: John Cagle <john.cagle@hp.com>
2003-11-07 03:01:48 +00:00
kan
1f2e36b731
This commit was generated by cvs2svn to compensate for changes in r122186,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:13 +00:00
kan
2b59a681a5
Gcc 3.3.3 20031106 libf2c bits.
2003-11-07 02:44:13 +00:00
kan
a01121bb14
This commit was generated by cvs2svn to compensate for changes in r122184,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:11 +00:00
kan
fc9b5bb894
Gcc 3.3.3 20031106 Objective C support bits.
2003-11-07 02:44:11 +00:00
kan
a510563f44
This commit was generated by cvs2svn to compensate for changes in r122182,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:01 +00:00
kan
a342444c67
Gcc 3.3.3 20031106 C++ support bits.
2003-11-07 02:44:01 +00:00
kan
1f79a7c5d0
This commit was generated by cvs2svn to compensate for changes in r122180,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:43:04 +00:00
kan
b09448931a
Gcc 3.3.3 20031106.
2003-11-07 02:43:04 +00:00
sam
81a2c9c441
Fix locking of the ip forwarding cache. We were holding a reference
...
to a routing table entry w/o bumping the reference count or locking
against the entry being free'd. This caused major havoc (for some
reason it appeared most frequently for folks running natd). Fix
is to bump the reference count whenever we copy the route cache
contents into a private copy so the entry cannot be reclaimed out
from under us. This is a short term fix as the forthcoming routing
table changes will eliminate this cache entirely.
Supported by: FreeBSD Foundation
2003-11-07 01:47:52 +00:00
davidxu
62eecd357e
Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to
...
zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way,
but I havn't done this change since these files already exists.
2003-11-06 23:43:40 +00:00
jhb
e28905d4a5
Fix an incorrect quote character in an M4 test conditon. Basically, one
...
of the verbose print statements that BTXLDR_VERBOSE enables wasn't properly
enabled.
2003-11-06 21:33:17 +00:00
ume
bbea30a3ab
correct behavior when ipv6mr_interface is 0. Matthias Drochner
...
Notified by: itojun
Obtained from: NetBSD
2003-11-06 16:42:59 +00:00
des
bf689a07a0
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
2003-11-06 15:54:32 +00:00
jhb
f09704e3ea
Only disable the old pin when doing a remap if it's current vector is still
...
the old vector.
Reported by: sam
2003-11-06 14:47:53 +00:00
bde
7180c01e53
Fixed some more missing punctuation in comments (most instances in this
...
file except for about 30 lines that have more errors and/or need rewording
to fit the punctuation).
2003-11-06 09:31:01 +00:00
rsm
07495c5a82
Disable the (currently unused) xe_reg_dump() function, until I know for
...
sure that it's not needed any more.
Reviewed by: imp (mentor)
2003-11-06 08:54:43 +00:00
imp
78758d8c44
List the three modules that I have that aren't connected to the build.
2003-11-06 08:46:52 +00:00
ps
f6878e1535
Correct the structure packing.
...
Reported by: Vinod Kashyap <vkashyap@3WARE.com>
2003-11-06 08:09:29 +00:00
bde
b3c44c7eee
Fixed some style bugs (missing punctuation in comments). There are many
...
more of these in proc.h alone.
2003-11-06 07:59:53 +00:00
kuriyama
e0ce1ac97e
Remove "device acpi" from BOOTMFS kernel for boot floppy to unbreak the
...
release build.
2003-11-06 07:58:37 +00:00
jeff
6fc9686d6a
- Somehow I botched my last commit. Add an extra ( to fix things up. I'm
...
still not sure how this happened.
Reported by: ps
2003-11-06 07:56:01 +00:00
alc
adf47c347a
- Delay the allocation of memory for the pipe mutex until we need it.
...
This avoids the need to free said memory in various error cases along
the way.
2003-11-06 05:58:26 +00:00
alc
ddec4754a2
- Simplify pipespace() by eliminating the explicit creation of vm objects.
...
Instead, let the vm objects be lazily instantiated at fault time. This
results in the allocation of fewer vm objects and vm map entries due to
aggregation in the vm system.
2003-11-06 05:08:12 +00:00
marcel
636849aec5
Add support for unaligned ld2, st2, st4 and st8. While here, make
...
sure we handle stacked registers properly by taking into account
that:
1. bspstore points after the frame (due to cover),
2. we need to adjust for intermediate NaT collections.
2003-11-06 04:26:40 +00:00
simokawa
96ae8eeca7
Use if_printf() for FWEDEBUG.
2003-11-06 04:19:15 +00:00
imp
5f488d0ae9
s/driver/device/ for config file line
2003-11-06 03:59:03 +00:00
rwatson
c7fff281b1
Remove the flags argument from mac_externalize_*_label(), as it's not
...
passed into policies or used internally to the MAC Framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-11-06 03:42:43 +00:00
jeff
e150e86d4b
- Remove the local definition of sched_pin and unpin. They are provided in
...
sched.h now.
- Respect the td pin count.
2003-11-06 03:09:51 +00:00
jeff
f5b5faded5
- Add a pinned count to the thread so that cpu pinning may nest. This is
...
not in scheduler specific data because eventually it will be required by
all schedulers.
- Implement sched_pin and unpin as an inline for now. If a scheduler needs
to do something more complicated than adjusting the pinned count we can
move this into a function later in an api compatible way.
2003-11-06 03:09:05 +00:00
peter
be32bf8001
OK, this might be a bit silly, but add another popcnt() candidate.
2003-11-06 01:24:25 +00:00
kientzle
776db871bd
Rephrase .Nd description to contain the key
...
words "pattern" and "test"; this should make it easier
to find with "man -k"
Approved by: gordon (mentor)
2003-11-06 00:52:37 +00:00
anholt
7dca584b52
Spelling and grammar fixes.
...
PR: kern/54658
Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2003-11-05 23:56:02 +00:00
anholt
b48d224277
Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.
...
Matches native syscalls now.
PR: kern/58793
Submitted by: David P. Reese Jr. <daver@gomerbud.com>
MFC after: 1 week
2003-11-05 23:52:54 +00:00
sam
0927f68a45
o make debug_mpsafenet globally visible
...
o move it from subr_bus.c to netisr.c where it more properly belongs
o add NET_PICKUP_GIANT and NET_DROP_GIANT macros that will be used to
grab Giant as needed when MPSAFE operation is enabled
Supported by: FreeBSD Foundation
2003-11-05 23:42:51 +00:00
davidxu
09e99681c0
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00