dougb
3b583b7967
MFC the inclusion of scripts from the local_startup directories
...
into the base rcorder, and related changes.
2005-12-21 07:11:35 +00:00
dougb
bd48ae6527
MFC of 1.28, -mdoc sweep
2005-12-21 06:03:31 +00:00
dougb
b18aa44ab0
MFC 1.27, s#/etc/make.conf#make.conf(5)#
2005-12-21 06:01:30 +00:00
dougb
cb9c4e746a
MFC 1.38, 1.4[1-3], and 1.46; excellent work done by yar to clean
...
up and improve this file.
2005-12-20 21:17:20 +00:00
brooks
964ba286a9
MFC 1.5: we now support BPF write filters unconditionally.
2005-12-20 21:11:16 +00:00
brooks
a2aee2ad8e
MFC 1.12:
...
When we get a bogus hostname in an option, drop the option
rather than refusing the lease. This allow obtaining leases
on misadministered networks that use host names with
underscores in them.
Reminded by: avatar
2005-12-20 21:02:22 +00:00
dougb
48bf82a19f
MFC 1.56, make install of sshd conditional on NO_OPENSSH
2005-12-20 20:56:21 +00:00
jhb
e4c2908f0b
MFC: Add a new 'show lock' command to ddb that can dump information about
...
mutexes and sx locks including current owners, etc.
2005-12-20 19:28:24 +00:00
glebius
5b6819c0d6
MFC 1.26:
...
Suppress logging about unimplemented syscalls to one time per process. This
prevents hard flood of the system console.
Reviewed by: bde
2005-12-19 17:06:51 +00:00
bruno
fa6896f870
MFC: don't flood kernel logs with "invalid _PSS package" messages.
...
Approved by: njl, imp (mentor)
2005-12-19 11:19:26 +00:00
jkoshy
50d87e1085
MFC {devd.8 r1.15,1.16; devd.cc r1.29}
...
"Add a -f configfile option to devd(8), based on a patch submitted by
Wojciech A. Koszek."
2005-12-19 03:33:05 +00:00
iedowse
4bb71dd5cf
MFC 1.70: provide the USB device release number along with other
...
parameters so that devd can match on it.
2005-12-18 15:51:31 +00:00
wpaul
111400b259
Ok, let's try that again. MFC recent changes from -current, this time
...
to the right branch (interrupt handler API fixes, Ralink RT2500 deadlock
with wpa_supplicant).
2005-12-16 17:33:47 +00:00
mux
c4cfae8744
MFC r1.252:
...
date: 2005/12/12 14:30:13; author: mux; state: Exp; lines: +1 -0
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
2005-12-16 03:26:37 +00:00
dougb
c8bed0fc29
Diff reduction to HEAD:
...
MFC yar's cleanup of command=*/foo -> command=*/${name},
and related changes.
2005-12-16 01:42:54 +00:00
dougb
ed5ba6cddd
Diff reduction to HEAD.
...
MFC 1.253 - Mention special behaviour of init(8) when kern_securelevel="0"
MFC 1.265 - Add a devd_flags variable
2005-12-16 01:19:21 +00:00
pjd
1687da5e87
MFC: etc/rc.d/geli 1.3
...
Simplify the code a bit by using '-q' option for kldstat(8).
Prodded by: dougb
2005-12-15 23:32:35 +00:00
pjd
407c7742ed
MFC: Move setkey(8) from usr.sbin/ to sbin/ and make rc.d/ipsec to run
...
before rc.d/mountcritremote, so it is possible to mount /usr/ over
IPsec.
Discussed on: arch@
Suggested by: Tomasz Pi³at <tomasz.pilat@axelspringer.pl>
Prodded by: dougb
2005-12-15 23:30:12 +00:00
dougb
f19ad45cf8
MFC 1.11, update of flags to mount for switching to RW.
2005-12-15 18:59:21 +00:00
dougb
2948f5e92a
Diff reduction to HEAD, MFC 1.7 which removes a needless FILEMODE line
...
Approved by: ru
2005-12-15 18:57:11 +00:00
maxim
b08fccbd06
MFC rev. 1.134: fix for a bug where NFS/TCP would
...
not reconnect (in the case where the server FIN'ed).
PR: kern/88833
Requested by: Roman V. Palagin
Approved by: Mohan Strinivasan
2005-12-15 18:10:37 +00:00
sobomax
bb17c1e410
Fix problems introduced by the botched MFC.
...
Submitted by: Kostik Belousov <konstantin.belousov@zoral.com.ua>
Pointy hat to: sobomax
2005-12-15 17:47:15 +00:00
obrien
2dd23460fa
MFC: rev 1.254: minor comment re-alignment.
2005-12-15 16:49:19 +00:00
obrien
19c90c2f22
MFC: rev 1.8: depends having awk(1) and it needs syslogd due to using logger(1).
2005-12-15 16:47:06 +00:00
obrien
570ef93d56
MFC: rev 1.7: depends on syslogd due to logger(1).
2005-12-15 16:46:02 +00:00
davidxu
7002fc652f
MFC revision 1.35:
...
Remove unused _get_curthread() call.
2005-12-15 07:28:19 +00:00
davidxu
5b11619181
MFC Revision 1.16:
...
Export following functions:
_pthread_condattr_getpshared
_pthread_condattr_setpshared
_pthread_mutexattr_getpshared
_pthread_mutexattr_setpshared
pthread_condattr_getpshared
pthread_condattr_setpshared
pthread_mutexattr_getpshared
pthread_mutexattr_setpshared
2005-12-15 07:25:00 +00:00
davidxu
0a8267e26b
MFC:
...
Add file thr_mattr_pshared.c and thr_condattr_pshared.c.
2005-12-15 07:22:24 +00:00
davidxu
148697495d
MFC revision 1.40:
...
Add prototype for following functions:
pthread_condattr_getpshared
pthread_condattr_setpshared
pthread_mutexattr_getpshared
pthread_mutexattr_setpshared
2005-12-15 06:50:39 +00:00
davidxu
94186b25f2
MFC Revision 1.8:
...
Put pthread_condattr_init sorted order.
Revision 1.7:
Export following functions:
_pthread_mutexattr_getpshared
_pthread_mutexattr_setpshared
pthread_condattr_getpshared
pthread_condattr_setpshared
pthread_mutexattr_getpshared
pthread_mutexattr_setpshared
Revision 1.6:
Sort function names.
Revision 1.5:
Add function pthread_timedjoin_np.
2005-12-15 06:43:18 +00:00
davidxu
4fbab286c2
MFC:
...
thr_exit.c:
Revision 1.19
Fix code for user stack recycling.
thr_join.c:
Revision 1.18
Fix code for user stack recycling.
Revision 1.17
Add function pthread_timedjoin_np.
2005-12-15 06:36:57 +00:00
davidxu
c031264bec
MFC revision 1.3:
...
Add functions pthread_mutexattr_setpshared and
pthread_mutexattr_getpshared.
2005-12-15 06:31:43 +00:00
sobomax
b1d47158ee
MFC: add new option q to surpress any output in the normal case.
2005-12-15 04:03:05 +00:00
sobomax
b81beea2d4
Extend utility to allow recovering single file from the deffective
...
media.
2005-12-15 03:50:03 +00:00
brooks
deb5b134eb
MFC rev 1.258
...
remove removable_interfaces example. It's been dead since 6.0-RELEASE,
but I forgot to MFC this.
Reminded by: dougb
Pointy hat: brooks
2005-12-15 02:13:15 +00:00
dougb
fb7dfdeea8
MFC 1.6, REQUIRE cleanvar, instead of BEFORE.
2005-12-15 01:13:39 +00:00
dougb
fed2b35069
MFC 1.37, run this script after mountcritremote to handle
...
cases where /tmp is on a remote filesystem.
2005-12-15 01:10:10 +00:00
iedowse
c856ad6798
MFC 1.92: rorder the calling of the completion callback and the
...
transfer "done" method for non-repeat transfers to avoid problems
if the transfer gets recycled by the callback. In particular this
fixes page faults seen when using OHCI controllers with ucom devices.
2005-12-15 00:36:00 +00:00
wilko
1efd1baf90
Spelling fixes and minor nit.
...
PR: doc/9035
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2005-12-14 19:50:55 +00:00
mlaier
16ff3ce833
MFC: 1.91
...
Fix calculation of meminfo's swaptotal and swapfree on at least amd64.
2005-12-14 19:07:38 +00:00
des
32a42fa507
MFC: implement the full range of ISO9660 number conversion routines in iso.h.
2005-12-14 09:20:30 +00:00
des
f180e73405
MFC: (1.25, 1.26) whitespace cleanup, parser improvements
2005-12-14 09:13:46 +00:00
des
2fcf6f75c3
MFC: (1.77) ignore HTTP_PROXY if it is defined but empty
2005-12-14 09:10:13 +00:00
flz
a3ad80954c
MFC: USB Quirk for iPods (should work with some other devices).
...
usb_quirks.c: 1.43
usb_quirks.h: 1.19
usb_subr.c: 1.78
usbdevs: 1.236
While this might not be the best solution, this has been considered good enough
to be MFC'ed.
Approved by: ssouhlal
Discussed on: src-committers@
2005-12-14 01:27:45 +00:00
anholt
63922011a7
MFC DRM. Notable changes:
...
- i915 (i830-i915) driver ported.
- S3 Savage driver ported.
- Added support for ATI_fragment_shader registers for r200.
- Improved r300 support, needed for latest r300 DRI driver.
- (possibly) r300 PCIE support, needs X.Org server from CVS.
- Added support for PCI Matrox cards.
- Software fallbacks fixed for Rage 128, which used to render badly or hang.
- Some issues reported by WITNESS are fixed.
2005-12-14 00:52:59 +00:00
anholt
7e2effb167
MFC i915 GMCH AGP support.
2005-12-14 00:47:25 +00:00
anholt
f4f7767dd8
MFC r1.28: Add support for the i855GM.
2005-12-14 00:46:23 +00:00
sam
d153d60a18
MFC: athctrl script
2005-12-13 21:34:55 +00:00
rees
94b8aef59a
MFC: nfs_socket.c 1.132, nfs_subs.c 1.142, nfsm_subs.h 1.37
...
fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.
2005-12-13 21:29:26 +00:00
jhb
786e4e87b4
MFC: Slam the door more forcefully on mixed mode.
2005-12-13 16:47:33 +00:00