imp
b6cb048dec
cardbus->CardBus
2003-10-10 05:15:48 +00:00
imp
ae26c2e53a
Be more pedantic about the model numbers of cardbus cards that are
...
supported by the driver. I've only used 3 or 4 of these cards, but
the cardbus cards work as well as pci cards at this point.
2003-10-10 05:15:05 +00:00
hmp
4426030508
Assorted mdoc(7) fixes:
...
- fix hard sentence breaks
- sprinkle a few .Vt's where neccessary
- remove incorrect use of `\-'
- proper quoting using .Dq, instead of manual ``...''
Approved by: des@ (mentor)
Reviewed by: ru@
2003-10-09 23:06:06 +00:00
deischen
8df72a4176
Reverse the order of the first two arguments to _sparc64_enter_uts().
...
The first argument is the UTS function, the second argument is the
first argument to the UTS function. Who's on first.
2003-10-09 20:52:17 +00:00
nectar
7bb550b541
Build and install the verify_krb5_conf(8) utility, which checks
...
krb5.conf(5) for obvious errors.
2003-10-09 19:54:03 +00:00
nectar
f4317945f5
This commit was generated by cvs2svn to compensate for changes in r120952,
...
which included commits to RCS files with non-trunk default branches.
2003-10-09 19:52:14 +00:00
nectar
084fdb0d6e
Correct badly-formed code (missing quote) within `#if 0' section.
...
Newer versions of GCC error in such situations.
Obtained from: Heimdal CVS
2003-10-09 19:52:14 +00:00
nectar
dffa529904
Install Kerberos- and GSSAPI-related man pages.
2003-10-09 19:51:13 +00:00
nectar
41639ef8ff
Install additional headers for Kerberos (libkafs, libkadm5*, and
...
libhdb).
2003-10-09 19:50:00 +00:00
nectar
9d50fa1c54
Update build infrastructure for Heimdal 0.6.
2003-10-09 19:48:47 +00:00
nectar
22eeaf40f5
Resolve conflicts after import of Heimdal 0.6.
2003-10-09 19:42:07 +00:00
nectar
5c90662d44
Vendor import of Heimdal 0.6.
2003-10-09 19:36:20 +00:00
nectar
4b1830fcc6
This commit was generated by cvs2svn to compensate for changes in r120945,
...
which included commits to RCS files with non-trunk default branches.
2003-10-09 19:36:20 +00:00
nectar
39a0f43256
Add list of files to remove from the Heimdal distribution prior to
...
each import.
2003-10-09 19:35:38 +00:00
ume
4ce3fa6f53
- typo. found by markus@openbsd
...
- correct signedness mixup in pointer passing.
- drop meaningless variable.
Obtained from: KAME
2003-10-09 18:44:54 +00:00
hrs
d276421cb6
New release note:
...
- hifn(4) 7955/7956 support.
- $ntpd_flags in /etc/defaults/rc.conf changed.
2003-10-09 16:20:28 +00:00
ume
5f396e4dfe
- typo in comment
...
- style
- ANSIfy
(there is no functional change.)
Obtained from: KAME
2003-10-09 16:13:47 +00:00
hrs
a3420d01fe
Catch up with the English version:
...
1.1 -> 1.2 hardware/amd64/proc-amd64.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-09 15:42:33 +00:00
deischen
69eb1f0d34
Convert a couple of hardcoded values to constants. Make thr_getcontext()
...
return 0 when called the first time, and return 1 when resumed by
thr_setcontext().
2003-10-09 14:48:09 +00:00
sos
a2ab5a4d04
Fix the bug that prevented DMA from working on old Acer chips.
...
Found by: Andrew Gallatin <gallatin@cs.duke.edu>
Pointy hat to: sos
2003-10-09 14:33:06 +00:00
robert
8519aa2ff0
Implement preliminary support for the PT_SYSCALL command to ptrace(2).
2003-10-09 10:17:16 +00:00
tjr
20b1e12f1f
Warn users that makekey may disappear in a future release now that the
...
last in-tree consumer has gone.
2003-10-09 10:06:30 +00:00
tjr
10449fdca7
Call crypt() directly instead of taking a detour through makekey.
2003-10-09 10:00:53 +00:00
hmp
f280804c96
Remove unneccessary include of sys/types.h in the SYNOPSIS
...
header.
Sys/param.h includes sys/types.h internally unless LOCORE is
defined.
Approved by: des (mentor)
2003-10-09 09:45:20 +00:00
grog
5cf670958e
Separate baroque from classics.
...
Add a number of dead composers.
PR: 55612 (much of content)
2003-10-09 04:21:44 +00:00
grog
0a4a4eb019
Correct format: text lines *must* contain a tab character.
...
PR: 43989
2003-10-09 04:12:21 +00:00
grog
ca07aa2bef
Add a number of mainly Christian holidays.
...
Mainly submitted by: Gordon Bergling <gordon@bsd-network.org>
2003-10-09 04:05:04 +00:00
grog
35a6a731ad
Add Christmas-related dates.
...
Partially submitted by: Gordon Bergling <gordon@bsd-network.org>
2003-10-09 04:02:24 +00:00
imp
670d1b59d4
Update the list of supposedly supported 3Com devices from trolling
...
ebay. Also have notes for my recent experiences with 3com pcmcia
cards (mostly this or that doesn't work). Also look at the strings
that are claimed to be supported in the bus specific front ends. Note
that the 3C569* are CBUS.
2003-10-09 03:52:44 +00:00
marcel
98e6d4d80f
With BETA 5 of libuwx some of the application registers are renamed
...
from UWX_REG_MUMBLE to UWX_REG_AR_MUMBLE. Compatibility defines are
present in libuwx. Change the names here so that we don't depend on
compatibility defines.
Note that there's now an UWX_REG_PFS and an UWX_REG_AR_PFS and the
former is not a compatibility define for the latter AFAICT. Change
to UWX_REG_AR_PFS as that seems to be the one we need to handle.
2003-10-09 03:11:37 +00:00
marcel
29227cc496
This commit was generated by cvs2svn to compensate for changes in r120925,
...
which included commits to RCS files with non-trunk default branches.
2003-10-09 03:02:46 +00:00
marcel
2f9c5f7f57
Upgrade Unwind Express (libuwx) to BETA 5. This upgrade includes
...
all the fixes locally applied and submitted to the author. Not
included in BETA 5, but part of this import are:
o FreeBSD specific ifdefs to make this compile within a kernel.
These are limited to include directives and defines.
o Removal of unused variables, proper casts and initializations
to allow building with -Werror. This happens in code so has a
higher chance of causing future import conflicts but not enough
to worry about it.
I'm especially thankful that the author accepted the change to
replace DISABLE_TRACE with UWX_TRACE_ENABLE so that we can use it
in kernel config files without nasty mappings or indirections as
that would make the integration less perfect. Thanks Cary!
2003-10-09 03:02:46 +00:00
deischen
801ac4642e
Add preliminary sparc64 support to libpthread. This does not
...
yet work, but hopefully someone familiar with the sparc64
port can pick up the reins.
Submitted by: jake
With mods by: deischen
2003-10-09 02:32:28 +00:00
des
d01beebd5a
Instead of using hardcoded column and row headers, scan the log directory
...
to see what's of interest.
2003-10-09 02:30:34 +00:00
des
5c1d84ac68
Build a couple of security branches.
2003-10-09 02:18:37 +00:00
ache
1f369a8e72
Fix sl_SI.ISO8859-2
...
PR: 50160
Submitted by: Simon 'Zekar <simon@entered.net>
2003-10-09 00:55:33 +00:00
grog
f4b907e543
Add some additional changes which didn't make it in revision 1.14
...
Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
PR: 55610
2003-10-09 00:37:20 +00:00
grog
f6318ed730
Move a LOTR fortune to the right file.
...
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
PR: 57623
2003-10-09 00:31:48 +00:00
sam
000e03442c
update to reflect 7955/7956 support
2003-10-08 20:26:10 +00:00
sam
5c5eacb028
Add symmetric crypto support for the 7955 and 7956.
...
Note performance is currently suboptimal.
Submitted by: Rajesh Vaidyanath <RVaidyanath@hifn.com>
2003-10-08 20:25:47 +00:00
marcel
e54e3cef6f
Include <sys/smp.h> for the prototype of smp_rendezvous().
2003-10-08 19:55:45 +00:00
ume
cb2c1545ab
- fix typo in comments.
...
- style.
- NULL is not 0.
- some variables were renamed.
- nuke unused logic.
(there is no functional change.)
Obtained from: KAME
2003-10-08 18:26:08 +00:00
gallatin
8f2de8390a
make kernel_sysctl()'s args match its prototype in order to fix the
...
alpha build
2003-10-08 18:05:59 +00:00
schweikh
bf3be14755
Removed "Gerat" which is a typo of "Great".
...
Added FreeBSD ID.
2003-10-08 16:49:19 +00:00
bms
c764d43437
Correct definition for 1000/tcp and 1000/udp, sync with
...
<URL:http://www.iana.org/assignments/port-numbers >.
Submitted by: Roman Newhauser <roman@bellavista.cz>
2003-10-08 08:48:43 +00:00
bms
c26198066b
Add port assignment for Subversion, as per
...
<URL:http://www.iana.org/assignments/port-numbers >.
PR: conf/54371
Submitted by: Roman Newhauser <roman@bellavista.cz>
MFC after: 1 week
2003-10-08 08:43:17 +00:00
marcel
aaca042e87
Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from
...
the stack to the heap to work around a problem on ia64. Now, roughly
16 months and two compiler updates later, it isn't an issue anymore
in the sense that putting a 1M buffer on the stack just works and we
don't actually need to work around anything anymore.
However, since there's no advantage or need to put the buffer on the
stack (again), this change merely removes the XXX comment describing
that there's an explicit reason for the heap allocation. Hence, this
change is a functional no-op.
PR: ia64/38677
2003-10-08 07:37:11 +00:00
thomas
9a1f9ceacc
(dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on
...
an uninitialized sysctl_ctx, using flag DA_FLAG_SCTX_INIT. This
prevents a panic encoutered with some umass units that probe correctly
but fail to attach. Same problem, and same fix, as scsi_cd.c rev. 1.86.
Reviewed by: njl, ken
2003-10-08 07:12:30 +00:00
alc
352d9382c0
Lock the destination object in vm_fault_copy_entry().
2003-10-08 07:11:19 +00:00
alc
76f6c3b059
Retire vm_page_copy(). Its reason for being ended when peter@ modified
...
pmap_copy_page() et al. to accept a vm_page_t rather than a physical
address. Also, this change will facilitate locking access to the vm page's
valid field.
2003-10-08 05:35:12 +00:00