Hartmut Brandt
53c9e0f3aa
Add a sub-directory for the signalling layer headers of NgATM.
2003-11-07 08:57:42 +00:00
Hartmut Brandt
8573f7621e
Re-import of the original NgATM file version 0.91
2003-11-07 08:54:27 +00:00
Hartmut Brandt
8c9ce72809
This commit was generated by cvs2svn to compensate for changes in r122208,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 08:54:27 +00:00
Hartmut Brandt
e2251c375b
These two files are generated with the ../genfiles script and are
...
not part of the imported distribution.
2003-11-07 08:48:43 +00:00
Hartmut Brandt
22e2dd6a2d
Virgin import of signaling layer of NgATM shared kernel/user part 0.91
2003-11-07 08:46:22 +00:00
Hartmut Brandt
7d78b3681e
This commit was generated by cvs2svn to compensate for changes in r122205,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 08:46:22 +00:00
Kris Kennaway
2a6e9f885c
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
Søren Schmidt
8bea451207
Better attempt at fooling GEOM into working with burnable media.
2003-11-07 08:31:09 +00:00
Robert Watson
55b13f8d2d
Trim trailing whitespace.
2003-11-07 04:48:24 +00:00
Robert Watson
a2f88a8b7c
Slight whitespace consistency improvement:
...
Trim trailing whitespace.
Remove unmatched " " before ")".
2003-11-07 04:47:14 +00:00
Alexander Kabaev
148e0bd79e
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
Alexander Kabaev
4ff5474ba8
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
Alexander Kabaev
b4b53e1576
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
Alexander Kabaev
0ebd98fb58
Merge r1.3 (suppress warnings on K&R main).
2003-11-07 03:21:29 +00:00
Alexander Kabaev
78bcdb61f6
New GCC version.
2003-11-07 03:19:35 +00:00
Alexander Kabaev
7c755eb0ac
Merge r1.11 (-mno-align-long-strings).
2003-11-07 03:17:46 +00:00
Alexander Kabaev
e52bc8a3d6
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
Alexander Kabaev
31cc83e1e5
Merge r1.8 (printf format error fixes).
2003-11-07 03:13:51 +00:00
Alexander Kabaev
e9c9d25f92
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
Alexander Kabaev
3697be5590
No FreeBSD-local changes in these files.
2003-11-07 03:05:29 +00:00
Paul Saab
b26392c7f6
Add PCID for 6i controller
...
Submitted by: John Cagle <john.cagle@hp.com>
2003-11-07 03:01:48 +00:00
Alexander Kabaev
254745bd4c
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
Alexander Kabaev
29b93e91bc
Gcc 3.3.3 20031106 libf2c bits.
2003-11-07 02:44:13 +00:00
Alexander Kabaev
2528cb539e
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
Alexander Kabaev
f33a15e8d6
Gcc 3.3.3 20031106 Objective C support bits.
2003-11-07 02:44:11 +00:00
Alexander Kabaev
e17667a43b
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
Alexander Kabaev
bbe4dd5dec
Gcc 3.3.3 20031106 C++ support bits.
2003-11-07 02:44:01 +00:00
Alexander Kabaev
26b1f5924a
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
Alexander Kabaev
ea875f6efe
Gcc 3.3.3 20031106.
2003-11-07 02:43:04 +00:00
Sam Leffler
ad67584665
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
David Xu
0a67d47202
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
John Baldwin
7af6cc7dee
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
Hajimu UMEMOTO
07027f9d23
correct behavior when ipv6mr_interface is 0. Matthias Drochner
...
Notified by: itojun
Obtained from: NetBSD
2003-11-06 16:42:59 +00:00
Dag-Erling Smørgrav
96ea7698a2
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
2003-11-06 15:54:32 +00:00
John Baldwin
8dec768242
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
Bruce Evans
dab14df52a
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
Scott Mitchell
e0bd2c16cc
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
Warner Losh
eb57864fad
List the three modules that I have that aren't connected to the build.
2003-11-06 08:46:52 +00:00
Paul Saab
c5225b4d32
Correct the structure packing.
...
Reported by: Vinod Kashyap <vkashyap@3WARE.com>
2003-11-06 08:09:29 +00:00
Bruce Evans
9a5f1eedc0
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
Jun Kuriyama
ea10a1a30a
Remove "device acpi" from BOOTMFS kernel for boot floppy to unbreak the
...
release build.
2003-11-06 07:58:37 +00:00
Jeff Roberson
f28b3340c1
- 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
Alan Cox
3b2c54e7bc
- 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
Alan Cox
fc17df5264
- 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 Moolenaar
51e25af386
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
Hidetoshi Shimokawa
ed32ba839e
Use if_printf() for FWEDEBUG.
2003-11-06 04:19:15 +00:00
Warner Losh
5b909b0e1e
s/driver/device/ for config file line
2003-11-06 03:59:03 +00:00
Robert Watson
83b7b0edca
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 Roberson
a70d729bff
- 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 Roberson
45852ae1a4
- 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