tron
f1f5ecd1a9
We must check for "${MACHINE}" and not "${MACHINE_ARCH}" of course to
...
decide about port specific obsolete lists.
2005-03-25 20:15:20 +00:00
perseant
3118a7b178
Make fsck_lfs optimize the inode free list, if it appears to have become
...
too disordered. This should improve file creation speed on aged filesystems.
Include code to disorder the list for debugging purposes, though this is
of course not compiled in by default.
2005-03-25 20:14:43 +00:00
christos
4d2554560d
Add fips include files, needed for compilation only. FIPS is not enabled
...
right now, but we will enable it later (adding -DOPENSSL_FIPS).
2005-03-25 20:14:40 +00:00
christos
684dfceb07
Resolve conflicts.
2005-03-25 20:14:24 +00:00
christos
ab5e9c0298
add fips openssl include files.
2005-03-25 20:13:21 +00:00
christos
e72fb54032
import openssl-0.9.7f from ftp.openssl.org
2005-03-25 19:05:51 +00:00
tron
ea41f5798a
Add new files installed after import of XFree86 4.5.0.
2005-03-25 19:01:53 +00:00
christos
8e3cd7a471
PR/29682: sigsegv: /usr/bin/file does not seem to understand some fields
...
of an ELF binary. Someone ate my !
2005-03-25 18:07:09 +00:00
tsutsui
120ecb16f8
Switch cobalt port to use MI pci_configure_bus(9)
...
with options PCI_NETBSD_CONFIGURE.
Patch from KIYOHARA Takashi on port-cobalt.
This change makes siop(4) (and maybe all other PCI devices
using pci mem space) work on cobalt.
2005-03-25 15:01:57 +00:00
tsutsui
69528d1dad
Allow MD PCI code to specify or disable PCI_COMMAND_PARITY_ENABLE
...
and PCI_CMMAND_SERR_ENABLE in MI pci_configure_bus(9).
Patch from PR kern/27423 by KIYOHARA Takashi with some changes by me,
approved by Allen Briggs.
2005-03-25 14:51:39 +00:00
yamt
2e2956423c
don't bother to allocate gdt slots for tss
...
as we don't actually use them.
2005-03-25 10:27:03 +00:00
perseant
bb7bbb2d16
Don't sleep while holding the vnode interlock. Should take care of the
...
first panic case in PR #26043 .
2005-03-25 01:45:05 +00:00
wiz
2dfd7528cf
Bump date for previous.
2005-03-24 22:37:12 +00:00
jmcneill
adf922e656
Update my email address (the one listed hasn't been active in years).
2005-03-24 22:31:58 +00:00
jmcneill
e06ff8586d
Note that pkgsrc/sysutils/iwi-firmware is required for this package.
2005-03-24 22:29:12 +00:00
cube
bc5ea6f651
Set bit 0x2 of the first byte of the generated MAC address, to indicate it
...
is a locally administered address. Pointed out by Ignatios Souvatzis.
2005-03-24 22:20:35 +00:00
tron
728512171e
Checking for the file "xserver" in "${OBSOLETE.dir}" doesn't work because
...
the check will be done before the target which is used to create that file.
So simply add "xserver" to "${OBSOLETE.file}" based on the architecture.
2005-03-24 20:23:55 +00:00
bouyer
303cafe4e5
getblk() can return NULL if we are the pagedaemon. Check for this.
2005-03-24 20:13:17 +00:00
tron
0dd3209322
Regen.
2005-03-24 13:17:24 +00:00
tron
9ffaf42ec1
Add ids for ATI Radeon 9700 Pro and 9800 Pro.
2005-03-24 13:17:08 +00:00
martin
6b1f94f060
Add src/x11 generated stuff
2005-03-24 09:49:07 +00:00
martin
dcbe0ab123
Move /var/db/obsolete/xserver in md sets for those archs that have it.
2005-03-24 09:16:10 +00:00
martin
6ebdd24d9a
Make var/db/obsolete/xserver optional.
2005-03-24 09:07:17 +00:00
rtr
c6b047ea8b
+ do not install getconfig
2005-03-24 05:27:18 +00:00
rtr
739e0b7a2b
+ fix up the rest of the reachover to build XFree86 for sparc64
2005-03-24 05:24:20 +00:00
kochi
d6616a92db
The latest ACPI-CA is 20050309.
2005-03-24 04:11:06 +00:00
chs
f31a80ccd3
avoid the need for recursive locking lfs_flush_dirops() by unlocking
...
the vnode around the call to this in the caller.
2005-03-24 04:00:33 +00:00
bouyer
091d59fa24
Don't assume all LUNs are probed before scsipi sets the mode, and always check
...
if lun_tagtbl needs to be allocated. Patch from john heasley in kern/29603.
2005-03-23 21:23:15 +00:00
wiz
8f73249ecf
openssl-0.9.7f out.
2005-03-23 21:11:52 +00:00
christos
5586266e3c
PR/29600: YAMAMOTO Takashi: cbb hangs on boot. From the PR:
...
It seems that we never get a power interrupt for 16 bit cards. The tsleep
has been changed to wait for 200ms maximum, before giving up instead of
waiting forever. XXX: Maybe that is too small for some laptops?
2005-03-23 20:53:19 +00:00
yamt
e012617b1e
- restructure tx descriptor handling code to decouple
...
number of tx descriptors, number of rx descriptors, and number of mbufs.
- bump number of tx descriptors for rtl8169. 64 doesn't seem to be sufficient
when doing TSO.
2005-03-23 20:23:08 +00:00
christos
93bf0b6883
Deal with signals and process groups (from FreeBSD)
...
Fixes issues with kill -STOP $$ in the su'd shell, and setting up signals
for the child process properly.
2005-03-23 20:02:28 +00:00
jmc
e7fa4c1b11
One more place that needs $HOST_SH to run a script correctly.
2005-03-23 19:54:47 +00:00
he
07a2e5539a
Add two regression tests related to making the last line of the input
...
being available under the END pattern, ref. PR#29659.
2005-03-23 17:28:55 +00:00
he
a80853ef7a
Make nawk retain the text from the last line of the input as well as
...
the derived variables (fields & NF) under the END pattern. This
implicitly complies with the SUSv2 specification at
http://www.opengroup.org/onlinepubs/007908799/xcu/awk.html
which explicitly says that NF and NR must retain their values from
the last record seen. Fixes PR#29659.
2005-03-23 17:24:41 +00:00
tron
02aac2106a
The last of the changes for missing files in i386 vs xsrc.
...
+ build libafb for i386 (like xsrc does)
+ hook getconfig into the build
+ add new input driver acecad
+ add new xkb symbols
+ add new font encodings
2005-03-23 15:43:42 +00:00
wiz
8b14b81426
rgephy(4)'s struct mii_phydesc array doesn't end with NULL.
...
Fix it. From Satoshi Suetake in PR 29770.
2005-03-23 13:27:20 +00:00
wiz
ec30909ad0
Remove duplicate word in comment. From Rui Paulo in PR 29767.
2005-03-23 13:24:47 +00:00
martin
71cce6ecd0
Add support for Proxim RangeLAN-DS 8430;
...
from Gabriel Forté, via Julien Rampon on tech-net
2005-03-23 12:00:22 +00:00
martin
8e03193d1b
Regen (Proxim RangeLAN-DS 8430 added)
2005-03-23 11:59:38 +00:00
martin
a16552ce02
From Gabriel Forté, via Julien Rampon in mail to tech-net:
...
add Proxim RangeLAN-DS 8430
2005-03-23 11:58:56 +00:00
martin
858199a6b7
Adapt recent changes to the sparc64 configuration from xsrc:
...
Build XFree86 server and add all sun* framebuffer drivers.
2005-03-23 11:09:58 +00:00
kleink
a6636f0f7b
Avoid lint warning after previous.
2005-03-23 08:16:53 +00:00
christos
ae9d3eacae
Avoid a possible race during the time we give up our lock in order to
...
allocate memory. (From yamt)
2005-03-23 04:01:04 +00:00
atatat
0f48b53686
If a "create" or "destroy" operation succeeds, mark the cached tree as
...
"stale" so that the next time we try to read or write to it, we can
purge (and refresh) it.
Addresses PR 29222.
2005-03-23 03:45:25 +00:00
christos
e0ba8227a7
Don't call malloc with a simple_lock held. Thanks to Greg Oster for pointing
...
my stupid mistake.
2005-03-23 01:16:44 +00:00
rtr
1603c2c13e
The last of the changes for missing files in i386 vs xsrc.
...
+ build libafb for i386 (like xsrc does)
+ hook getconfig into the build
+ add new input driver acecad
+ add new xkb symbols
+ add new font encodings
It should be safe to update the set lists for i386 now.
2005-03-23 01:00:32 +00:00
tron
d98cfc324a
Correct entries for "XStandards.7" and "Xsecurity.7" so that they are
...
still found if manual pages are compressed. Problem pointed out by
Chavdar Ivanov in private e-mail.
2005-03-23 00:38:10 +00:00
perseant
c716c3d307
Make LFS dirops get their vnode first, before incrementing the dirop count,
...
to prevent a deadlock trying to call VOP_PUTPAGES() on a VDIROP vnode.
This can happen when a stacked filesystem is mounted on top of an LFS: an
LFS dirop needs to get a vnode, which is available from the upper layer.
The corresponding lower layer vnode, however, is VDIROP, so the upper layer
can't be cleaned out since its VOP_PUTPAGES() is passed through to the lower
layer, which waits for dirops to drain before it can proceed. Deadlock.
Tweak ufs_makeinode() and ufs_mkdir() to pass the a_vpp argument through
to VOP_VALLOC().
Partially addresses PR # 26043, though it probably does not completely fix
the problem described there.
2005-03-23 00:12:51 +00:00
dsl
a2a01de947
Remember to consume input bytes when processing '\0nnn' for %b formats
2005-03-22 23:55:46 +00:00