joerg
2136a42b1e
Convert to device_t/softc split and aprint usage.
2007-10-22 15:28:48 +00:00
pooka
1d8cbeebb1
Note that CIRCLEQ_LOOP first appeared in NetBSD 4.0.
2007-10-22 15:01:18 +00:00
manu
95269f5829
Regen
2007-10-22 15:01:16 +00:00
manu
818aeac0ff
Add support for Marvell 88CO55. Newer iMacs come with that chip.
2007-10-22 14:59:37 +00:00
joerg
dcf90eeb82
Correctly initialise sc_insert_ch and switch to
...
callout_setfunc/callout_schedule.
2007-10-22 14:03:51 +00:00
wiz
f480a18fd3
postfix-2.4.6 out.
2007-10-22 11:26:55 +00:00
nisimura
26c6496de9
regen
2007-10-22 10:35:15 +00:00
nisimura
2f67a49066
PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
...
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.
2007-10-22 10:33:03 +00:00
nisimura
2839aa3fd4
dismiss GENERIC.X2 kernel to build as the conf file has gone.
2007-10-22 06:46:14 +00:00
simonb
e19457f411
Add a reference to RFC 2783. Requested by joerg@
2007-10-22 05:35:37 +00:00
simonb
0057724763
Adjust the comment about "10 msec" to say that the time period is 1/HZ.
...
Requested by joerg@
2007-10-22 05:26:42 +00:00
simonb
46de085339
Revert the CSE parts of the previous change. "run" is calculated with
...
a different value for "pageind" each time through the loop, so we can't
precalculate it.
Fixes awk core dump issues on powerpc 405.
2007-10-22 04:16:48 +00:00
martin
18a5eb2b2a
Remove an unused .globl declaration
2007-10-22 01:43:39 +00:00
martin
bb436049fc
Pacify some gcc uninitialized warnings at -O3
2007-10-22 00:36:28 +00:00
martin
7f15a337b2
Fix vm.bufmem* sysctl nodes for 64bit archs by making them uint64_t,
...
as discussed on tech-kern. No requests for binary compat - so don't
bother to version them.
2007-10-21 23:27:16 +00:00
degroote
868baf8f75
Translate in french the new oldsendmail message
2007-10-21 21:20:16 +00:00
adrianp
c9951c135d
Fix for CVE-2007-4995 from OpenSSL CVS
2007-10-21 20:34:14 +00:00
pavel
7af5b3f24d
When upgrading, check (using postinstall) if /etc/mailer.conf selects the
...
old, now removed sendmail. If yes, display a warning menu that offers to
replace it by a current version that selects postfix.
Thank much to Martin Husemann for extensive testing and suggestions.
XXX translations need updating.
2007-10-21 20:21:01 +00:00
pooka
0fbd24007f
* release pathname buffer in link
...
* some variable massage
2007-10-21 19:43:52 +00:00
pooka
afe4c2ed02
Use puffs_cc_schedule() (which is an exported interface) instead of
...
plugging directly to puffs_goto().
2007-10-21 19:27:12 +00:00
pooka
753b7cae6e
Add puffs_cc_schedule() which marks a pcc runnable and will pass
...
execution to it when in the main loop the next time.
2007-10-21 19:25:58 +00:00
degroote
0e9691e3e3
Fix a number of driver which doesn't check wep flag in *_tx_mgt.
...
It is incorrect because we need to encrypt some management frame in case of
shared authentification.
2007-10-21 17:03:37 +00:00
degroote
a409673bc7
802.11 header may have different sizes. Deals correctly with this.
2007-10-21 16:47:27 +00:00
pooka
c683f6f6b5
Get rid of MULTITHREADED_REFUSE for context queries. We can simply
...
use the pthread codepaths always.
2007-10-21 16:46:52 +00:00
wiz
07d197d99e
openssl-0.9.8g is out.
2007-10-21 16:41:12 +00:00
he
71a133879f
To work around lint problems, add a LINTED comment on pooka's request.
2007-10-21 16:29:40 +00:00
he
028d83d78b
Move declaration of kd_later() up before the first use.
2007-10-21 16:18:33 +00:00
simonb
e7d1e5e9ea
Adjust a comment. In NetBSD the time-related kernel function prototypes
...
are in <sys/timevar.h>, not <sys/time.h> like they are in FreeBSD.
2007-10-21 14:55:09 +00:00
pooka
a3e1355fe5
Use new puffs features to provide correct caller info instead of
...
sometimes returning stale data.
2007-10-21 14:36:35 +00:00
pooka
be98071c8c
Always provide caller information from the kernel based on curlwp.
...
(but don't deprecate the old puffs_cid interface just yet)
2007-10-21 14:28:05 +00:00
pooka
cc72c593dd
typo in comment
2007-10-21 14:26:15 +00:00
briggs
83967b2fba
Use AAC_PREALLOCATE_FIBS with the softc as a parameter to catch up with
...
revision 1.10 of aacvar.h.
2007-10-21 12:59:33 +00:00
wiz
9aad9251b5
openssl-0.9.8f out.
2007-10-21 11:06:27 +00:00
yamt
46b951d6aa
remove lwp argument from nfs_reconnect and always use &lwp0
...
because who triggers a reconnect doesn't really matter here. PR/37145.
2007-10-21 08:23:19 +00:00
pooka
8543b6baeb
Add option -r to specify maximum number of active read requests
...
for each node. Setting this to a small number can be used to
improve interactive performance on low-bandwidth links when performing
bulk data reads. Of course I could also open separate pipes for
bulk and other, but this was quicker and less intrusive and doesn't
require authenticating twice.
2007-10-20 19:14:27 +00:00
minskim
fdb3f2ed81
The man page for rcs2log(1) is not installed when MKCVS=no.
2007-10-20 15:47:27 +00:00
briggs
1687b85a45
Preallocate all of our FIBs. This needs more work, but currently avoids
...
a case where we could need more FIBs and try to allocate them inside an
interrupt handler, which is sub-par--a problem pointed out ages ago by ad@.
2007-10-20 01:46:30 +00:00
briggs
644890e99d
If we're printing totals, don't do all the work of allocating and
...
copying down the vnodes.
2007-10-20 01:38:45 +00:00
xtraeme
eccf5885ea
performance fix: in the workqueue handler only refresh the sensor once,
...
not multiple times for the same sensor and clear its state after all
events were processed.
2007-10-20 00:12:35 +00:00
pavel
99f7676452
The control registers (notably CR3 and CR4) are 64-bit on amd64 (see
...
"AMD64 Architecture Programmer's Manual"). Declare the variables
holding them as vaddr_t, otherwise the upper bits are lost.
(CR0 is actually 64-bit too, but the upper bits are unused, so I am
not changing it now.)
Should fix the reboot caused by X11. From Arto Huusko in
PR port-amd64/37043.
2007-10-19 21:34:56 +00:00
bjs
acac55ab19
First round of DRM improvements: switch to mutex(9), make use of &
...
operator consistent in locking macros, use mb(9) for memory barrier ops
(to be replaced with bus_space_barrier(9) at a later date; this is not
necessary for x86 but might be for e.g. mips).
More to come. Try it out! It's a lot more stable now just with the
mutex(9) changes.
2007-10-19 20:53:47 +00:00
christos
8de47c09e3
- do some CSE.
...
- pass lint
2007-10-19 19:28:57 +00:00
njoly
a478f23b9e
Add compat_linux and exec_linux_elf lkm support for amd64:
...
- Add needed COMPAT_OSSAUDIO to GENERIC.
- Add missing includes needed by linux_syscallargs.h.
- Add lkm building.
2007-10-19 18:52:09 +00:00
christos
3e94d8f384
Handle 2 digit years, from Anon Ymous
2007-10-19 15:59:55 +00:00
christos
e2347743fc
kill _NETBSD_TOOLS.
2007-10-19 15:58:52 +00:00
christos
93c52e3c71
I am now convinced of the error of my ways, and I am checking for all the
...
decls mtree is using.
2007-10-19 15:56:53 +00:00
pooka
cf6e3aa4f9
When doing a read operation, don't copy the whole kernel buffer to
...
userspace, since it doesn't contain any information yet. I should
still rework this more so this is just a quickie to get the read/write
style interface more up to speed with the ioctl version.
2007-10-19 14:38:45 +00:00
jmmv
4f0f9d66ad
Mark old versions of libpthread_dbg as obsolete so that they get cleaned
...
during an update build. (Hi ad@!)
2007-10-19 13:16:51 +00:00
njoly
a4213fb81e
Add httpd.debug
2007-10-19 13:11:23 +00:00
pooka
95419baf2f
comment polish
2007-10-19 13:04:06 +00:00