christos
9b98d82f76
s/u32/u_int32_t/
2005-03-26 02:23:06 +00:00
christos
c6a84da3bd
Don't define FIPS_selftest_failed locally.
2005-03-26 02:22:42 +00:00
christos
039caef355
bump minor.
2005-03-26 02:22:01 +00:00
christos
1adff5028c
enable FIPS.
2005-03-26 02:21:34 +00:00
christos
01d5ed066a
Compile with -DOPENSSL_FIPS
2005-03-26 02:21:11 +00:00
christos
d6b9d6afcb
der_chop is minced meat.
2005-03-26 00:33:44 +00:00
christos
375c0a113d
der_chop is gone.
2005-03-26 00:32:35 +00:00
wiz
de60b309dc
Sort options. Add -C to usage.
2005-03-25 23:55:02 +00:00
wiz
eb0439126c
Fix typo and drop trailing whitespace.
2005-03-25 23:49:28 +00:00
cube
2817c9a11a
List attimer(4) and cross-reference it. Pointed out by Thomas Klausner.
2005-03-25 23:38:32 +00:00
cube
76083f1d54
Add a manpage for attimer(4), and cross-reference it from pcppi(4).
2005-03-25 23:30:55 +00:00
cube
78f44cbe4f
Add attimer(4) configurations everywhere pcppi(4) exists, with the
...
following rule:
If a pcppi device is enabled for an attachment, enable an attimer for the
same attachement, otherwise comment it.
2005-03-25 23:28:43 +00:00
cube
d2d1a8c05c
Make pcppi(4) use attimer(4) to set the pitch of the bell.
...
In case you don't configure an attimer(4) device in your kernel config,
you will simply lose the ability to set the pitch. It will still beep.
2005-03-25 23:09:00 +00:00
tron
f0c491ff32
Add new files installed after import of XFree86 4.5.0.
2005-03-25 23:08:22 +00:00
cube
ff524d301a
Add attimer(4) to the list.
2005-03-25 23:07:17 +00:00
cube
040e3b19e5
Add attimer(4) driver, with ISA and ACPI attachments.
...
attimer(4) is the new body of the part of pcppi(4) that mapped the TIMER1
register to set the pitch of the bell. It was necessary to separate them
in order to have a working ACPI attachment (as the two appear as different
devices in the ACPI structures).
2005-03-25 23:06:19 +00:00
christos
514fe26b5c
The last broken merge.
2005-03-25 23:03:47 +00:00
skd
4f9669ed8d
add --dry-run like gnu patch.
2005-03-25 23:00:55 +00:00
christos
b279845eed
Don't free the wrong lock. Pointed out by Konrad Schroder
2005-03-25 22:48:23 +00:00
christos
9b98663df7
add prime.c
2005-03-25 22:36:54 +00:00
christos
2674f87be1
Fix merge issue.
2005-03-25 21:54:20 +00:00
christos
db19fc60e2
Missed 2 #ifdef OPENSSL_FIPS...
2005-03-25 20:19:51 +00:00
perseant
7f73a7b740
"#define lfs_devvp lfs_unlockvp" for readability, since that's what we
...
use it for in fsck_lfs/newfs_lfs.
2005-03-25 20:17:58 +00:00
christos
a5a29c7f7d
mention new openssl.
2005-03-25 20:17:07 +00:00
perseant
dcba0206d6
"#define lfs_devvp lfs_unlockvp" for readability, since that's what we
...
use it for in fsck_lfs/newfs_lfs.
2005-03-25 20:16:37 +00:00
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