]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agoMust reset the pointer to the 802.11 header after prepending
sam [Mon, 13 Oct 2003 03:41:32 +0000 (03:41 +0000)]
Must reset the pointer to the 802.11 header after prepending
for WEP in case the prepend addes a new mbuf.  This fixes WEP.

20 years agoMFp4:
sam [Mon, 13 Oct 2003 03:39:38 +0000 (03:39 +0000)]
MFp4:

o don't grab the mutex at the top of ath_detach; it does nothing
  useful
o deal with entry to ath_ioctl during detach to disable promiscuous
  mode as a result of calling bpfdetach2: cannot call ath_init when
  the device is marked invalid as the code isn't prepared to deal
  with it (in particular by that time the hal reference may have
  been yanked)

20 years agoMFp4:
sam [Mon, 13 Oct 2003 03:37:38 +0000 (03:37 +0000)]
MFp4:

change ath_rate_ctl_reset to handle transition from station
mode to adhoc mode; was not resetting the initial xmit rate
causing outbound frames to be dicarded

20 years ago - Modify pmap_is_current() to return FALSE when a pmap's page table is in
alc [Mon, 13 Oct 2003 03:28:31 +0000 (03:28 +0000)]
 - Modify pmap_is_current() to return FALSE when a pmap's page table is in
   use because a kernel thread is borrowing it.  The borrowed page table
   can change spontaneously, making any dependence on its continued use
   subject to a race condition.
 - _pmap_unwire_pte_hold() cannot use pmap_is_current(): If a change is
   made to a page table page mapping for a borrowed page table, the TLB
   must be updated.

In collaboration with: tegge

20 years agoUpdate Bluetooth code.
emax [Sun, 12 Oct 2003 22:04:24 +0000 (22:04 +0000)]
Update Bluetooth code.

Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)

20 years agoUpdate the number of ports.
murray [Sun, 12 Oct 2003 21:35:50 +0000 (21:35 +0000)]
Update the number of ports.

20 years ago - In SCHED_CURR() add holding Giant to the list of criteria that will keep
jeff [Sun, 12 Oct 2003 21:07:31 +0000 (21:07 +0000)]
 - In SCHED_CURR() add holding Giant to the list of criteria that will keep
   you on the current queue.  In the future, it would be nice if priority
   propagation could deterministicly pluck a thread off of the next queue
   and put it on the current queue.  Until then this hack stops us from
   holding up our entire current queue, including interrupt handlers, while
   a thread on the next queue is blocked while holding Giant.
 - Inherit our pctcpu information from our parent.

20 years agosimplify and update rijndael code.
ume [Sun, 12 Oct 2003 21:05:05 +0000 (21:05 +0000)]
simplify and update rijndael code.

Obtained from: KAME

20 years ago - Implement a mtx_ownedby() macro which can be used to determine if a
jeff [Sun, 12 Oct 2003 21:02:55 +0000 (21:02 +0000)]
 - Implement a mtx_ownedby() macro which can be used to determine if a
   particular thread owns a mutex.  This cannot be done without races
   unless the thread is curthread.

20 years agoComment spelling fix.
rwatson [Sun, 12 Oct 2003 20:51:26 +0000 (20:51 +0000)]
Comment spelling fix.

20 years agoUse Japanese localized version of trademarks.ent.
hrs [Sun, 12 Oct 2003 20:11:06 +0000 (20:11 +0000)]
Use Japanese localized version of trademarks.ent.

20 years agoinclude opencrypto/rmd160.h
ume [Sun, 12 Oct 2003 18:33:30 +0000 (18:33 +0000)]
include opencrypto/rmd160.h

20 years agoIn vfs_bio_clrbuf(), ignore the state of the object lock if the page is the
alc [Sun, 12 Oct 2003 18:26:48 +0000 (18:26 +0000)]
In vfs_bio_clrbuf(), ignore the state of the object lock if the page is the
"bogus" page.

Found by: tegge

20 years agouse opencrypto for RMD160.
ume [Sun, 12 Oct 2003 18:25:38 +0000 (18:25 +0000)]
use opencrypto for RMD160.

Requested by: sam

20 years agoDon't forget to initialize the fake tcb when the kcb is allocated.
deischen [Sun, 12 Oct 2003 16:50:45 +0000 (16:50 +0000)]
Don't forget to initialize the fake tcb when the kcb is allocated.

20 years agoCache dev_t values in the right structure.
ticso [Sun, 12 Oct 2003 15:51:40 +0000 (15:51 +0000)]
Cache dev_t values in the right structure.

Tested by: Jay Cornwall <jay@evilrealms.net>

20 years agoremove unused variable.
ume [Sun, 12 Oct 2003 15:14:33 +0000 (15:14 +0000)]
remove unused variable.

Obtained from: KAME

20 years agodrop useless define.
ume [Sun, 12 Oct 2003 14:47:24 +0000 (14:47 +0000)]
drop useless define.

20 years agouse bswap32() for big endian arch.
ume [Sun, 12 Oct 2003 14:32:13 +0000 (14:32 +0000)]
use bswap32() for big endian arch.

Reported by: tinderbox via kris

20 years agoSimplify vn_isdisk() a bit.
phk [Sun, 12 Oct 2003 14:04:39 +0000 (14:04 +0000)]
Simplify vn_isdisk() a bit.

20 years agoRedo the code that handles eject/close.
sos [Sun, 12 Oct 2003 13:11:57 +0000 (13:11 +0000)]
Redo the code that handles eject/close.

20 years agoAvoid potential race on ATA_R_DONE.
sos [Sun, 12 Oct 2003 12:38:03 +0000 (12:38 +0000)]
Avoid potential race on ATA_R_DONE.

20 years agoPut devices into sleep mode (ie spin down) on detach.
sos [Sun, 12 Oct 2003 12:37:11 +0000 (12:37 +0000)]
Put devices into sleep mode (ie spin down) on detach.

20 years agoUp timeout to 10s (from 5) in r/w commands.
sos [Sun, 12 Oct 2003 12:35:44 +0000 (12:35 +0000)]
Up timeout to 10s (from 5) in r/w commands.

20 years ago- avoid hardcoded values.
ume [Sun, 12 Oct 2003 12:03:25 +0000 (12:03 +0000)]
- avoid hardcoded values.
- correct signedness mixups.
- log fix.
- preparation for 64bit sequence number.
  introduce SA id (unique ID for SA - SPI is useless as duplicated
  SPI is allowed)
- no need to malloc/free cksum buffer.

Obtained from: KAME

20 years agoRecognize the Avance Logic ALC655 codec found on some ICH4/5-based
des [Sun, 12 Oct 2003 11:51:24 +0000 (11:51 +0000)]
Recognize the Avance Logic ALC655 codec found on some ICH4/5-based
motherboards, such as the Gigabyte I848P.

PR: kern/54176
Submitted by: Chris Keladis <chris@cmc.optus.net.au>
Forgotten by: orion

20 years agoCorrect a typo (s/And/An/)
schweikh [Sun, 12 Oct 2003 11:37:15 +0000 (11:37 +0000)]
Correct a typo (s/And/An/)

20 years agoAssume that bp->bio_offset is correctly initialized.
phk [Sun, 12 Oct 2003 11:35:55 +0000 (11:35 +0000)]
Assume that bp->bio_offset is correctly initialized.

This fixes non-power-of-2 blocksize GEOM I/O.

20 years agoDestroy providers maked with G_PF_WITHER when the last consumer has detached.
phk [Sun, 12 Oct 2003 11:34:35 +0000 (11:34 +0000)]
Destroy providers maked with G_PF_WITHER when the last consumer has detached.

20 years agoA couple of months' worth of back-burner hacking: restructure to better
des [Sun, 12 Oct 2003 11:33:39 +0000 (11:33 +0000)]
A couple of months' worth of back-burner hacking: restructure to better
handle the minor (but significant) differences between the various
Vortex chips; add (incomplete) support for playback.

20 years ago- always check for optlen overrun.
ume [Sun, 12 Oct 2003 11:18:04 +0000 (11:18 +0000)]
- always check for optlen overrun.
- panic if NULL is passed to ah_sumsiz (as we never do it,
  and callers do not properly check negative returns).

Obtained from: KAME

20 years agoUse isprint instead of isalpha in determining valid ident string.
sos [Sun, 12 Oct 2003 11:10:41 +0000 (11:10 +0000)]
Use isprint instead of isalpha in determining valid ident string.

20 years ago- correct signedness mixups.
ume [Sun, 12 Oct 2003 11:08:18 +0000 (11:08 +0000)]
- correct signedness mixups.
- avoid assuming result buffer size

Obtained from: KAME

20 years agoInitialize CMAP3 to 0
phk [Sun, 12 Oct 2003 10:55:45 +0000 (10:55 +0000)]
Initialize CMAP3 to 0

20 years agoavoid hardcoding MD5 result length (16)
ume [Sun, 12 Oct 2003 09:51:32 +0000 (09:51 +0000)]
avoid hardcoding MD5 result length (16)

Obtained from: KAME

20 years agoRIPEMD160 support
ume [Sun, 12 Oct 2003 09:43:48 +0000 (09:43 +0000)]
RIPEMD160 support

Obtained from: KAME

20 years ago- RIPEMD160 support
ume [Sun, 12 Oct 2003 09:41:42 +0000 (09:41 +0000)]
- RIPEMD160 support
- pass size arg to ah->result (avoid assuming result buffer size)

Obtained from: KAME

20 years agoFix a typo.
rushani [Sun, 12 Oct 2003 09:08:54 +0000 (09:08 +0000)]
Fix a typo.

20 years agoRefine translation.
hrs [Sun, 12 Oct 2003 08:54:10 +0000 (08:54 +0000)]
Refine translation.

20 years agofix a problem referencing free'd memory. This is only a problem for
jmg [Sun, 12 Oct 2003 07:06:02 +0000 (07:06 +0000)]
fix a problem referencing free'd memory.  This is only a problem for
kqueue write events on a socket and you regularly create tons of pipes
which overwrites the structure causing a panic when removing the knote
from the list.  If the peer has gone away (and it's a write knote), then
don't bother trying to remove the knote from the list.

Submitted by: Brian Buchanan and myself
Obtained from: nCircle

20 years agoMerge the following from the English version:
rushani [Sun, 12 Oct 2003 04:42:33 +0000 (04:42 +0000)]
Merge the following from the English version:

   1.44   -> 1.55   errata/article.sgml
   1.163  -> 1.183  hardware/common/dev.sgml

20 years agoFix a multitude of security bugs in the iBCS2 emulator:
tjr [Sun, 12 Oct 2003 04:25:26 +0000 (04:25 +0000)]
Fix a multitude of security bugs in the iBCS2 emulator:
- Return NULL instead of returning memory outside of the stackgap
  in stackgap_alloc() (FreeBSD-SA-00:42.linux)
- Check for stackgap_alloc() returning NULL in ibcs2_emul_find();
  other calls to stackgap_alloc() have not been changed since they
  are small fixed-size allocations.
- Replace use of strcpy() with strlcpy() in exec_coff_imgact()
  to avoid buffer overflow
- Use strlcat() instead of strcat() to avoid a one byte buffer
  overflow in ibcs2_setipdomainname()
- Use copyinstr() instead of copyin() in ibcs2_setipdomainname()
  to ensure that the string is null-terminated
- Avoid integer overflow in ibcs2_setgroups() and ibcs2_setgroups()
  by checking that gidsetsize argument is non-negative and
  no larger than NGROUPS_MAX.
- Range-check signal numbers in ibcs2_wait(), ibcs2_sigaction(),
  ibcs2_sigsys() and ibcs2_kill() to avoid accessing array past
  the end (or before the start)

20 years agoFix BSS buffer overflow in makeargv().
tjr [Sun, 12 Oct 2003 00:27:55 +0000 (00:27 +0000)]
Fix BSS buffer overflow in makeargv().

20 years agoBump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth in
kris [Sun, 12 Oct 2003 00:19:45 +0000 (00:19 +0000)]
Bump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth in
the size of /etc.

20 years agoThe code that was meant to test alignment of the register offset
se [Sat, 11 Oct 2003 22:20:34 +0000 (22:20 +0000)]
The code that was meant to test alignment of the register offset
parameter in the read and write case dereferenced an unitialized
pointer and can't possibly ever have catched an actual invalid
argument.

This was apparently true for the read/write and getconf cases. The
latter does not even receive the paramter that is to be verified.

I'm surprised that this did not cause kernel panics, but it seems
that the uninitialized local variable happens to contain data that
may be used as a pointer to memory that satisfies the test condition.

Make the code work as intended by moving the test inside the switch
case where the pointer has been properly initialized.

Since the read and write case shared just about all code (except
for the single call to PCIB_READ_CONFIG resp. PCIB_WRITE_CONFIG) I
have merged both cases.

Noticed by: trhodes@FreeBSD.org (Tom Rhodes)

20 years ago - Fix a typo, I meant & and not |. This was causing lockups from the syncer
jeff [Sat, 11 Oct 2003 21:50:45 +0000 (21:50 +0000)]
 - Fix a typo, I meant & and not |.  This was causing lockups from the syncer
   looping forever due to list corruption.

Solved by: tegge

20 years agoChanged EINVAL constant reference from UIO_MAXIOV to IOV_MAX.
dds [Sat, 11 Oct 2003 20:47:44 +0000 (20:47 +0000)]
Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.
The former is a kernel-only visible constant, the latter the
POSIX-specified userland constant defined by including limits.h.

20 years ago- Check and report write(2) errors.
dds [Sat, 11 Oct 2003 20:34:43 +0000 (20:34 +0000)]
- Check and report write(2) errors.

- Issue a single writev(2) call instead of multiple write(2)s.
  This change improves the inefficiencies introduced when echo
  went on an stdio diet.

The following figures are for echoing 1000 arguments.
original stdio-based echo:
        0.01 real         0.01 user         0.00 sys
before:
        0.05 real         0.00 user         0.04 sys
after:
        0.01 real         0.00 user         0.00 sys

20 years agoFix some problems in linux_sendmsg() and linux_recvmsg().
iwasaki [Sat, 11 Oct 2003 15:08:32 +0000 (15:08 +0000)]
Fix some problems in linux_sendmsg() and linux_recvmsg().
 - Allocate storage for uap->msg always because it is copyin()'ed in
   native sendmsg().
 - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling.
 - Some cleanups.

Tested with: Oracle 9i shared server connection mode.

MFC after: 1 week

20 years agoDescribe '-M' in usage().
fjoe [Sat, 11 Oct 2003 12:05:05 +0000 (12:05 +0000)]
Describe '-M' in usage().

PR: 57462
Submitted by: Ryuichiro Imura <imura@ryu16.org>

20 years agoMerge the following from the English version:
rushani [Sat, 11 Oct 2003 12:01:24 +0000 (12:01 +0000)]
Merge the following from the English version:

   1.3 -> 1.4 relnotes/alpha/article.sgml
   1.1 -> 1.2 relnotes/amd64/article.sgml
   1.4 -> 1.5 relnotes/i386/article.sgml
   1.1 -> 1.2 relnotes/ia64/article.sgml
   1.1 -> 1.2 relnotes/pc98/article.sgml
   1.3 -> 1.4 relnotes/sparc64/article.sgml

20 years ago/usr/libdata/msdosfs is no longer used, because of kiconv(3) commit.
fjoe [Sat, 11 Oct 2003 11:57:03 +0000 (11:57 +0000)]
/usr/libdata/msdosfs is no longer used, because of kiconv(3) commit.

PR: 57277
Submitted by: Ryuichiro Imura <imura@ryu16.org>

20 years agocorrect unsafe use of realloc().
ume [Sat, 11 Oct 2003 10:37:43 +0000 (10:37 +0000)]
correct unsafe use of realloc().

Obtained from: KAME

20 years agoAdd a full example of a file-backed disk creation, I used the Handbook's
blackend [Sat, 11 Oct 2003 09:59:25 +0000 (09:59 +0000)]
Add a full example of a file-backed disk creation, I used the Handbook's
example.

PR: docs/51897
Submitted by: Kevin Oberman <oberman@es.net>

20 years agoTweak the colors for failed runs
des [Sat, 11 Oct 2003 09:44:18 +0000 (09:44 +0000)]
Tweak the colors for failed runs

20 years agoShow stale results (8 hours old or more) in a paler color.
des [Sat, 11 Oct 2003 09:40:18 +0000 (09:40 +0000)]
Show stale results (8 hours old or more) in a paler color.

20 years agoMFi386: revision 1.576.
nyan [Sat, 11 Oct 2003 09:24:58 +0000 (09:24 +0000)]
MFi386: revision 1.576.

20 years agoUse Japanese localized version of trademarks.ent.
hrs [Sat, 11 Oct 2003 08:56:04 +0000 (08:56 +0000)]
Use Japanese localized version of trademarks.ent.

20 years agos/disklabel/bsdlabel where needed.
blackend [Sat, 11 Oct 2003 08:24:07 +0000 (08:24 +0000)]
s/disklabel/bsdlabel where needed.

20 years agoMake the warning message stand out more.
tjr [Sat, 11 Oct 2003 07:37:55 +0000 (07:37 +0000)]
Make the warning message stand out more.

20 years agoFix a BSS buffer overflow caused by makeargv() writing past the end of
tjr [Sat, 11 Oct 2003 07:35:35 +0000 (07:35 +0000)]
Fix a BSS buffer overflow caused by makeargv() writing past the end of
margv[] when an input line contains 20 or more space-separated words.

20 years agoNew release note:
hrs [Sat, 11 Oct 2003 05:40:05 +0000 (05:40 +0000)]
New release note:
amr(4) crashdump support.

20 years agofix braino: null the pointer who's memory we just free'd, not some other
sam [Sat, 11 Oct 2003 04:48:35 +0000 (04:48 +0000)]
fix braino: null the pointer who's memory we just free'd, not some other
pointers that are (potentially) used later

20 years agoSet page zero read/write right from the start rather than trying to
peter [Fri, 10 Oct 2003 23:35:15 +0000 (23:35 +0000)]
Set page zero read/write right from the start rather than trying to
change it later on.

20 years agoCosmetic nits.
des [Fri, 10 Oct 2003 23:27:57 +0000 (23:27 +0000)]
Cosmetic nits.

20 years agoCollapse the Architecture and Machine columns to conserve screen space.
des [Fri, 10 Oct 2003 23:25:43 +0000 (23:25 +0000)]
Collapse the Architecture and Machine columns to conserve screen space.

20 years agolocking fixups:
sam [Fri, 10 Oct 2003 23:14:21 +0000 (23:14 +0000)]
locking fixups:

o correct recursive locking when polling and in em_82547_move_tail
o destroy mutex on detach
o add EM_LOCK_ASSERT and similar macros for creating+deleteing the mtx

Submitted by: Daniel Eischen <eischen@vigrid.com>

20 years agocrashdump support.
ps [Fri, 10 Oct 2003 22:49:40 +0000 (22:49 +0000)]
crashdump support.

Some bits by: Rajesh Prabhakaran <rajeshpr@lsil.com>

20 years agoDiscourage line breaks between the time of day and the time zone.
des [Fri, 10 Oct 2003 22:41:00 +0000 (22:41 +0000)]
Discourage line breaks between the time of day and the time zone.

20 years agoAdd support for tinderbox(1)'s -h option.
des [Fri, 10 Oct 2003 21:13:37 +0000 (21:13 +0000)]
Add support for tinderbox(1)'s -h option.

20 years agoThere is no need for $have_logs since we determine what platforms and
des [Fri, 10 Oct 2003 21:05:31 +0000 (21:05 +0000)]
There is no need for $have_logs since we determine what platforms and
branches to show from what logs are actually present on disk.

20 years agoDocument the -h option.
des [Fri, 10 Oct 2003 21:04:14 +0000 (21:04 +0000)]
Document the -h option.

20 years agoAdd the Intersil Prism2/Atmel device. These particular devices are strange
bms [Fri, 10 Oct 2003 21:01:00 +0000 (21:01 +0000)]
Add the Intersil Prism2/Atmel device. These particular devices are strange
beasts which are reported to exist in both Atmel and Prism2 flavours. In
particular, Itronix branded laptops have the Atmel part with an Intersil
radio.

Obtained from: NetBSD

20 years agoReport the version number and hostname at the top of the log. Allow the
des [Fri, 10 Oct 2003 20:59:51 +0000 (20:59 +0000)]
Report the version number and hostname at the top of the log.  Allow the
user to override the hostname on the command line (for whatever reason).
Add a comment to explain why a particular piece of code is commented out.

20 years agos/GMT/UTC/
des [Fri, 10 Oct 2003 20:44:49 +0000 (20:44 +0000)]
s/GMT/UTC/

20 years agoSanitize the code relating to the /dev/ti%d entries. In particular evict
phk [Fri, 10 Oct 2003 20:35:28 +0000 (20:35 +0000)]
Sanitize the code relating to the /dev/ti%d entries.  In particular evict
the evil vnode sniffing code and use destroy_dev() instead.

20 years agofixed an endian bug on fragment header scanning
ume [Fri, 10 Oct 2003 19:49:52 +0000 (19:49 +0000)]
fixed an endian bug on fragment header scanning

Obtained from: KAME

20 years agoUpdate the manual page examples: use of bsdlabel(8) instead of
blackend [Fri, 10 Oct 2003 18:40:41 +0000 (18:40 +0000)]
Update the manual page examples: use of bsdlabel(8) instead of
disklabel(8).  While I'm there: some punctuation fixes.

20 years agoNew release note:
hrs [Fri, 10 Oct 2003 18:36:52 +0000 (18:36 +0000)]
New release note:
- sk(4) now supports SK-9521 and 3C940.
- libalias now supports Cisco Skinny Station protocol.

20 years agoMove the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for
peter [Fri, 10 Oct 2003 17:43:42 +0000 (17:43 +0000)]
Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for
the hasbrokenint12 tunable case too.  (with some related and unrelated
style fixes)

Submitted by:  bde

20 years agoMerge the following from the English version:
hrs [Fri, 10 Oct 2003 16:40:34 +0000 (16:40 +0000)]
Merge the following from the English version:

1.15  -> 1.16  early-adopter/article.sgml

Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>

20 years agoMerge the following from the English version:
hrs [Fri, 10 Oct 2003 16:23:00 +0000 (16:23 +0000)]
Merge the following from the English version:

1.11  -> 1.12  hardware/i386/proc-i386.sgml

Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>

20 years agoAdd the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.
bms [Fri, 10 Oct 2003 16:04:21 +0000 (16:04 +0000)]
Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.

20 years agonuke SCOPEDROUTING. Though it was there for a long time,
ume [Fri, 10 Oct 2003 16:04:00 +0000 (16:04 +0000)]
nuke SCOPEDROUTING.  Though it was there for a long time,
it was never enabled.

20 years agoswitch cast128 implementation to implementation by Steve Reid;
ume [Fri, 10 Oct 2003 15:06:16 +0000 (15:06 +0000)]
switch cast128 implementation to implementation by Steve Reid;
smaller footprint.

Obtained from: KAME

20 years agoI think it is more correct to use modfind() than kldfind() here.
phk [Fri, 10 Oct 2003 14:32:28 +0000 (14:32 +0000)]
I think it is more correct to use modfind() than kldfind() here.

20 years agoThe header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,
nectar [Fri, 10 Oct 2003 13:12:35 +0000 (13:12 +0000)]
The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,
and must be installed from ${.OBJDIR}.

Pointy hat: nectar

20 years agoRestore transfermode on devices after reinit.
sos [Fri, 10 Oct 2003 11:03:27 +0000 (11:03 +0000)]
Restore transfermode on devices after reinit.

20 years agoDont store ata_params for devices that return a bogus ident string.
sos [Fri, 10 Oct 2003 11:00:06 +0000 (11:00 +0000)]
Dont store ata_params for devices that return a bogus ident string.

20 years agoAdd an 'include' directive to pull in <sys/ptrace.h>.
robert [Fri, 10 Oct 2003 10:31:48 +0000 (10:31 +0000)]
Add an 'include' directive to pull in <sys/ptrace.h>.

20 years agoNew release note:
hrs [Fri, 10 Oct 2003 08:53:00 +0000 (08:53 +0000)]
New release note:
Heimdal 0.6.

20 years ago - Synchronize access to a page's valid field in vfs_bio_clrbuf()
alc [Fri, 10 Oct 2003 07:26:21 +0000 (07:26 +0000)]
 - Synchronize access to a page's valid field in vfs_bio_clrbuf()
   by using the lock from its containing object.
 - Remove GIANT_REQUIRED from vm_hold_load_pages().

20 years agoAllow wrapping between the date and the time. s/GMT/UTC/.
des [Fri, 10 Oct 2003 07:11:54 +0000 (07:11 +0000)]
Allow wrapping between the date and the time.  s/GMT/UTC/.

20 years agoBuild RELENG_5_1.
des [Fri, 10 Oct 2003 07:10:33 +0000 (07:10 +0000)]
Build RELENG_5_1.

20 years agoNote that the modem built into the xl cards (both CardBus and MiniPCI)
imp [Fri, 10 Oct 2003 05:27:29 +0000 (05:27 +0000)]
Note that the modem built into the xl cards (both CardBus and MiniPCI)
are not supported by FreeBSD, let alone by this driver.

20 years agocardbus->CardBus
imp [Fri, 10 Oct 2003 05:15:48 +0000 (05:15 +0000)]
cardbus->CardBus

20 years agoBe more pedantic about the model numbers of cardbus cards that are
imp [Fri, 10 Oct 2003 05:15:05 +0000 (05:15 +0000)]
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.

20 years agoAssorted mdoc(7) fixes:
hmp [Thu, 9 Oct 2003 23:06:06 +0000 (23:06 +0000)]
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@

20 years agoReverse the order of the first two arguments to _sparc64_enter_uts().
deischen [Thu, 9 Oct 2003 20:52:17 +0000 (20:52 +0000)]
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.

20 years agoBuild and install the verify_krb5_conf(8) utility, which checks
nectar [Thu, 9 Oct 2003 19:54:03 +0000 (19:54 +0000)]
Build and install the verify_krb5_conf(8) utility, which checks
krb5.conf(5) for obvious errors.