davidxu
dd7f1d7e06
Add member kg_base_user_pri and flag TDF_UBORROWING, they will be used
...
to support userland priority propagation for 1:1 threading.
2006-08-25 03:15:27 +00:00
trhodes
e3d91b1fd3
Send more Alpha bits to the bin.
2006-08-25 00:36:59 +00:00
grehan
9053cfbe6a
Remove file that snuck in accidentally in Marcel's gdb commit.
2006-08-25 00:21:48 +00:00
cognet
d4600e67df
Finally bring it support for the i80219 XScale processor.
...
Submitted by: Max M. Boyarov <m.boyarov bsd by>
2006-08-24 23:51:28 +00:00
cognet
ccd457af25
Use ELFDATA2MSB if we're building big endian.
...
Noticed by: Oleksandr Tymoshenko <gonzo freebsd org>
2006-08-24 23:00:03 +00:00
marius
5e65c8cd9e
Remove the DPMS code in creator_blank_display(), as it causes some
...
LCDs to blink in the V_DISPLAY_ON case, at least in combination with
some 13W3-VGA-adaptors (what's exactly going on is unclear though,
as it happens when all of H-sync, V-sync and video output are enabled
and not touching the sync bits from the preset fixes it). Thus
creator_blank_display() now is reduced to turning the video output
on/off.
Although that DPMS code did what the XFree86/Xorg sunffb(4x) does,
it was questionable in the first place, as both implementations
also turn(ed) off the video output on standby and suspend, thus most
likely causing the monitor to turn off instead of entering standby
or suspend as intended (at least my monitors don't).
Reported and tested by: Patrick Reich
MFC after: 3 days
2006-08-24 22:00:24 +00:00
marcel
693fc69022
Add initial support for kgdb(1) on PowerPC.
2006-08-24 21:53:49 +00:00
marcel
3aec95aaac
Add skeletal support for GDB. In particular gdb_cpu_getreg() needs
...
implementing to make GDB support usable.
2006-08-24 21:52:11 +00:00
rik
4e1573f953
Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
...
MFC after: 1 week
2006-08-24 21:09:39 +00:00
julian
b0fd0e6925
Add an option to allow copying of a hierarchy while linking he regular files.
...
Bikeshedded to death on: hackers
Submitted by:andersonatcenttech.com
MFC in: 1 month
2006-08-24 20:45:38 +00:00
ru
e574350b77
Fix another fallout from the IF_LLADDR() type change.
...
Spotted by: mwlucas
2006-08-24 19:50:00 +00:00
marius
604b84193c
Fix a bug introduced with rev. 1.204; in vfs_donmount() use
...
copyout(9) instead of copystr(9) for copying the errmsg from
kernel- to user-space. This fixes a panic on sparc64 when
using the nmount(2)-converted mountd(8).
While at it, use bcopy(3) instead of strncpy(3) in the kernel-
to kernel-space case for consistency with vfs_buildopts() and
between kernel- to user-space and kernel- to kernel-space case.
2006-08-24 18:52:28 +00:00
obrien
1b5c41598b
Don't read in /etc/src.conf when building ports.
...
Reported by: obrien
Submitted by: ru
2006-08-24 18:04:49 +00:00
rwatson
1e4f4abfce
Add kqueue support to audit pipe pseudo-devices.
...
Obtained from: TrustedBSD Project
2006-08-24 17:42:38 +00:00
danger
9c7584b81f
- add note about IPSEC_FILTERGIF to fast_ipsec(4) and let the users know
...
that it is not possible to use Fast IPsec in conjuction with KAME IPsec
- add available kernel options to ipsec(4)
- add reference for fast_ipsec(4) to ipsec(4)
Reviewed by: trhodes (mentor), keramida (mentor)
Approved by: keramida (mentor)
2006-08-24 17:07:19 +00:00
imp
bf45440613
Always make obj when building the libraries. This never hurts, and
...
helps some cross-architecture building tool installation patches that
I'm developing.
2006-08-24 17:02:26 +00:00
emax
2b65f3157a
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
...
on sparc64.
Reported by: Andrew Belashov <bel at orel dot ru>
Tested by: Andrew Belashov <bel at orel dot ru>
MFC after: 3 days
2006-08-24 16:51:02 +00:00
marcel
06caf42da4
Build gdb on PowerPC.
2006-08-24 15:46:29 +00:00
bmah
b3006313bd
New release notes: IPFIREWALL_FORWARD_EXTENDED removed (+MFC),
...
fsdb(8) btime.
Modified release notes: Changed Xbox note to only point to the
platforms page (there are pointers to additional information
there)...note MFC.
MFCs noted: IPFilter 4.1.13.
2006-08-24 14:45:56 +00:00
oleg
6a84fb6ac0
Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.
...
Following issues should be resolved:
- random watchdog timeouts (caused by concurrent phy access)
- some link state issues
- non working TX if media type was set explicitly
PR: kern/98738
Approved by: glebius (mentor)
MFC after: 2 weeks
2006-08-24 14:41:16 +00:00
ceri
9db068b977
Add a note that the btime command only works on UFS2.
...
Suggested by: maxim (who had also done the btime patch independently).
2006-08-24 09:14:02 +00:00
ru
26a1c37cb3
Spellcheck.
2006-08-24 08:00:02 +00:00
marcel
947473fc96
Add basic support for PowerPC. This excludes kgdb(1).
2006-08-24 02:44:59 +00:00
marcel
f820e4f79e
This commit was generated by cvs2svn to compensate for changes in r161561,
...
which included commits to RCS files with non-trunk default branches.
2006-08-24 02:43:20 +00:00
marcel
e1ca5f48d2
Add support for PowerPC. These files are added onto the FSF branch
...
to avoid future conflicts.
2006-08-24 02:43:20 +00:00
marcel
ed7e530450
Add rs6000 to the architectures on PowerPC. It's needed by gdb(1).
2006-08-24 02:36:21 +00:00
rik
96cc09dde6
Fix path for source file in files.FOO.
2006-08-23 23:51:29 +00:00
ceri
ce40746fa9
Allow fsdb to manipulate the birthtime entries on UFS2.
...
Approved by: jhb
MFC after: 1 month
2006-08-23 22:44:00 +00:00
cperciva
dba2c26a5e
Correct buffer overflow in the handling of LCP options in ppp(4)
...
Security: FreeBSD-SA-06:18.ppp
2006-08-23 22:06:08 +00:00
jhb
bdd032b9cb
Remove special handling for PC == 0. With this, kgdb can now properly
...
unwind across a page fault due to a null function pointer. It does a
better job than ddb now in fact.
Reviewed by: marcel
MFC after: 3 days
2006-08-23 19:16:17 +00:00
thomas
7b372bea7e
Set alarm timer for grace period from the grace_period variable, instead
...
of hard-coding a value of 10 seconds. Command line flag -g is thus now
correctly taken into account.
PR: bin/102176
MFC after: 1 week
2006-08-23 15:59:43 +00:00
glebius
ae7c9ee9d8
Pack several boolean fields into single bge_flags field.
2006-08-23 15:37:07 +00:00
dwmalone
e0dfe3d7df
A pipe bandwidth of 10MBits/s should probably
...
be understood as 10Mbits/s not 10MBytes/s.
Submitted by: Gavin McCullagh <gavin.mccullagh@nuim.ie>
MFC after: 1 week
2006-08-23 14:29:18 +00:00
ru
557b37c8db
Remove alpha-specific stuff.
...
Approved by: marcel
2006-08-23 12:14:26 +00:00
ru
aa1113efea
Remove alpha-specific stuff.
2006-08-23 12:12:56 +00:00
glebius
266d19dde4
Pack several boolean fields into single bge_flags field.
2006-08-23 11:32:54 +00:00
yar
7815d31aea
Recognize the existence of auth' and
auth-type'
...
capabilities but tell they do nothing in the base system.
This is a late responce to
http://docs.freebsd.org/cgi/mid.cgi?ED759F1DC5ADD74592DD063B1EDEDAF803ACD2B5
.
Obtained from: OpenBSD (wording; with minor corrections)
2006-08-23 09:54:46 +00:00
davidxu
97c67e6558
POSIX requires that higher numerical values for the priority represent
...
higher priorities, so we should reverse the passed value here.
2006-08-23 07:22:25 +00:00
gshapiro
9d8a629628
sendmail 8.13.8 has been merged to other version branches
2006-08-23 03:42:36 +00:00
marcel
c21bc3bcaf
Update for PowerPC support. We need to keep rs6000 related files.
2006-08-23 03:30:33 +00:00
marcel
b5a4404d7d
Import files needed for PowerPC support and not included in the
...
original GDB 6.1.1 import.
2006-08-23 03:28:37 +00:00
marcel
4e65ec3994
This commit was generated by cvs2svn to compensate for changes in r161537,
...
which included commits to RCS files with non-trunk default branches.
2006-08-23 03:28:37 +00:00
thomas
88bc308178
(media_status): Factor common code between IFM_ETHER and IFM_ATM cases.
...
(print_media_word, print_media_word_ifconfig): Remove unnecessary
goto following test for null desc.
PR: bin/102354
Submitted by: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>
MFC after: 1 week
2006-08-22 23:49:36 +00:00
ru
dc5b14d7bc
Fix example:
...
/conf/base/diskless_remount -> /conf/base/etc/diskless_remount
MFC after: 3 days
2006-08-22 16:21:16 +00:00
flz
93d42de8b0
- Add ypserv to the REQUIRE list.
...
Reported by: David Thompson <dat1965@yahoo.com>
Discussed on: -rc (brooks)
Approved by: cperciva (mentor, implicit)
MFC after: 3 days
2006-08-22 14:58:23 +00:00
flz
54b7b1d84e
Backout this commit since it breaks startup and some scripts in
...
certain conditions. I haven't been able to find a better solution yet:
- Set a two read-only variables (${prefix} and ${etcdir}). This is
especially useful when using /etc/rc.d scripts with third-party
software installed from ports.
- Fix rc.d/sshd to work with openssh from ports using ${etcdir}
instead of hardcoded /etc.
- Reflect prefix/etcdir changes in rc.subr.8.
src/etc/rc.d/sshd: rev 1.9 -> 1.10
src/etc/rc.subr: rev 1.51 -> 1.52
src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12
Approved by: cperciva (mentor)
2006-08-22 11:17:29 +00:00
flz
0c85546033
- Remove ramdisk rc.d scripts since they've been replaced by mdconfig{,2}.
...
- Update ObsoleteFiles.inc.
Approved by: cperciva (mentor)
2006-08-22 11:12:09 +00:00
ru
4d582ffe09
Remove alpha left-overs.
2006-08-22 08:03:01 +00:00
marcel
78738a2fe9
Build mount_smbfs on ia64.
2006-08-22 03:31:24 +00:00
marcel
f511e89bcf
Build libsmb and smbutil on ia64.
2006-08-22 03:22:17 +00:00