dholland
3f712a47e2
Fix typo, noticed in passing by wiz
2009-06-24 16:28:48 +00:00
tron
1b003fbdd4
Update developers responsible for Postfix.
2009-06-24 13:41:16 +00:00
mbalmer
7880601279
Add myself as requested in the welcome mail.
2009-06-24 12:15:43 +00:00
tteras
a8d702d9b1
Fix a call to null pointer: in some cases, the unmonitor_fd can be called
...
from another fd's callback. That could lead to still have callback pending
after unmonitoring the fd resulting in a call to null pointer.
This is fixed by making unmonitor_fd now clear the pending fd_set too.
Bug was introduced by my commit in 2008-12-23.
2009-06-24 11:28:48 +00:00
mrg
c33a588610
convert a DRM_ERROR() to DRM_DEBUG(). its failure is not fatal
...
and it tends to trigger on almost all cards.
2009-06-24 08:09:26 +00:00
elad
55f182207a
Wow... too much Python.
...
Fix DIAGNOSTIC build breakage: print -> printf.
Pointed out by Kurt Schreiner on current-users@:
http://mail-index.netbsd.org/current-users/2009/06/23/msg009815.html
2009-06-23 23:04:11 +00:00
reinoud
c2fd371267
Bump the NetBSD kernel UDF id to version 0.5
2009-06-23 20:13:37 +00:00
reinoud
75bab0f5ee
Renaming in UDF was already possible but directories could only be renamed in
...
the same directory.
This patch finally allows a directory to be moved between parent directories.
2009-06-23 20:09:07 +00:00
christos
96a538bff1
Limit the length of the address mask before we copy it.
2009-06-23 19:50:50 +00:00
elad
870920260d
Move the implementation of vaccess() to genfs_can_access(), in line with
...
the other routines of the same spirit.
Adjust file-system code to use it.
Keep vaccess() for KPI compatibility and to keep element of least
surprise. A "diagnostic" message warning that vaccess() is deprecated will
be printed when it's used (obviously, only in DIAGNOSTIC kernels).
No objections on tech-kern@:
http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005310.html
2009-06-23 19:36:38 +00:00
tron
935113b868
Remove Postfix 2.5.4 distribution.
2009-06-23 18:01:01 +00:00
tron
d00145e40b
Postfix was update to version 2.6.2.
2009-06-23 18:00:11 +00:00
tron
7d5e451c60
Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".
2009-06-23 17:58:22 +00:00
tron
93e822e975
Install all helper scripts to "/usr/libexec/postfix" which is were Postfix
...
expects them now. Remove all comments indicating that they should be
in that directory.
2009-06-23 17:55:06 +00:00
dyoung
6935f27815
Add drvctl(4).
2009-06-23 17:06:15 +00:00
tron
1faf39be0f
Add makefile framework to build Postfix 2.6.2. Don't turn it on yet as
...
the Postfix 2.6.2 binary doesn't work yet because it cannot
find "/usr/libexec/postfix/postfix-script".
2009-06-23 15:02:51 +00:00
christos
e7604a3d54
PR/41629: Kouji Matsui: Fixed identical ESS1878 on Fujitsu FMV-5100 NC/S by PnPBIOS
2009-06-23 15:00:18 +00:00
christos
f48c7833ea
PR/41628: Jukka Salmi: OpenSSL's c_rehash can't find openssl binary
2009-06-23 14:08:02 +00:00
njoly
de2e7a9c8e
sched_getaffinity(2) update:
...
- dynamically calculate the cpu mask size,
- return it upon success,
- fix generated cpu mask.
2009-06-23 13:18:59 +00:00
tron
b492933390
(Re-)apply NetBSD specific patches.
2009-06-23 11:41:05 +00:00
tron
41fbaed053
Import Postfix 2.6.2.
2009-06-23 10:08:14 +00:00
agc
444c5e7dcc
Also build uuid for all platforms, now that we're using our own uuid routines.
2009-06-23 05:15:07 +00:00
agc
d94c46b0c4
Apply some fixes from HEO SeonMeyong to allow the iSCSI target to build
...
and operate on Mac OS X - with apologies for taking so long to apply them.
2009-06-23 05:11:46 +00:00
agc
cacd735007
Simplify one routine
2009-06-23 05:08:22 +00:00
mrg
9c6a192497
fix the list of sources.
2009-06-23 04:48:47 +00:00
mrg
8ee58c85df
add a commented out section for nouveau driver.
...
(it's very far from being compileable.)
2009-06-23 04:42:58 +00:00
mrg
eae636e445
add a bunch of fixes mostly from rafal@.
...
this fixes the build for all the other drm modules.
use pci_find_device() to kill the one XXX rafal left.
2009-06-23 04:42:01 +00:00
mrg
2e277c2d9d
add transforms for new GLU, GLUT and xorg-server pkgconfig files.
2009-06-23 04:40:29 +00:00
mrg
cb84b0f930
don't build the vga or nsc drivers -- they haven't been ported to
...
xorg-server 1.6 yet. remove them from the list of drivers to try
to load with "X -configure". (someone should also confirm that
this list of drivers is right.)
this should fix PR#41626.
2009-06-23 04:39:52 +00:00
christos
b940bed281
put back the conversion script. I forgot to add it in the last import
2009-06-22 22:32:44 +00:00
njoly
0cef178686
Fix compilation with SMB_*_DEBUG options.
2009-06-22 21:13:50 +00:00
tron
9526375664
Correct the name of "FDH". It is called Bodensee-Airport Friedrichshafen.
...
Patch provided by Marc Balmer in private e-mail.
2009-06-22 19:26:38 +00:00
mrg
de36815874
add a couple of missing files. pointed out by tron.
2009-06-22 15:34:53 +00:00
tsutsui
7b14dcf78f
Enable ddb(4) for sparc GENERIC-like kernels.
...
Discussed on port-sparc@.
2009-06-22 14:57:52 +00:00
agc
fc75e102bd
Move source files from the reachover framework to the dist framework.
2009-06-22 14:44:12 +00:00
tron
45353de023
Fix modules build after update of drm(4).
2009-06-22 13:13:08 +00:00
tron
3f3fc05a03
Fix typo. Patch supplied by Marc Balmer in private e-mail.
2009-06-22 08:31:13 +00:00
agc
39f224166c
Be sure to install binaries into the correct BINDIR
2009-06-22 06:52:18 +00:00
mrg
0f9b883ce6
remove reference to now dead DRM_EXTERNAL option.
2009-06-22 02:34:10 +00:00
agc
29b8a3d91c
Add example files and rc.d script - taken from dist
2009-06-22 01:51:02 +00:00
agc
ef35af317f
Add example configuration files
2009-06-21 21:23:46 +00:00
agc
2f24582978
Move the iSCSI target and initiator source across from dist/iscsi to
...
external/bsd/iscsi
2009-06-21 21:20:30 +00:00
agc
6a58b20453
Add the reachover framework for the iSCSI target and initiator, in
...
preparation for moving it from dist/iscsi to the external framework
external/bsd/iscsi.
2009-06-21 21:11:16 +00:00
christos
1b829b2a68
PR/40965: NAKAJIMA Yoshihiro: lfs_cleanerd isn't adapted to !MKDYNAMICROOT
2009-06-21 20:20:50 +00:00
mrg
f8e80dd3fa
remove the old drm sources.
2009-06-21 20:15:47 +00:00
mrg
c7c2933c33
make external drm the default.
2009-06-21 20:15:26 +00:00
christos
ac0ec62cd0
PR/40689: Nicolas Joly: awk(1) trashes memory with RE and ^ anchor
...
Another place to special-case HAT.
2009-06-21 20:08:44 +00:00
mrg
716317980c
add a note about native xorg updates
2009-06-21 20:08:36 +00:00
wiz
2518910327
Sort errors.
2009-06-21 18:04:46 +00:00
dholland
6eda430b6b
Fix pastos. From Jukka Salmi in PR 41605, with a very minor adjustment.
2009-06-21 17:52:42 +00:00