]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
17 years agoo Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
Maxim Konovalov [Thu, 5 Oct 2006 07:28:43 +0000 (07:28 +0000)]
o Add Adaptec ServeRAID 7x IDs.  IDs taken from Linux.

PR: kern/90012
Submitted by: Andrey V. Elsukov
MFC after: 1 month

17 years agoRemove libc_r support.
David Xu [Thu, 5 Oct 2006 06:26:31 +0000 (06:26 +0000)]
Remove libc_r support.

17 years agoplacate Grim Reaper with sun4v support
Kip Macy [Thu, 5 Oct 2006 06:14:28 +0000 (06:14 +0000)]
placate Grim Reaper with sun4v support

17 years agoCatch up with recent clock modifications:
Peter Grehan [Thu, 5 Oct 2006 06:04:44 +0000 (06:04 +0000)]
Catch up with recent clock modifications:
 - include <sys/clock.h> for inittodr prototype
 - remove now-conflicting SECDAY definition that is in <sys/clock.h>

17 years agoRegenerate.
David Xu [Thu, 5 Oct 2006 01:58:57 +0000 (01:58 +0000)]
Regenerate.

17 years agoOops, add the missing file.
David Xu [Thu, 5 Oct 2006 01:58:08 +0000 (01:58 +0000)]
Oops, add the missing file.

17 years agoMove some declaration of 32-bit signal structures into file
David Xu [Thu, 5 Oct 2006 01:56:11 +0000 (01:56 +0000)]
Move some declaration of 32-bit signal structures into file
freebsd32-signal.h, implement sigtimedwait and sigwaitinfo system calls.

17 years agoLarge rewrite of the tinybsd script.
Julian Elischer [Wed, 4 Oct 2006 22:16:40 +0000 (22:16 +0000)]
Large rewrite of the tinybsd script.

This allows the user to specify that the root filoesystem should be
an MFS or teh actual medium itself.
Also a new command syntax, along with an interactive mode by default,
with crossinvocation memory of the last used values as defaults for the
current invocation.

Submitted by:jmeloatfreebsdbrasil,com-br

17 years agoPR:
John Birrell [Wed, 4 Oct 2006 21:37:10 +0000 (21:37 +0000)]
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Move the relocation definitions to the common elf header so that DTrace
can use them on one architecture targeted to a different one.

Add the additional ELF types defines in Sun's "Linker and Libraries"
manual.

17 years agoforgot to update the date...
John-Mark Gurney [Wed, 4 Oct 2006 20:17:14 +0000 (20:17 +0000)]
forgot to update the date...

17 years agoadd man page talking about how to interface w/ the kqueue system so others
John-Mark Gurney [Wed, 4 Oct 2006 20:16:23 +0000 (20:16 +0000)]
add man page talking about how to interface w/ the kqueue system so others
can write additional filters...

mdoc police please!

17 years agoWhen addr/mask examples are given, show both a host and network
Giorgos Keramidas [Wed, 4 Oct 2006 19:29:05 +0000 (19:29 +0000)]
When addr/mask examples are given, show both a host and network
address, to avoid confusing the users that a full address is
always required.

Submitted by:   Josh Paetzel <josh@tcbug.org> (through freebsd-doc)
MFC after: 3 days

17 years agoUse strtoll(3) instead of strtol(3) for the starting block or
Marcel Moolenaar [Wed, 4 Oct 2006 18:20:25 +0000 (18:20 +0000)]
Use strtoll(3) instead of strtol(3) for the starting block or
partition size. On 32-bit platforms sizeof(long) < sizeof(off_t)
and using strtol(3) would prevent partitions larger than 4G
sectors or beyond 4G blocks.

PR: bin/103991
MFC after: 3 days

17 years agoSave space on stack moving token ring stuff to its own hack block.
Gleb Smirnoff [Wed, 4 Oct 2006 11:08:14 +0000 (11:08 +0000)]
Save space on stack moving token ring stuff to its own hack block.

17 years agoStyle rev. 1.152.
Gleb Smirnoff [Wed, 4 Oct 2006 10:59:21 +0000 (10:59 +0000)]
Style rev. 1.152.

17 years agoGo figure how an extra $Id$ line crept in...
Dag-Erling Smørgrav [Wed, 4 Oct 2006 10:21:00 +0000 (10:21 +0000)]
Go figure how an extra $Id$ line crept in...

17 years agoMerge vendor patch.
Dag-Erling Smørgrav [Wed, 4 Oct 2006 10:15:53 +0000 (10:15 +0000)]
Merge vendor patch.

17 years agoInclude the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
John Birrell [Wed, 4 Oct 2006 07:25:55 +0000 (07:25 +0000)]
Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.

17 years agoThis file is the same as the one installed in /usr/include, however
John Birrell [Wed, 4 Oct 2006 07:23:31 +0000 (07:23 +0000)]
This file is the same as the one installed in /usr/include, however
there are enough places in the DTrace kernel/module sources that
having a header that gathers together all the individual elf headers
is convenient.

Note that the Solaris compatibility definions are conditionally
included iff _SOLARIS_C_SOURCE is defined.

17 years agoELF compatibility definitions for OpenSolaris. These are covered
John Birrell [Wed, 4 Oct 2006 07:19:39 +0000 (07:19 +0000)]
ELF compatibility definitions for OpenSolaris. These are covered
by Sun's CDDL and this file is only intended for inclusion where
_SOLARIS_C_SOURCE is defined (with the assumption that the code
being compiled is licensed under the CDDL too).

17 years agoBack out part of rev. 1.149. While adding a workaround in ptcopen() to
Martin Blapp [Wed, 4 Oct 2006 05:43:39 +0000 (05:43 +0000)]
Back out part of rev. 1.149. While adding a workaround in ptcopen() to
avoid leaked ptys works fine, this opens a possible security hole.

Submitted by: bde
MFC after: 3 days

17 years agoPerformance: If the dir mode requested is "reasonable", then just
Tim Kientzle [Wed, 4 Oct 2006 02:08:04 +0000 (02:08 +0000)]
Performance:  If the dir mode requested is "reasonable", then just
restore it directly and skip chmod() during the post-extract fixup.
In particular, bsdtar -xm now completely skips the post-extract fixup
for directories, which produces a noticable speedup in that case.

17 years agoAutomatically re-stir every 400000 calls
Andrey A. Chernov [Wed, 4 Oct 2006 01:17:23 +0000 (01:17 +0000)]
Automatically re-stir every 400000 calls

Obtained from:  OpenBSD

17 years agoFormat the list of commands so that the output looks nicer,
Ruslan Ermilov [Tue, 3 Oct 2006 21:06:19 +0000 (21:06 +0000)]
Format the list of commands so that the output looks nicer,
by putting command aliases on the adjacent lines.

Prodded by: bde

17 years agoRegenerate.
Robert Watson [Tue, 3 Oct 2006 20:48:11 +0000 (20:48 +0000)]
Regenerate.

17 years agoChange getpagesize() system call audit event to more clearly indicate
Robert Watson [Tue, 3 Oct 2006 20:48:03 +0000 (20:48 +0000)]
Change getpagesize() system call audit event to more clearly indicate
that we don't audit it.

MFC after: 3 days
Obtained from: TrustedBSD Project

17 years agoAudit creat() system call (compat code), and change type for getpagesize(),
Robert Watson [Tue, 3 Oct 2006 20:46:52 +0000 (20:46 +0000)]
Audit creat() system call (compat code), and change type for getpagesize(),
which isn't actually being audited anyway.

MFC after: 3 days
Obtained from: TrustedBSD Project

17 years agoAdd BSM conversion switch entries for a number of system calls, many
Robert Watson [Tue, 3 Oct 2006 20:43:48 +0000 (20:43 +0000)]
Add BSM conversion switch entries for a number of system calls, many
administrative, to prevent console warnings and enable basic event
auditing (generally without arguments).

MFC after: 3 days
Obtained from: TrustedBSD Project

17 years agoTweak ifdefs for backward compatibility.
Dag-Erling Smørgrav [Tue, 3 Oct 2006 11:33:25 +0000 (11:33 +0000)]
Tweak ifdefs for backward compatibility.

17 years agoFix the remaining race in the revs. 1.232, 1,233 that could occur during
Konstantin Belousov [Tue, 3 Oct 2006 10:47:04 +0000 (10:47 +0000)]
Fix the remaining race in the revs. 1.232, 1,233 that could occur during
unmount when mp structure is reused while waiting for coveredvp lock.
Introduce struct mount generation count, increment it on each reuse and
compare the generations before and after obtaining the coveredvp lock.

Reviewed by: tegge, pjd
Approved by: pjd (mentor)
MFC after: 2 weeks

17 years agoRemove 3Com 985 deviceid that is really ti(4).
Gleb Smirnoff [Tue, 3 Oct 2006 09:31:49 +0000 (09:31 +0000)]
Remove 3Com 985 deviceid that is really ti(4).

Submitted by: erwin

17 years agoFix compile in non-debug case.
Ian Dowse [Tue, 3 Oct 2006 08:38:08 +0000 (08:38 +0000)]
Fix compile in non-debug case.

17 years agoaic_pccard_products can be static.
Warner Losh [Tue, 3 Oct 2006 04:51:18 +0000 (04:51 +0000)]
aic_pccard_products can be static.

Noticed by: cscope

17 years agoSolaris compatibility only: Be specific about the fact that
John Birrell [Tue, 3 Oct 2006 04:01:30 +0000 (04:01 +0000)]
Solaris compatibility only: Be specific about the fact that
the inline function takes no arguments.

17 years agoWhen changing the device address and max packet size in usbd_new_device(),
Ian Dowse [Tue, 3 Oct 2006 01:13:26 +0000 (01:13 +0000)]
When changing the device address and max packet size in usbd_new_device(),
close and re-open the default pipe instead of relying on the host
controller driver to notice the changes. Remove the unreliable code
that attempted to update these fields while the pipe was active.
This fixes a case where the hardware could cache and continue to
use the old address, resulting in a "getting first desc failed"
error.

PR: usb/103167

17 years agoDon't attempt to insert the transfer in an error case where it has
Ian Dowse [Tue, 3 Oct 2006 01:04:11 +0000 (01:04 +0000)]
Don't attempt to insert the transfer in an error case where it has
already been inserted.

17 years agoEnable gdb on the arm. Some time ago I committed it, but had forgotten to
Warner Losh [Tue, 3 Oct 2006 00:03:30 +0000 (00:03 +0000)]
Enable gdb on the arm.  Some time ago I committed it, but had forgotten to
enable it here.

Noticed by: cognet

17 years agoBackout remaining changes that make most AD1981B users unhappy.
Ariff Abdullah [Mon, 2 Oct 2006 20:46:34 +0000 (20:46 +0000)]
Backout remaining changes that make most AD1981B users unhappy.
The exact situation is understood, and proper solution will follow
sooner.

17 years agoHopefully the last tweak in trying to make it possible to add ipv6 direct
John Hay [Mon, 2 Oct 2006 19:15:10 +0000 (19:15 +0000)]
Hopefully the last tweak in trying to make it possible to add ipv6 direct
host routes without side effects.

Submitted by: JINMEI Tatuya
MFC after: 4 days

17 years agoPull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be
Brooks Davis [Mon, 2 Oct 2006 18:50:58 +0000 (18:50 +0000)]
Pull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be
set there.  This is required for consistency with /etc/rc.d/netif.

PR: conf/103893
Submitted by: Nick Hibma <nick at anywi.com>
MFC after: 3 days

17 years agoUse utc_offset() where applicable, and hide the internals of it
Poul-Henning Kamp [Mon, 2 Oct 2006 18:23:37 +0000 (18:23 +0000)]
Use utc_offset() where applicable, and hide the internals of it
as static variables.

17 years agoTrim trailing whitespace.
John Baldwin [Mon, 2 Oct 2006 18:16:29 +0000 (18:16 +0000)]
Trim trailing whitespace.

17 years agoUpdate description of td_locks.
John Baldwin [Mon, 2 Oct 2006 17:48:13 +0000 (17:48 +0000)]
Update description of td_locks.

MFC after:  3 days
Requested by: pjd

17 years agoUse calendrical calculations from subr_clock.c instead of home-rolled.
Poul-Henning Kamp [Mon, 2 Oct 2006 16:32:36 +0000 (16:32 +0000)]
Use calendrical calculations from subr_clock.c instead of home-rolled.

17 years ago- Streamline quirks management for a better future.
Ariff Abdullah [Mon, 2 Oct 2006 16:30:04 +0000 (16:30 +0000)]
- Streamline quirks management for a better future.
- Fix support for ASUS M5200ae (buggy BIOS)
- Fix few problems, reported by Coverity Prevent (TM).

CID: 246991, 246676, 246675, 246674, 246477
Found by: Coverity Prevent (TM)

17 years agoUse Calendrical Calculations from subr_clock.c instead of home copy&pasted.
Poul-Henning Kamp [Mon, 2 Oct 2006 16:21:16 +0000 (16:21 +0000)]
Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.

17 years agoUse calendaric calculation support from subr_clock.c instead of home-rolled.
Poul-Henning Kamp [Mon, 2 Oct 2006 16:18:40 +0000 (16:18 +0000)]
Use calendaric calculation support from subr_clock.c instead of home-rolled.

Eventually, this RTC should probably use subr_rtc.c as well

17 years agoIntroduce utc_offset() to capture a calculation currently done all over the
Poul-Henning Kamp [Mon, 2 Oct 2006 16:17:23 +0000 (16:17 +0000)]
Introduce utc_offset() to capture a calculation currently done all over the
place.

17 years agoremove orphaned sysctl_machdep_adjkerntz()
Poul-Henning Kamp [Mon, 2 Oct 2006 16:08:20 +0000 (16:08 +0000)]
remove orphaned sysctl_machdep_adjkerntz()

17 years agoMove tz_minuteswest and tz_dsttime to subr_clock.c
Poul-Henning Kamp [Mon, 2 Oct 2006 16:06:26 +0000 (16:06 +0000)]
Move  tz_minuteswest and tz_dsttime to subr_clock.c

17 years agoIgnore the UKBD_DFLT_KEYMAP option when compiling as a module.
Ruslan Ermilov [Mon, 2 Oct 2006 16:02:41 +0000 (16:02 +0000)]
Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.
The parallel LINT build sometimes broke if kernel-depend wasn't
fast enough in generating ukbdmap.h.  If someone thinks this
option would still be useful for the module, a proper fix is
to add the code generating ukbdmap.h into modules/ukbd/Makefile
and backing this change out.

17 years agoSecond part of a little cleanup in the calendar/timezone/RTC handling.
Poul-Henning Kamp [Mon, 2 Oct 2006 15:42:02 +0000 (15:42 +0000)]
Second part of a little cleanup in the calendar/timezone/RTC handling.

Split subr_clock.c in two parts (by repo-copy):
   subr_clock.c contains generic RTC and calendaric stuff. etc.
   subr_rtc.c contains the newbus'ified RTC interface.

Centralize the machdep.{adjkerntz,disable_rtc_set,wall_cmos_clock}
sysctls and associated variables into subr_clock.c.  They are
not machine dependent and we have generic code that relies on being
present so they are not even optional.

17 years agoDisable ad1981_patch for now until the real solution can be found
Ariff Abdullah [Mon, 2 Oct 2006 15:32:12 +0000 (15:32 +0000)]
Disable ad1981_patch for now until the real solution can be found
and makes everybody happy.

17 years agoMake this buildable on IA64.
Ariff Abdullah [Mon, 2 Oct 2006 15:26:37 +0000 (15:26 +0000)]
Make this buildable on IA64.

Reported by: phk

17 years agoFirst part of a little cleanup in the calendar/timezone/RTC handling.
Poul-Henning Kamp [Mon, 2 Oct 2006 12:59:59 +0000 (12:59 +0000)]
First part of a little cleanup in the calendar/timezone/RTC handling.

Move relevant variables to <sys/clock.h> and fix #includes as necessary.

Use libkern's much more time- & spamce-efficient BCD routines.

17 years agoRegenerate; no effect on the code as it doesn't actually use the handful of
Dag-Erling Smørgrav [Mon, 2 Oct 2006 12:45:27 +0000 (12:45 +0000)]
Regenerate; no effect on the code as it doesn't actually use the handful of
conditionals that changed in this revision.

17 years agoUpdate configure options and add some missing steps.
Dag-Erling Smørgrav [Mon, 2 Oct 2006 12:39:28 +0000 (12:39 +0000)]
Update configure options and add some missing steps.
The section about our local changes needs reviewing, and some of those
changes should probably be reconsidered (such as preferring DSA over RSA,
which made sense when RSA was encumbered but probably doesn't any more)

17 years agoConnect hash(9) to the build and add MLINKS for all functions.
Andre Oppermann [Mon, 2 Oct 2006 11:51:25 +0000 (11:51 +0000)]
Connect hash(9) to the build and add MLINKS for all functions.

Pointed out by: ru

17 years agoTrim some no longer XXX comments.
Robert Watson [Mon, 2 Oct 2006 11:32:23 +0000 (11:32 +0000)]
Trim some no longer XXX comments.
Remove some commented out debugging printfs.

MFC after: 3  days
Obtained from: TrustedBSD Project

17 years agoTurn off automatic link local address if ipv6_enable is not set to YES
George V. Neville-Neil [Mon, 2 Oct 2006 10:13:30 +0000 (10:13 +0000)]
Turn off automatic link local address if ipv6_enable is not set to YES
in rc.conf

Reviewed by:    KAME core team, cperciva
MFC after:      3 days

17 years agoCorrect some grammos.
Jens Schweikhardt [Mon, 2 Oct 2006 08:55:54 +0000 (08:55 +0000)]
Correct some grammos.

17 years agodebug() shouldn't misidentify itself to logger(1).
Yaroslav Tykhiy [Mon, 2 Oct 2006 08:20:37 +0000 (08:20 +0000)]
debug() shouldn't misidentify itself to logger(1).

Noticed by: David Thompson <dat1965 yahoo com>

17 years agoRemove long untrue note about storing state information inside free items.
Konstantin Belousov [Mon, 2 Oct 2006 07:27:00 +0000 (07:27 +0000)]
Remove long untrue note about storing state information inside free items.

OKed by: rwatson, tegge
Approved by: pjd (mentor)
MFC after: 1 week

17 years agoCorrect the comment: numvnodes is decreased on vdestroying the vnode.
Konstantin Belousov [Mon, 2 Oct 2006 07:25:58 +0000 (07:25 +0000)]
Correct the comment: numvnodes is decreased on vdestroying the vnode.

OKed by: tegge
Approved by: pjd (mentor)
MFC after: 1 week

17 years agoAudit path argument when changing audit trails.
Robert Watson [Mon, 2 Oct 2006 06:56:10 +0000 (06:56 +0000)]
Audit path argument when changing audit trails.

Call NDFREE(), which while not currently strictly necessary, isn't a
bad idea.

MFC after: 3 days
Obtained from: TrustedBSD Project

17 years agoForced commit to recognize repo-copy of sys/sys/mac.h to
Robert Watson [Mon, 2 Oct 2006 06:02:47 +0000 (06:02 +0000)]
Forced commit to recognize repo-copy of sys/sys/mac.h to
sys/security/mac/mac_framework.h.  This is the first step in breaking out
in-kernel MAC APIs from the user/kernel APIs in mac.h.

Thanks to: simon
Obtained from: TrustedBSD Project
Sponsored by: SPARTA

17 years agoCorrect check for when IO_SYNC should be set for filesystem
Tor Egge [Mon, 2 Oct 2006 02:08:31 +0000 (02:08 +0000)]
Correct check for when IO_SYNC should be set for filesystem
not using softupdates when truncating a directory to zero length.

Discussed with: bde

17 years agoIf the buffer lock has waiters after the buffer has changed identity then
Tor Egge [Mon, 2 Oct 2006 02:06:27 +0000 (02:06 +0000)]
If the buffer lock has waiters after the buffer has changed identity then
getnewbuf() needs to drop the buffer in order to wake waiters that might
sleep on the buffer in the context of the old identity.

17 years agoAdd mn_MN.UTF-8
Andrey A. Chernov [Mon, 2 Oct 2006 00:36:52 +0000 (00:36 +0000)]
Add mn_MN.UTF-8

Submitted by:   Ganbold <ganbold@micom.mng.net>

17 years agoAdd mn_MN.UTF-8
Andrey A. Chernov [Mon, 2 Oct 2006 00:23:14 +0000 (00:23 +0000)]
Add mn_MN.UTF-8

17 years agoPut a bit of hysteresis into both BUSY SCSI status returns
Matt Jacob [Sun, 1 Oct 2006 20:23:50 +0000 (20:23 +0000)]
Put a bit of hysteresis into both BUSY SCSI status returns
and CAM_RESRC_UNAVAIL returns. Delay a tunable amount for
either between retries.

This came up because the MPT IOC was returning "IOC out of
resources" for some user and this caused a CAM_RESRC_UNAVAIL
return. Putting a bit of delay between retries helped them
out.

There was some discussion that an async event should be used
to clear CAM_RESRC_UNAVAIL. That's probably a better notion
eventually.

Reviewed by: scsi@freebsd.org (ade, scott)
MFC after: 1 week

17 years agoNote the move of libpcap.so.4 and libpthread.so.2 (libthr.so.2
Ruslan Ermilov [Sun, 1 Oct 2006 17:48:43 +0000 (17:48 +0000)]
Note the move of libpcap.so.4 and libpthread.so.2 (libthr.so.2
on sparc64) to /lib.

17 years agoAdded rudimentary support for the "include" directive (inside "files").
Ruslan Ermilov [Sun, 1 Oct 2006 17:17:29 +0000 (17:17 +0000)]
Added rudimentary support for the "include" directive (inside "files").
This will be used to split sys/conf/files into multiple files similar
to how this is done in NetBSD.

17 years agoAdding my birthday
Soeren Straarup [Sun, 1 Oct 2006 16:17:10 +0000 (16:17 +0000)]
Adding my birthday

Approved by: tmclaugh

17 years agoAdd module loading option for Intel High Definition Audio Controller
Ariff Abdullah [Sun, 1 Oct 2006 14:58:30 +0000 (14:58 +0000)]
Add module loading option for Intel High Definition Audio Controller
- snd_hda(4)

17 years agosnd_ak452x is replaced by snd_spicds and snd_envy24ht is new.
Alexander Leidinger [Sun, 1 Oct 2006 14:57:34 +0000 (14:57 +0000)]
snd_ak452x is replaced by snd_spicds and snd_envy24ht is new.

17 years agoAdd notes and option for Intel High Definition Audio Controller
Ariff Abdullah [Sun, 1 Oct 2006 14:56:10 +0000 (14:56 +0000)]
Add notes and option for Intel High Definition Audio Controller
- snd_hda(4)

17 years agoVarious cleanups. Revert DMA alignmnet back to 2 since the original
Ariff Abdullah [Sun, 1 Oct 2006 13:30:30 +0000 (13:30 +0000)]
Various cleanups. Revert DMA alignmnet back to 2 since the original
cause of DMA pointer train wreck has been solved.

Reminded by: silby
MFC after: 1 month

17 years agoRegenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4).
Joel Dahl [Sun, 1 Oct 2006 13:14:07 +0000 (13:14 +0000)]
Regenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4).

17 years agoRegenerate for snd_hda(4).
Joel Dahl [Sun, 1 Oct 2006 11:54:32 +0000 (11:54 +0000)]
Regenerate for snd_hda(4).

17 years agoUnbreak build caused by recent envy24/spicds commit.
Ariff Abdullah [Sun, 1 Oct 2006 11:34:54 +0000 (11:34 +0000)]
Unbreak build caused by recent envy24/spicds commit.

17 years agoXref snd_hda(4).
Joel Dahl [Sun, 1 Oct 2006 11:19:27 +0000 (11:19 +0000)]
Xref snd_hda(4).

17 years agoConnect snd_hda(4) to build process...
Ariff Abdullah [Sun, 1 Oct 2006 11:18:56 +0000 (11:18 +0000)]
Connect snd_hda(4) to build process...

Add support for Intel High Definition Audio Controller.

This driver make a special guarantee that "playback" works
on majority hardwares with minimal or without specific vendor
quirk.

This driver is a product of collaborative effort made by:

  Stephane E. Potvin <sepotvin@videotron.ca>
       Andrea Bittau <a.bittau@cs.ucl.ac.uk>
       Wesley Morgan <morganw@chemikals.org>
      Daniel Eischen <deischen@FreeBSD.org>
     Maxime Guillaud <bsd-ports@mguillaud.net>
      Ariff Abdullah <ariff@FreeBSD.org>

....and various people from freebsd-multimedia@FreeBSD.org

Refer to snd_hda(4) for features and issues.

Welcome To HDA.

Sponsored by: Defenxis Sdn. Bhd.

17 years agoAdd a manual page for snd_hda(4) and hook it up to the build.
Joel Dahl [Sun, 1 Oct 2006 11:16:31 +0000 (11:16 +0000)]
Add a manual page for snd_hda(4) and hook it up to the build.

Reviewed by: brueffer, ariff

17 years agoAdd support for Intel High Definition Audio Controller.
Ariff Abdullah [Sun, 1 Oct 2006 11:13:00 +0000 (11:13 +0000)]
Add support for Intel High Definition Audio Controller.

This driver make a special guarantee that "playback" works
on majority hardwares with minimal or without specific vendor
quirk.

This driver is a product of collaborative effort made by:

  Stephane E. Potvin <sepotvin@videotron.ca>
       Andrea Bittau <a.bittau@cs.ucl.ac.uk>
       Wesley Morgan <morganw@chemikals.org>
      Daniel Eischen <deischen@FreeBSD.org>
     Maxime Guillaud <bsd-ports@mguillaud.net>
      Ariff Abdullah <ariff@FreeBSD.org>

....and various people from freebsd-multimedia@FreeBSD.org

Refer to snd_hda(4) for features and issues.

Welcome To HDA.

Sponsored by: Defenxis Sdn. Bhd.

17 years agoThe UFS filesystem get created only if -P was not specified.
Matteo Riondato [Sun, 1 Oct 2006 09:40:55 +0000 (09:40 +0000)]
The UFS filesystem get created only if -P was not specified.
Specify this on the description

MFC after: 3 days

17 years agoo Remove an obsoleted (and commented out) entry.
Maxim Konovalov [Sun, 1 Oct 2006 09:22:05 +0000 (09:22 +0000)]
o Remove an obsoleted (and commented out) entry.

PR: conf/85143
Submitted by: Helge Oldach

17 years agoBump __FreeBSD_version for OpenSSL 0.9.8d import.
Simon L. B. Nielsen [Sun, 1 Oct 2006 08:26:41 +0000 (08:26 +0000)]
Bump __FreeBSD_version for OpenSSL 0.9.8d import.

17 years agoThis commit was generated by cvs2svn to compensate for changes in r162916,
Simon L. B. Nielsen [Sun, 1 Oct 2006 08:09:46 +0000 (08:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r162916,
which included commits to RCS files with non-trunk default branches.

17 years agoImport from upstream OpenSSL 0.9.8 branch:
Simon L. B. Nielsen [Sun, 1 Oct 2006 08:09:46 +0000 (08:09 +0000)]
Import from upstream OpenSSL 0.9.8 branch:

Fix uninitialized free of ctx in compute_key() when the
OPENSSL_DH_MAX_MODULUS_BITS check is triggered.

This fixes the same issue as FreeBSD-SA-06:23.openssl v1.1.

17 years agoUpgrade to OpenSSL 0.9.8d.
Simon L. B. Nielsen [Sun, 1 Oct 2006 07:56:51 +0000 (07:56 +0000)]
Upgrade to OpenSSL 0.9.8d.

17 years agoResolve conflicts after import of OpenSSL 0.9.8d.
Simon L. B. Nielsen [Sun, 1 Oct 2006 07:46:16 +0000 (07:46 +0000)]
Resolve conflicts after import of OpenSSL 0.9.8d.

17 years agoVendor import of OpenSSL 0.9.8d.
Simon L. B. Nielsen [Sun, 1 Oct 2006 07:38:44 +0000 (07:38 +0000)]
Vendor import of OpenSSL 0.9.8d.

17 years agoThis commit was generated by cvs2svn to compensate for changes in r162911,
Simon L. B. Nielsen [Sun, 1 Oct 2006 07:38:44 +0000 (07:38 +0000)]
This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.

17 years agoo Strip eol w/spaces.
Maxim Konovalov [Sun, 1 Oct 2006 06:30:51 +0000 (06:30 +0000)]
o Strip eol w/spaces.

17 years agoo Add a Gedenktag.
Maxim Konovalov [Sun, 1 Oct 2006 06:29:35 +0000 (06:29 +0000)]
o Add a Gedenktag.

PR: conf/85143
Submitted by: Helge Oldach
MFC after: 1 weeks

17 years agoRemove licence clauses 3 & 4
Andrew Thompson [Sun, 1 Oct 2006 03:48:32 +0000 (03:48 +0000)]
Remove licence clauses 3 & 4

OKed by: Jason L. Wright

17 years agoReadd rev. 1.145 because of vfs bugs and races near revoke(). Until they
Martin Blapp [Sat, 30 Sep 2006 22:51:05 +0000 (22:51 +0000)]
Readd rev. 1.145 because of vfs bugs and races near revoke(). Until they
are fixed we can't free any slaves. Add a workaround to not to leak ptys
by number.

17 years agoMarkup glitch.
Ruslan Ermilov [Sat, 30 Sep 2006 20:37:37 +0000 (20:37 +0000)]
Markup glitch.

17 years agoFix build.
Ruslan Ermilov [Sat, 30 Sep 2006 20:33:42 +0000 (20:33 +0000)]
Fix build.