ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
Revision 3624 - Directory Listing - [select for diffs]
Modified Sat Jan 22 20:40:38 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3623
Switch coretemp over to the sensors framework.

Revision 3623 - Directory Listing - [select for diffs]
Modified Sat Jan 22 19:55:16 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3612
Import it(4) and lm(4) for common Super I/O hardware sensors.

This is based on the 2007 Google Summer of Code project by Constantine A. Murenin and code from OpenBSD.

Revision 3612 - Directory Listing - [select for diffs]
Modified Mon Jan 17 19:41:17 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3611
Explicitly set PQ_NONE instead of relying on it being zero.

Revision 3611 - Directory Listing - [select for diffs]
Modified Mon Jan 17 19:33:15 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3608
Avoid preemption while manipulating CRs and MTRRs

Revision 3608 - Directory Listing - [select for diffs]
Modified Sat Jan 15 05:56:21 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3599
add  jme(4) for JMicron ethernet  devices. This is experimental and  any bugs should be reported.

Revision 3599 - Directory Listing - [select for diffs]
Modified Wed Jan 5 00:51:04 2011 UTC (13 years, 4 months ago) by laffer1
Diff to previous 3598
strange...

Revision 3598 - Directory Listing - [select for diffs]
Modified Tue Jan 4 14:23:53 2011 UTC (13 years, 4 months ago) by laffer1
Diff to previous 3595
Opteron rev E family of processor expose a bug where, in very rare
ocassions, memory barriers semantic is not honoured by the hardware
itself. As a result, some random breakage can happen in uninvestigable
ways (for further explanation see at the content of the commit itself).

As long as just a specific familly is bugged of an entire architecture
is broken, a complete fix-up is impratical without harming to some
extents the other correct cases.
Considering that (and considering the frequency of the bug exposure)
just print out a warning message if the affected machine is identified.

Pointed out by:	Samy Al Bahra <sbahra at repnop dot org>

Obtained from: FreeBSD (revision 198868)

Revision 3595 - Directory Listing - [select for diffs]
Modified Mon Jan 3 05:43:27 2011 UTC (13 years, 4 months ago) by laffer1
Diff to previous 3594
Add support for the 8103E a hardware revision of the 8169.

 Follow the lead of vendor's interrupt moderation mechanism.
  It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt
  moderation mechanism but it is not documented at all. The magic
  value dramatically reduced number of interrupts without noticeable
  performance drops so apply it to all RTL8169/RTL8169 controllers.

Obtained from FreeBSD & Realtek FreeBSD driver.

Revision 3594 - Directory Listing - [select for diffs]
Modified Fri Dec 31 21:53:50 2010 UTC (13 years, 4 months ago) by laffer1
Diff to previous 3565
Happy new year.

Revision 3565 - Directory Listing - [select for diffs]
Modified Sat Nov 20 17:49:41 2010 UTC (13 years, 5 months ago) by laffer1
Diff to previous 3562
 Several portions of the kernel and userland code related to UFS file
        systems (and UFS2) cannot properly handle inode counts above 2^31 due
        to use of int types.  Based on a patch from FreeBSD, I've modified
        our UFS2 implementation to handle unsigned values for inode counts
        which should allow for file systems greater than 16TB.

        newfs and growfs was also modified.

Revision 3562 - Directory Listing - [select for diffs]
Modified Tue Nov 16 14:21:22 2010 UTC (13 years, 5 months ago) by laffer1
Diff to previous 3554
Patch from Paul B Mahol:

Following patch fix panic on i386 for drivers using such functions.

Those two functions take 64-bit variable(s) for their arguments.
On i386 that takes additional 32-bit variable per argument.
This is required so that windrv_wrap() can correctly wrap function that
miniport driver calls with stdcall convention.
Similar explanation is provided in subr_ndis.c for other functions.
On amd64 we do not use these numbers.

Revision 3554 - Directory Listing - [select for diffs]
Modified Thu Nov 11 13:28:11 2010 UTC (13 years, 5 months ago) by laffer1
Diff to previous 3544
don't try to unlock a mutex that wasn't locked.  FreeBSD SA 10:09

Revision 3544 - Directory Listing - [select for diffs]
Modified Thu Oct 21 18:41:09 2010 UTC (13 years, 6 months ago) by laffer1
Diff to previous 3524
Trick compiler so that it doesn't treat vm_refcnt as a loop invariant.

Revision 3524 - Directory Listing - [select for diffs]
Modified Mon Sep 27 22:20:09 2010 UTC (13 years, 7 months ago) by laffer1
Diff to previous 3491
Conditionally define MAXCPU the same for all kernels regardless of SMP or !SMP.

On i386 and amd64 define MAXCPU to 32 since they exist now.  Most kernel structures are resized based on this value.

Revision 3491 - Directory Listing - [select for diffs]
Modified Mon Sep 6 00:23:34 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3484
Move things along.. current is now 0.4-CURRENT.  Change the man pages, osreldate and other tunables in the system accordingly.  While we're here, update other bsd systems in our mdoc.local.

Revision 3484 - Directory Listing - [select for diffs]
Modified Thu Sep 2 12:59:28 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3481
Bump param.h for the security update to libutil plus some of the sparc64 changes.

Revision 3481 - Directory Listing - [select for diffs]
Modified Wed Sep 1 00:22:55 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3480
Let's get ata going

Revision 3480 - Directory Listing - [select for diffs]
Modified Tue Aug 31 23:34:39 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3479
oops.. add missing file

Revision 3479 - Directory Listing - [select for diffs]
Modified Tue Aug 31 21:59:04 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3478
add compatibility code for sparc64 & ata.  sun disk label doesn't handle > 128GB well...

Revision 3478 - Directory Listing - [select for diffs]
Modified Tue Aug 31 13:08:08 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3457
Sync with FreeBSD 7-stable.  Includes NetBSD style changes and 3 clause removal.    Also exports mc146818_def_read and mc146818_def_write so the front end can make use of them.

Revision 3457 - Directory Listing - [select for diffs]
Modified Sun Aug 15 04:34:15 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3432
Bump midnightbsd version to detect libdispatch presence.

Revision 3432 - Directory Listing - [select for diffs]
Modified Tue Jul 13 23:21:45 2010 UTC (13 years, 9 months ago) by laffer1
Diff to previous 3430
Bump for sendfile(2) mbuf fix.

Revision 3430 - Directory Listing - [select for diffs]
Modified Tue Jul 13 23:14:57 2010 UTC (13 years, 9 months ago) by laffer1
Diff to previous 3427
Maintain read only state on mbuf copies.  This was causing data corruption with sendfile(2).

Revision 3427 - Directory Listing - [select for diffs]
Modified Sat Jul 3 16:49:32 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3426
Refactor the linux_mmap_common function to take individual arguments similar to FreeBSD.  This is easier to read and similar to other kernel interfaces.  This also makes it easier to fix the mmap offsets greater than 32  bits.   We can deal with a 64 bit file offset now.  This is based on a patch to FreeBSD by Christian Zander @ NVIDIA

Revision 3426 - Directory Listing - [select for diffs]
Modified Sat Jul 3 16:43:27 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3425
Refactor the linux_mmap_common function to take individual arguments similar to FreeBSD.  This is easier to read and similar to other kernel interfaces.  This also makes it easier to fix the mmap offsets greater than 32  bits.   We can deal with a 64 bit file offset now.  This is based on a patch to FreeBSD by Christian Zander @ NVIDIA

Revision 3425 - Directory Listing - [select for diffs]
Modified Sun Jun 20 20:15:12 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3424
sync with freebsd 7 stable, this also supports crash's nic

Revision 3424 - Directory Listing - [select for diffs]
Modified Sun Jun 20 20:13:20 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3423
sync with freebsd 7 stable, this should also support crash's nic

Revision 3423 - Directory Listing - [select for diffs]
Modified Sat Jun 19 14:56:05 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3406
Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests
 in Linux emulation layer. Linux seems to only require that pos is
 page-aligned, but otherwise ignores it. Default FreeBSD mmap parameter
 checking is too strict to allow some Linux binaries to run. tsMuxeR is
 one example of such a binary.

Obtained from: kan@FreeBSD

Revision 3406 - Directory Listing - [select for diffs]
Modified Thu May 27 13:55:02 2010 UTC (13 years, 11 months ago) by laffer1
Diff to previous 3391
The nfsclient didn't validate the length of the path passed to it.  This could cause code execution particularly when users are allowed to mount file systems.

Revision 3391 - Directory Listing - [select for diffs]
Modified Sat Mar 27 22:39:14 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3389
when vget fails because the vnode has been reclaimed, don't bother looping.

Revision 3389 - Directory Listing - [select for diffs]
Modified Fri Mar 26 18:15:18 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3376
Fix build error with missing header on amd64.

Revision 3376 - Directory Listing - [select for diffs]
Modified Sat Mar 20 03:06:38 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3374
We don't do ppc or ia64

Revision 3374 - Directory Listing - [select for diffs]
Modified Fri Mar 19 13:05:50 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3372
sse support is a effectively required now

Revision 3372 - Directory Listing - [select for diffs]
Modified Thu Mar 18 00:12:58 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3368
bump the midnightbsd version to indicate the presense of updated hda audio, new tme zones and the cpu detection code.  we need to do more with this cpu detection code.  Note this also includes changes to linprocfs from freebsd 7-stable that might help with newer kernel emulation.

Revision 3368 - Directory Listing - [select for diffs]
Modified Wed Mar 17 23:40:25 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3365
Add support for several newer sound cards including the following ATI and realtek chipsets:

hdac0: <ATI SB600 High Definition Audio Controller> mem 0xfbbf4000-0xfbbf7fff ir
q 16 at device 20.2 on pci0
hdac0: HDA Driver Revision: 20091113_0138
hdac0: [ITHREAD]
hdac0: HDA Codec #0: Realtek ALC887
hdac1: <ATI RV730 High Definition Audio Controller> mem 0xfbcec000-0xfbceffff ir
q 19 at device 0.1 on pci1
hdac1: HDA Driver Revision: 20091113_0138
hdac1: [ITHREAD]
hdac1: HDA Codec #0: ATI R6xx HDMI
hdac2: <ATI RV730 High Definition Audio Controller> mem 0xfbdec000-0xfbdeffff ir
q 17 at device 0.1 on pci2
hdac2: HDA Driver Revision: 20091113_0138
hdac2: [ITHREAD]
hdac2: HDA Codec #0: ATI R6xx HDMI
pcm0: <HDA Realtek ALC887 PCM #0 Analog> at cad 0 nid 1 on hdac0
pcm1: <HDA Realtek ALC887 PCM #1 Analog> at cad 0 nid 1 on hdac0
pcm2: <HDA Realtek ALC887 PCM #2 Digital> at cad 0 nid 1 on hdac0
pcm3: <HDA Realtek ALC887 PCM #3 Digital> at cad 0 nid 1 on hdac0
pcm4: <HDA ATI R6xx HDMI PCM #0 HDMI> at cad 0 nid 1 on hdac1
pcm5: <HDA ATI R6xx HDMI PCM #0 HDMI> at cad 0 nid 1 on hdac2

Revision 3365 - Directory Listing - [select for diffs]
Modified Sat Mar 13 23:58:53 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3364
Update CPU detection logic.  This should greatly simplify determining cpu make.

Revision 3364 - Directory Listing - [select for diffs]
Modified Sat Mar 13 19:15:51 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3355
Update our cpu types and include a list of vendors of CPUs.  This will be used with identcpu and kernel modules later to "detect" cpu vendors to enable/disable features.

Revision 3355 - Directory Listing - [select for diffs]
Modified Fri Mar 12 04:28:25 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3354
hwpstate

Revision 3354 - Directory Listing - [select for diffs]
Modified Fri Mar 12 04:24:31 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3324
hwpstate for amd cpus

Revision 3324 - Directory Listing - [select for diffs]
Modified Sat Mar 6 14:40:28 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3323
Add the FID and VID definitions for our cute late night change.

Revision 3323 - Directory Listing - [select for diffs]
Modified Sat Mar 6 03:50:04 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3322
set amd_pminfo up on amd64.

Revision 3322 - Directory Listing - [select for diffs]
Modified Sat Mar 6 03:41:11 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3321
set the amd_pminfo on cpu detection.

Revision 3321 - Directory Listing - [select for diffs]
Modified Sat Mar 6 03:23:08 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3320
Add amd_pminfo definitions.

Revision 3320 - Directory Listing - [select for diffs]
Modified Sat Mar 6 03:20:08 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3319
Add amd_pmifo flag to store advanced power management info with AMD cpus.

Revision 3319 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:26:35 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3318
Add special registers for sse 4.1 4.2 x2apic, MOVBE (intel atom cpus have this) and popcnt

Revision 3318 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:22:17 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3317
add cpu identification bits for several features including sse 4.1, 4.2, MOVBE, POPCNT, XSAVE and OSXSAVE

Revision 3317 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:14:43 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3316
Introduce the AMD Phenom cpufreq support.  This is not yet connected to the build.

Obtained from: FreeBSD

Revision 3316 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:09:05 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3315
Handle unregister properly.  DOn't do it if cpu fails to detatch.

Revision 3315 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:07:04 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3314
Do not use PowerNow! if FID or VID is missing.

Revision 3314 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:05:56 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3313
Use power management information for AMD CPUs from identcpu.c.

Revision 3313 - Directory Listing - [select for diffs]
Modified Fri Mar 5 05:02:17 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3312
Fail detach if cpufreq_unregister() fails.

Revision 3312 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:59:08 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3311
Add Pentium D cores into the list that can't handle 12.5% and 25%
throttle. My SMP kernel hangs when one of those is selected by
powerd. Errata AA21 here:

ftp://download.intel.com/design/PentiumXE/specupdt/31030717.pdf

Obtained from: FreeBSD

Revision 3311 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:55:38 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3310
1.13: Use correct bitmask for checking CPU identities.
1.16: Add XXX comment about the table in general.

Obtained from: FreeBSD

Revision 3310 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:50:31 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3309
If we are unable to obtain a frequency list from either ACPI or the
static tables, then attempt to build a simple list containing just the high
and low frequencies if the hw.est.msr_info tunable is set to 1.  By default
this is disabled.

Obtained from FreeBSD

Revision 3309 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:45:18 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3308
add a proper detach

Revision 3308 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:43:31 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3307
After probing the available frequency settings, restore the CPU to run
at whatever frequency it started at.

Revision 3307 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:36:59 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3306
1.13: Use correct bitmask for checking CPU identities.
1.16: Add XXX comment about the table in general.

Increase time we wait for things to settle to 1 millisecond,
10 microseconds is too short.

Revision 3306 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:31:23 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3305
Use cpu_feature2 and don't free anything in detach.

Obtained from FreeBSD

Revision 3305 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:28:06 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3304
In est_acpi_info(), initialize count before passing its pointer to
CPUFREQ_DRV_SETTINGS().

Revision 3304 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:26:48 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3303
Validate the id16 values gathered from ACPI (previously a TODO item).

Obtained from FreeBSD

Revision 3303 - Directory Listing - [select for diffs]
Modified Fri Mar 5 04:25:08 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3302
add tag

Revision 3302 - Directory Listing - [select for diffs]
Modified Fri Mar 5 03:53:31 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3301
Attach the cpufreq child devices with specific orders to enforce
relative priority of some of the drivers that manage the same state (e.g.
ichss0 vs est0).

Revision 3301 - Directory Listing - [select for diffs]
Modified Fri Mar 5 03:48:39 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3300
Probe CPUs after the PCI hierarchy on i386 and amd64.  This allows
the cpufreq drivers to reliably use properties of PCI devices for quirks,
etc.
- For the legacy drivers, add CPU devices via an identify routine in the
  CPU driver itself rather than in the legacy driver's attach routine.
- Add CPU devices after Host-PCI bridges in the acpi bus driver.
- Change the ichss(4) driver to use pci_find_bsf() to locate the ICH and
  check its device ID rather than having a bogus PCI attachment that only
  checked for the ID in probe and always failed.  As a side effect, you
  can now kldload ichss after boot.
- Fix the ichss(4) driver to use the correct device_t for the ICH (and not
  for ichss0) when doing PCI config space operations to enable SpeedStep.

Revision 3300 - Directory Listing - [select for diffs]
Modified Fri Mar 5 03:45:57 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3299
$MidnightBSD$

Revision 3299 - Directory Listing - [select for diffs]
Modified Fri Mar 5 03:40:43 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3298
Report temperature in Kelvin to match acpi thermal and amdtemp

Revision 3298 - Directory Listing - [select for diffs]
Modified Fri Mar 5 03:35:17 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3282
Disable the check for errata AE18.  On MacBooks (1,1 version) there's
no problem with coretemp and C3 state.

Revision 3282 - Directory Listing - [select for diffs]
Modified Sat Feb 6 23:08:34 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3281
Remove pc98 support

Revision 3281 - Directory Listing - [select for diffs]
Modified Sat Feb 6 23:08:06 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3280
add atausb

Revision 3280 - Directory Listing - [select for diffs]
Modified Sat Feb 6 23:00:15 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3279
Add constants required by the ata(4) import.

Revision 3279 - Directory Listing - [select for diffs]
Modified Sat Feb 6 22:59:54 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3277
Sync with freebsd 7-stable

Revision 3277 - Directory Listing - [select for diffs]
Modified Sat Feb 6 06:49:38 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3240
Sync re(4) and rl(4) with FreeBSD 7-Stable from a few months ago.

The big difference here is that wake on lan support has been disabled since we don't support it.

re(4) has been tested on a pciE nic, testing pci will happen shortly and we need more testing on other parts including rl(4)s.

This adds several newer cards, plus a few old ones we missed.

Revision 3240 - Directory Listing - [select for diffs]
Modified Sun Jan 10 22:14:40 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3239
Bump to 3011 to indicate presence of POSIX SEMAPHORES, kqueue changes and libc MNBSD namespace.  These are required for libdispatch.

Revision 3239 - Directory Listing - [select for diffs]
Modified Sun Jan 10 21:55:09 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3232
Enable options         P1003_1B_SEMAPHORES     # POSIX-style semaphores

This option is required by many modern applications including Firefox 3.5.  We also need this to support libdispatch!

Enable on all three architectures.

Revision 3232 - Directory Listing - [select for diffs]
Modified Sun Jan 10 19:31:14 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3231
style(9) fixes.

Revision 3231 - Directory Listing - [select for diffs]
Modified Sun Jan 10 19:22:39 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3228
style(9) fixes.

Revision 3228 - Directory Listing - [select for diffs]
Modified Sun Jan 10 18:34:47 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3223
Add spawn.h for posix_spawn(3) interface.

Add new kqueue primitives required to support GCD, such as EVFILT_USER and EV_TRIGGER. (libdispatch)

Revision 3223 - Directory Listing - [select for diffs]
Modified Thu Jan 7 00:44:18 2010 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3221
Bump for security advisories on bind and zfs

Revision 3221 - Directory Listing - [select for diffs]
Modified Thu Jan 7 00:32:39 2010 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3220
ZFS is a file-system originally developed by Sun Microsystems.

The ZFS Intent Log ("ZIL") is a mechanism that gathers together in memory
transactions of writes, and is flushed onto disk when synchronous
semantics is necessary.  In the event of crash or power failure, the
log is examined and the uncommitted transaction would be replayed to
maintain the synchronous semantics.

When replaying setattr transaction, the replay code would set the
attributes with certain insecure defaults, when the logged
transaction did not touch these attributes.

A system crash or power fail would leave some file with mode set
to 07777.  This could leak sensitive information or cause privilege
escalation.

Based on FreeBSD security advisory SA-10:03.zfs (freebsd 7.x)

Revision 3220 - Directory Listing - [select for diffs]
Modified Thu Dec 31 18:09:11 2009 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3217
Happy new year!

Revision 3217 - Directory Listing - [select for diffs]
Modified Mon Dec 28 22:39:54 2009 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3215
Only install amdtemp on i386/amd64

Revision 3215 - Directory Listing - [select for diffs]
Modified Mon Dec 28 19:40:47 2009 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3207
Add amdtemp, the amd thermal sensor for phenoms, etc.

Revision 3207 - Directory Listing - [select for diffs]
Modified Sun Dec 13 01:09:44 2009 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3206
Add the fdclone KPI.  fdclone was originally developed for FreeBSD7-CURRENT by Kostik Belousov and Peter Holm.

This was developed to allow drivers to clone on open(2).  The cloned cdev is
not accessible for lookup through devfs and is destroyed automatically.

The implementation is based on version 9 of Kostik's patch.  I've also included
a sample program in share/examples/kld/fdclone on use.

$MidnightBSD$ tagged in share/examples/kld

Revision 3206 - Directory Listing - [select for diffs]
Modified Sat Dec 5 15:33:04 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3199
Bump midnightbsd version for OpenSSL security update.

Revision 3199 - Directory Listing - [select for diffs]
Modified Sat Nov 28 22:44:36 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3185
Import OpenBSD's sysctl sensors framework.  This is based on work by Constantine A. Murenin for the 2007 Google summer of code for FreeBSD.

Includes:
sample config file for sensord
rc scripts
documentation fixes and updates
sys/kern/kern_sensors.c
sys/sensors.h

This is compatible with OpenBSD 4.1 and 4.2 in terms of the userland bits.

Revision 3185 - Directory Listing - [select for diffs]
Modified Thu Nov 26 16:51:42 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3161
Update for openssh and mksh

Revision 3161 - Directory Listing - [select for diffs]
Modified Thu Nov 19 15:14:00 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3160
In some cases, pccards plugged in create "random" interrupts when first plugged into a system.  This check avoids panicing on such events.

Revision 3160 - Directory Listing - [select for diffs]
Modified Thu Nov 19 14:08:16 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3159
Fix cpu identification for PODP5V83.

Obtained From: FreeBSD/Takahashi Yoshihiro

Revision 3159 - Directory Listing - [select for diffs]
Modified Thu Nov 19 02:46:42 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3158
Remove erronous merge.

Revision 3158 - Directory Listing - [select for diffs]
Modified Thu Nov 19 01:34:17 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3156
Experimental patch to get the nic to stop re-initializing so much on boot.  This is caused when DHCP occurs for instance and causes problems with sendmail and other services on startup.

This requires extensive testing on re hardware

Revision 3156 - Directory Listing - [select for diffs]
Modified Sat Nov 7 01:41:53 2009 UTC (14 years, 6 months ago) by laffer1
Diff to previous 3128
soreceive() will send an ACK right away if data was drained from a TCP socket that advertized a 0 sized window.  However, the receive window had to be exactly zero.  Change the code to check the raw window value instead.

Revision 3128 - Directory Listing - [select for diffs]
Modified Sun Oct 11 02:54:39 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3127
this should stop one of the two attacks on devfs found in freebsd

Revision 3127 - Directory Listing - [select for diffs]
Modified Sat Oct 10 17:19:59 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3121
back out the unicode friendly patch for now.  it's not 64bit clean and i don't have time to dig through it

Revision 3121 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:27:57 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3042
Bump version number so we can track all the userland (and timezone) changes in ports, etc.

Revision 3042 - Directory Listing - [select for diffs]
Modified Sun Aug 30 06:02:33 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3041
style(9) fix.

Revision 3041 - Directory Listing - [select for diffs]
Modified Sun Aug 30 05:09:19 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3039
Experimental support for Intel G33 and G45 cards. This includes something like say the Intel 4500 series.

Revision 3039 - Directory Listing - [select for diffs]
Modified Sat Aug 29 04:44:16 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3038
Fix odd typo.

Revision 3038 - Directory Listing - [select for diffs]
Modified Wed Aug 26 19:11:21 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3032
add support for some newer devices.

Revision 3032 - Directory Listing - [select for diffs]
Modified Sat Jul 11 12:19:33 2009 UTC (14 years, 10 months ago) by laffer1
Diff to previous 3031
Intel PIII chips report they have a thermal sensor but actually don't.  Work around this problem by testing for them.

Revision 3031 - Directory Listing - [select for diffs]
Modified Sat Jul 11 12:10:53 2009 UTC (14 years, 10 months ago) by laffer1
Diff to previous 3021
add additional intel graphics controllers (965 chipset).

Revision 3021 - Directory Listing - [select for diffs]
Modified Wed Jun 10 15:35:50 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 3020
Bump version to indicate the presense of new security patches.

This can also be a hint that libmport is connected to the build and netpgp.

Revision 3020 - Directory Listing - [select for diffs]
Modified Wed Jun 10 15:34:13 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 3019
The SIOCSIFINFO_IN6 ioctl is missing a necessary permissions check.

Don't let everyone on the planet (with local access) change the properties on the ipv6 interfaces.

Revision 3019 - Directory Listing - [select for diffs]
Modified Wed Jun 10 15:33:05 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2999
Stop unprivileged processes from reading pages of memory belonging to other processes with anonymous pipes.

Revision 2999 - Directory Listing - [select for diffs]
Modified Sat Jun 6 06:37:20 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2998
part 2 of the NO SYNCRONIZE patch for my usb hdd enclosure.

Revision 2998 - Directory Listing - [select for diffs]
Modified Sat Jun 6 04:34:08 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2997
Add NO_SYNCHRONIZE_CACHE which fakes a success result for bad IDE bridges since we can't do this in the CAM layer like a traditional SCSI device

Revision 2997 - Directory Listing - [select for diffs]
Modified Sat Jun 6 04:01:35 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2996
Fix some typos and try again.

Revision 2996 - Directory Listing - [select for diffs]
Modified Sat Jun 6 03:50:38 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2995
Add a workaround for the CYPRESS USB PATA chipset used for many usb drive enclosures (including the one on my desk).  This fixes the SYNCHRONIZE CACHE errors people get with this device.  I've noticed it under testing with ZFS.

Revision 2995 - Directory Listing - [select for diffs]
Modified Sat Jun 6 03:18:54 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2981
add ZFS kernel for i386 users who have to play with KVA

Revision 2981 - Directory Listing - [select for diffs]
Modified Wed May 27 05:58:43 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2980
remove i4b

Revision 2980 - Directory Listing - [select for diffs]
Modified Wed May 27 05:56:29 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2975
Remove i4b options.

Revision 2975 - Directory Listing - [select for diffs]
Modified Tue May 26 23:59:29 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2974
Wow this was foobar

Revision 2974 - Directory Listing - [select for diffs]
Modified Tue May 26 22:59:36 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2951
Enable the gcc 4 cflags

Revision 2951 - Directory Listing - [select for diffs]
Modified Sun May 24 17:02:36 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2903
3004 baby... GCC4

Revision 2903 - Directory Listing - [select for diffs]
Modified Wed May 20 16:34:47 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2902
 Overhaul re(4).
  o Increased number of Rx/Tx descriptors to 256 for 8169 GigEs
    because it's hard to push the hardware to the limit with default
    64 descriptors.
    TSO requires large number of Tx descriptors to pass a full sized
    TCP segment(65535 bytes IP packet) to hardware. Previously it
    consumed 32 Tx descriptors, assuming MCLBYTES DMA segment size,
    to send the TCP segment which means re(4) couldn't queue more
    than two full sized IP packets.
    For 8139C+ it still uses 64 Rx/Tx descriptors due to its hardware
    limitations. With this changes there are (very) small waste of
    memory for 8139C+ users but I don't think it would affect 8139C+
    users for most cases.
  o Various bus_dma(9) fixes.
     - The hardware supports DAC so allow 64bit DMA operations.
     - Removed BUS_DMA_ALLOC_NOW flag.
     - Increased DMA segment size to 4096 from MCLBYTES because TSO
       consumes too many descriptors with MCLBYTES DMA segment size.
     - Tx/Rx side bus_dmamap_load_mbuf_sg(9) support. With these
       changes the code is more readable than previous one and got a
       (slightly) better performance as it doesn't need to pass/
       decode arguments to/from callback function.
     - Removed unnecessary callback function re_dmamap_desc() and
       nuked rl_dmaload_arg structure which was used in the callback.
     - Additional protection for DMA map load failure. In case of
       failure reuse current map instead of returning a bogus DMA
       map.
    -  Deferred DMA map unloading/sync operation for maximum
       performance until we really need to load new DMA map. If we
       happen to reuse current map(e.g. input error) there is no need
       to sync/unload/load again.
    -  The number of allowable Tx DMA segments for a mbuf chains are
       now 32 instead of magic nseg value. If the number of available
       Tx descriptors are short enough to send highly fragmented mbuf
       chains an optimized re_defrag() is called to collapse mbuf
       chains which is supposed to be much faster than m_defrag(9).
       re_defrag() was borrowed from ath(4).
     - Separated Rx/Tx DMA tag from a common DMA tag such that Rx DMA
       tag correctly uses DMA maps that were created with DMA alignment
       restriction(8bytes alignments). Tx DMA tag does not have such
       alignment limitation.
     - Added additional sanity checks for DMA ring map load failure.
     - Added additional spare Rx DMA map for graceful handling of Rx
       DMA map load failure.
     - Fixed misused bus_dmamap_sync(9) and added missing
       bus_dmamap_sync(9) in re_encap()/re_txeof()/re_rxeof().
  o Enabled TSO again as re(4) have reasonable number of Tx
    descriptors.
  o Don't touch DMA address of a Tx descriptor in re_txeof(). It's
    not needed.
  o Fix incorrect update of if_ierrors counter. For Rx buffer
    shortage it should update if_qdrops as the buffer is reused.
  o Added checks for unsupported H/W revisions and return ENXIO for
    these hardwares. This is required to remove resource allocation
    code in re_probe as other drivers do in device probe routine.
  o Modified descriptor index manipulation macros as it's now possible
    to have different number of descriptors for Rx/Tx.
  o In re_start, to save a lock operation, use IFQ_DRV_IS_EMPTY before
    trying to invoke IFQ_DRV_DEQUEUE. Also don't blindly call re_encap
    since we already know the number of available Tx descriptors in
    advance.
  o Removed RL_TX_DESC_THLD which was used to reserve RL_TX_DESC_THLD
    descriptors in Tx path. There is no such a limitation mentioned in
    8139C+/8169/8110/8168/8101/8111 datasheet and it seems to work ok
    without reserving RL_TX_DESC_THLD descriptors.
  o Fix a comment for RL_GTXSTART. The register is 8bits register.
  o Added comments for 8169/8139C+ hardware restrictions on descriptors.
  o Removed forward declaration for "struct rl_softc", it's not needed.
  o Added a new structure rl_txdesc for Tx descriptor managements and
    a structure rl_rxdesc for Rx descriptor managements.
  o Removed unused member variable rl_intlock in driver softc. There are
    still several unused member variables which are supposed to be used
    to access hardware statistics counters. But it seems that accessing
    hardware counters were not implemented yet.

Obtained from: FreeBSD , RELENG_7 if_re.c 1.101, if_re.c 1.102, if_rlreg.h 1.70

Revision 2902 - Directory Listing - [select for diffs]
Modified Wed May 20 16:27:04 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2901
fix device shutdown prototype

Revision 2901 - Directory Listing - [select for diffs]
Modified Wed May 20 16:25:39 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2899
  By definition promiscuous mode should see all unicast frames as well
  as multicast/broadcast frames. Previously re(4) ignored multicast
  frames in promiscuous mode. The RTL8169 datasheet was not clear
  how it handles multicast frames in promiscuous mode.

Obtained from: FreeBSD

Revision 2899 - Directory Listing - [select for diffs]
Modified Sun May 17 22:02:58 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2898
relax the shutdown logic to stop hangs when shutting down the system.

Revision 2898 - Directory Listing - [select for diffs]
Modified Sun May 17 21:41:15 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2897
This is so goofy

Revision 2897 - Directory Listing - [select for diffs]
Modified Sun May 17 21:24:23 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2896
allow the user to turn off chechsum offloading via ifconfig

Revision 2896 - Directory Listing - [select for diffs]
Modified Sun May 17 21:21:50 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2895
fix prototype and return 0 on shutdown

Revision 2895 - Directory Listing - [select for diffs]
Modified Sat May 16 22:28:29 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2894
Use single byte read and write operations to toggle the BIOS and OS
 semaphores rather than 4 byte operations.

Revision 2894 - Directory Listing - [select for diffs]
Modified Sat May 16 22:25:47 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2893
 AMD GEODE USB/EHCI chip workaround from ivoras

Revision 2893 - Directory Listing - [select for diffs]
Modified Sat May 16 22:22:44 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2886
Add pci id's for ICH8 usb controllers

Revision 2886 - Directory Listing - [select for diffs]
Modified Sat May 16 18:38:51 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2885
add CPUID bits to ident phenom processor

There are several new CPUIDs to recognize AMD Extended Features, ECX 07FFh for Phenom processor.
According to [1], they are:

Bit 0: LAHF/SAHF
Bit 1: CMP
Bit 2: SVM (Secure Virtual Mode)
Bit 3: APIC
Bit 4: MOV CR8
*Bit 5: Advanced Bit Manipulation (LZCNT)
*Bit 6: SSE4A (EXTRQ, INSERTQ, MOVNTSS, MOVNTSD)
*Bit 7: Misalign SSE
Bit 8: 3DNow! (PREFETCH &#1080; PREFTECHW)
*Bit 9: OS Visible Workaround
*Bit 10: Instruction Based Sampling

* - missing bits in amd64/identcpu.c
[1]http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116.pdf

Based on patch by pluknet for FreeBSD

Revision 2885 - Directory Listing - [select for diffs]
Modified Sat May 16 18:16:48 2009 UTC (14 years, 11 months ago) by laffer1
Diff to previous 2883
Add (partial) support for newer re(4) chipsets.

Revision 2883 - Directory Listing - [select for diffs]
Modified Fri May 8 19:50:27 2009 UTC (15 years ago) by laffer1
Diff to previous 2875
add ae(4)

Revision 2875 - Directory Listing - [select for diffs]
Modified Sat May 2 19:08:24 2009 UTC (15 years ago) by laffer1
Diff to previous 2858
Bump for easier detection of recent source changes such as makefs, and openssh 5.2

Revision 2858 - Directory Listing - [select for diffs]
Modified Sat May 2 16:19:10 2009 UTC (15 years ago) by laffer1
Diff to previous 2854
connect ale to the build.. for crash's sake :)

Revision 2854 - Directory Listing - [select for diffs]
Modified Sat Apr 25 19:36:27 2009 UTC (15 years ago) by laffer1
Diff to previous 2853
remove local m_collapse implementation.. we've got a standard one now

Revision 2853 - Directory Listing - [select for diffs]
Modified Sat Apr 25 19:27:47 2009 UTC (15 years ago) by laffer1
Diff to previous 2851
add m_collapse and friends

Revision 2851 - Directory Listing - [select for diffs]
Modified Sat Apr 25 19:23:36 2009 UTC (15 years ago) by laffer1
Diff to previous 2850
add ale(4) (work in progress)

Revision 2850 - Directory Listing - [select for diffs]
Modified Sat Apr 25 19:23:10 2009 UTC (15 years ago) by laffer1
Diff to previous 2849
add ale (work in progress, not connected)

Revision 2849 - Directory Listing - [select for diffs]
Modified Sat Apr 25 19:22:48 2009 UTC (15 years ago) by laffer1
Diff to previous 2842
add ale (work in progress)

Revision 2842 - Directory Listing - [select for diffs]
Modified Wed Apr 22 18:09:11 2009 UTC (15 years ago) by laffer1
Diff to previous 2824
bump the version to signify the OpenSSL security update.

Revision 2824 - Directory Listing - [select for diffs]
Modified Wed Apr 15 19:22:31 2009 UTC (15 years ago) by laffer1
Diff to previous 2738
Correct the following defect in PF, originally reported to OpenBSD and later in our #midnightbsd chatroom:

Author           : Rembrandt
Date             : 2009-04-09
Affected Software: OpenBSD Kernel
Affected OS      : OpenBSD 4.{3,4,5}, OpenBSD-current
                  Propably older versions are affected as well
Type             : Denial of Service

OSVDB            :
Milw0rm          : 8406
CVE              :
ISS X-Force:     :
BID              : 34482
Secunia          : 34676
VUPEN ID         :
Trying to fix it responsible and get in contact with the vendor:

-- OpenBSD --
Contacted               2009-04-09 15:35 GMT+1
Patch avaiable          2009-04-11 23:43 UTC

We received no response nor a notification about an upcoming patch by
the developers.
-- END --

OpenBSDs PF firewall in OpenBSD 4.3 up to OpenBSD-current is prone to a
remote Denial of Service during a null pointer dereference in relation with
special crafted IP datagrams. If the firewall handles such a packet the kernel
panics.


Steps to reproduce:

If you are behind a OpenBSD firewall this nmap scan should trigger the problem
and crash your firewall device:

nmap -sO $some_host_so_that_the_firewall_handles_the_packets

For more informations please do read the patch issued by OpenBSD.


Patches and Workaround:

Patches are provided for OpenBSD 4.3, 4.4, 4.5 (upcoming, release 1st of may)
and OpenBSD-current (via CVS only) and are avaiable at the errata website.
The developers provide hints for a workaround at their errata website too.



Kind regards,
Rembrandt

Revision 2738 - Directory Listing - [select for diffs]
Modified Sat Apr 4 20:36:23 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2737
drop debug statement

Revision 2737 - Directory Listing - [select for diffs]
Modified Sat Apr 4 20:35:22 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2736
force renegotiation on ed cards to work with different media types and dhcp properly

obtained from: freebsd

Revision 2736 - Directory Listing - [select for diffs]
Modified Sat Apr 4 15:15:07 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2728
Enable support for the Microsoft Hyper-V virtual machine system in Windows 2008 server, etc.

You may still need to set the media type for dhcp clients, but at least the system can now shutdown properly.

Revision 2728 - Directory Listing - [select for diffs]
Modified Thu Apr 2 03:25:52 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2727
forced commit:  perform proper bounds checking on kenv(2) system call so that a DOS attack cannot occur.

Revision 2727 - Directory Listing - [select for diffs]
Modified Thu Apr 2 03:24:47 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2725
*** empty log message ***

Revision 2725 - Directory Listing - [select for diffs]
Modified Mon Mar 30 18:20:43 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2724
support chinese characters, etc.

Revision 2724 - Directory Listing - [select for diffs]
Modified Mon Mar 30 18:19:40 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2716
support utf8 including some chinese characters.

Revision 2716 - Directory Listing - [select for diffs]
Modified Sun Mar 29 17:24:39 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2715
remove previous hack.  I now suspect something with the tinderbox system.

Revision 2715 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:56:32 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2714
fix preprocessor checks, gcc4 fixes, etc

Revision 2714 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:33:38 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2711
let's make it tick

Revision 2711 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:28:03 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2707
this should be unsigned.  found with LINT build

Revision 2707 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:15:16 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2706
add led create state

Revision 2706 - Directory Listing - [select for diffs]
Modified Sun Mar 29 15:49:15 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2698
Temporarily disable inlining on this function.  It's flipping out during LINT builds on sparc64.

Revision 2698 - Directory Listing - [select for diffs]
Modified Sun Mar 29 03:00:26 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2656
Temporarily disable ahd, adaptec 79xx driver from lint testing until we get it working again.  Currently it's a compile error and we need to test other parts of the system

Revision 2656 - Directory Listing - [select for diffs]
Modified Wed Mar 25 18:10:52 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2633
bump version.  We've made a number of changes to both userland and the kernel.  Make it easier to sort this mess out.

Revision 2633 - Directory Listing - [select for diffs]
Modified Mon Mar 23 01:57:18 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2607
Security fix for ktimer, the posix per process timer as defined in POSIX real time extensions.  This only affects current.

Revision 2607 - Directory Listing - [select for diffs]
Modified Sun Mar 15 14:28:20 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2606
remove arm/ia64 cruft

Revision 2606 - Directory Listing - [select for diffs]
Modified Sun Mar 15 14:24:21 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2605
fix for midnightbsd

Revision 2605 - Directory Listing - [select for diffs]
Modified Sun Mar 15 14:13:04 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2604
$MidnightBSD$

Revision 2604 - Directory Listing - [select for diffs]
Modified Sun Mar 15 14:11:24 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2603
Remove pc98 support.

Revision 2603 - Directory Listing - [select for diffs]
Modified Sun Mar 15 14:02:29 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2602
*** empty log message ***

Revision 2602 - Directory Listing - [select for diffs]
Modified Wed Mar 11 20:50:49 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2601
finish futex fixes for linuxolator

Revision 2601 - Directory Listing - [select for diffs]
Modified Wed Mar 11 20:38:39 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2597
DOh.. fix regresion.

Revision 2597 - Directory Listing - [select for diffs]
Modified Sun Mar 1 19:21:37 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2596
	o	Add stub support for some new futex operations,
		so the annoying message is not printed.

	o	Don't warn about FUTEX_FD not being implemented
		and return ENOSYS instead of 0 (eg. success).

	o	Clear FUTEX_PRIVATE_FLAG as we actually implement
		only private futexes so there is no reason to
		return ENOSYS when app asks for a private futex.
		We don't reject shared futexes because they worked
		just fine with our implementation so far.

Obtained from freebsd, rdivacky

Revision 2596 - Directory Listing - [select for diffs]
Modified Sun Mar 1 19:19:22 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2594
Return ENOSYS instead of 0 for the unknown futex operations.

Revision 2594 - Directory Listing - [select for diffs]
Modified Mon Feb 9 17:43:18 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2593
Forced commit to note the patch came from Jaakko Heinonen

Revision 2593 - Directory Listing - [select for diffs]
Modified Mon Feb 9 17:42:12 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2586
Correct a freeze on amd64 systems accessing ext2fs.

Revision 2586 - Directory Listing - [select for diffs]
Modified Tue Jan 20 20:10:04 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2585
sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not
NDIS_TXPKTS and don't allocate unused extra spaces for sc->ndis_txarray
and sc->ndis_txpool.

Revision 2585 - Directory Listing - [select for diffs]
Modified Tue Jan 20 19:53:10 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2584
This fix was found in freebsd pr 124225

Description:
Normally, when packets are queued to the ndis network interface, ndis_start()
is called to move packets from the interface send queue to the underlying
NDIS driver.

If the network link is down or the underlying driver is busy transmitting data,
ndis_start() just returns.

When the link goes up, ndis_starttask() is supposed to be called after
ndis_ticktask() in order to transmit already queued packets.

After a watchdog timeout, ndis_starttask() is likewise supposed to be called
after ndis_resettask().

Unfortunately, work items used for triggering calls to ndis_ticktask(),
ndis_starttask() and ndis_resettask() are placed on separarate task lists which
are handled by separate kernel processes, thus losing ordering information
about when the tasks should be performed in relation to each other.

If the interface send queue is full after a watchdog timeout or link up event
and the tasks were handled in the wrong order then further attempts to send
packets via the interface results in ENOBUFS ("No buffer space available").
How-To-Repeat:
Use the ndis driver for a wireless network card in an area with many APs on
nearby channels and on a machine with many active tcp connections, causing link
to temporarily go down every few hours, and the interface send queue to be
filled while the link is temporarily down.
Fix:
A proper fix is to ensure that related tasks are handled in the correct order.
The following kludge justs add extra attempts at scheduling calls to
ndis_starttask() as part of the processing of ndis_ticktask() and
ndis_resettask(). It depends on defensive coding in IoQueueWorkItem(),
i.e. that nothing is done if the work item is already queued.

Revision 2584 - Directory Listing - [select for diffs]
Modified Tue Jan 20 19:44:27 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2583
cast to printf properly

Revision 2583 - Directory Listing - [select for diffs]
Modified Tue Jan 20 19:40:53 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2582
Fix a problem with broadcom and marvell wifi using ndis.  Scan results are not stored properly as some do not give a desired buffer length.  Make a default.  This fixes problems with some macbooks too

Revision 2582 - Directory Listing - [select for diffs]
Modified Tue Jan 20 19:37:48 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2579
stop kernel panics when ndis fails to attach and it's not a wifi device

Revision 2579 - Directory Listing - [select for diffs]
Modified Tue Jan 20 19:29:07 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2577
use pause(9) instead of a tsleep() on a stack variable

Revision 2577 - Directory Listing - [select for diffs]
Modified Tue Jan 20 18:50:01 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2576
add HUAWEI E220 Modem

Revision 2576 - Directory Listing - [select for diffs]
Modified Tue Jan 20 18:18:18 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2575
Switch to new wiki page for documenation on kernel

Revision 2575 - Directory Listing - [select for diffs]
Modified Tue Jan 20 17:45:24 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2574
add commented out bwi(4)

Revision 2574 - Directory Listing - [select for diffs]
Modified Tue Jan 20 17:40:39 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2573
Midnightize this

Revision 2573 - Directory Listing - [select for diffs]
Modified Tue Jan 20 17:39:34 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2572
add bwi(4)

Revision 2572 - Directory Listing - [select for diffs]
Modified Tue Jan 20 16:32:51 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2569
Disable debugging by default, but leave the option handy for me.

Revision 2569 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:22:51 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2568
don't enable BWI_DEBUG here, use the opt_bwi.h for that.

Revision 2568 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:19:39 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2567
Add bwi

Revision 2567 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:11:07 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2566
Add firmware makefile

Revision 2566 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:10:32 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2565
Describe firmware situation.  (damn binary blobs)

Revision 2565 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:03:55 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2564
add bwi

Revision 2564 - Directory Listing - [select for diffs]
Modified Mon Jan 19 22:02:25 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2563
Add bwi to MidnightBSD.  bwi is a very limited broadcom wireless nic adapter from DragonFly, NetBSD, and OpenBSD.  This is not connected to the build and requires a firmware which is hard to come by.

Revision 2563 - Directory Listing - [select for diffs]
Modified Sun Jan 18 19:29:05 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2562
Remove legacy freebsd support.  Switch to "MidnightBSD" os name.

Revision 2562 - Directory Listing - [select for diffs]
Modified Sun Jan 18 19:28:02 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2561
remove legacy freebsd version support.

Revision 2561 - Directory Listing - [select for diffs]
Modified Sun Jan 18 19:27:17 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2558
Remove the legacy freebsd version support.  Fix the mode setting for 48.

Revision 2558 - Directory Listing - [select for diffs]
Modified Sun Jan 18 00:52:19 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2552
*** empty log message ***

Revision 2552 - Directory Listing - [select for diffs]
Modified Sun Jan 18 00:02:19 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2528
tag

Revision 2528 - Directory Listing - [select for diffs]
Modified Fri Jan 16 04:49:24 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2527
Update for newer pf

Revision 2527 - Directory Listing - [select for diffs]
Modified Fri Jan 16 04:43:55 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2526
midnightbsdize

Revision 2526 - Directory Listing - [select for diffs]
Modified Fri Jan 16 04:40:21 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2520
MidnightBSDize

Revision 2520 - Directory Listing - [select for diffs]
Modified Sun Jan 11 02:45:04 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2519
fix incorrect tcp padding on options

Revision 2519 - Directory Listing - [select for diffs]
Modified Sun Jan 11 02:43:31 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2518
prevent nmount(2) local arbitrary code execution

Revision 2518 - Directory Listing - [select for diffs]
Modified Sun Jan 11 02:42:31 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2517
doh

Revision 2517 - Directory Listing - [select for diffs]
Modified Sun Jan 11 02:41:57 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2516
icmp ipv6

Revision 2516 - Directory Listing - [select for diffs]
Modified Sun Jan 11 02:40:53 2009 UTC (15 years, 3 months ago) by laffer1
Diff to previous 2481
IPV6 and arc4random

Revision 2481 - Directory Listing - [select for diffs]
Modified Wed Dec 31 15:01:20 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2479
Update copyrights for 2009.

Revision 2479 - Directory Listing - [select for diffs]
Modified Wed Dec 31 14:30:17 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2475
Correct a problem where bluetooth and netgraph sockets are not initialized properly.

Revision 2475 - Directory Listing - [select for diffs]
Modified Sat Dec 20 22:41:24 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2474
pf_frag_compare fix

Revision 2474 - Directory Listing - [select for diffs]
Modified Tue Dec 16 15:46:19 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2471
save work.. i need to reboot

Revision 2471 - Directory Listing - [select for diffs]
Modified Sat Dec 13 20:32:53 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2470
woo hoo

Revision 2470 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:44:15 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2469
merge

Revision 2469 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:43:39 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2468
__MidnightBSD__

Revision 2468 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:30:29 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2467
make pf work with midnightbsd

Revision 2467 - Directory Listing - [select for diffs]
Modified Sat Dec 13 16:17:40 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2466
__MidnightBSD__

Revision 2466 - Directory Listing - [select for diffs]
Modified Sat Dec 13 16:04:55 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2465
Fix comments, remove HPFS.

Revision 2465 - Directory Listing - [select for diffs]
Modified Sat Dec 13 15:50:45 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2464
Remove i4b

Revision 2464 - Directory Listing - [select for diffs]
Modified Sat Dec 13 03:55:28 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2463
sync

Revision 2463 - Directory Listing - [select for diffs]
Modified Sat Dec 13 03:53:11 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2462
Add __MidnightBSD__ os checks

Revision 2462 - Directory Listing - [select for diffs]
Modified Sat Dec 13 03:03:42 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2461
no i4b

Revision 2461 - Directory Listing - [select for diffs]
Modified Sat Dec 13 03:00:39 2008 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2460
Add xbox support files.

Revision 2460 - Directory Listing - [select for diffs]
Modified Wed Dec 10 19:34:36 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2459
sync

Revision 2459 - Directory Listing - [select for diffs]
Modified Wed Dec 10 19:30:38 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2458
*** empty log message ***

Revision 2458 - Directory Listing - [select for diffs]
Modified Wed Dec 10 18:40:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2457
doh.. add the msi stuff

Revision 2457 - Directory Listing - [select for diffs]
Modified Wed Dec 10 18:16:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2455
Sync nsp(4)

Revision 2455 - Directory Listing - [select for diffs]
Modified Wed Dec 10 18:00:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2452
Update ncv(4)

Revision 2452 - Directory Listing - [select for diffs]
Modified Wed Dec 10 17:45:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2446
add pecoff

Revision 2446 - Directory Listing - [select for diffs]
Modified Wed Dec 10 17:22:10 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2444
Disable bringing in the header

Revision 2444 - Directory Listing - [select for diffs]
Modified Tue Dec 9 22:42:37 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2443
sync

Revision 2443 - Directory Listing - [select for diffs]
Modified Tue Dec 9 22:33:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2442
iwifw

Revision 2442 - Directory Listing - [select for diffs]
Modified Tue Dec 9 22:29:52 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2410
GEOM_GPT -> GEOM_PART_GPT

Revision 2410 - Directory Listing - [select for diffs]
Modified Tue Dec 9 17:00:26 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2409
kernel types for XBOX and MAC

Revision 2409 - Directory Listing - [select for diffs]
Modified Tue Dec 9 16:58:48 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2408
Update NOTES for newer options

Revision 2408 - Directory Listing - [select for diffs]
Modified Tue Dec 9 16:40:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2407
Standardize tagging syscalls.master

Revision 2407 - Directory Listing - [select for diffs]
Modified Tue Dec 9 16:36:33 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2406
revert to 0.3 as discussed with ctriv@

Revision 2406 - Directory Listing - [select for diffs]
Modified Tue Dec 9 16:35:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2398
triv and i discussed the versioning and decided a 0.3 is needed to get the bugs out of the upcoming installer and mports tools

Revision 2398 - Directory Listing - [select for diffs]
Modified Sun Dec 7 04:02:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2397
Move to a version for 1.0. This makes logical sense both in terms of the release situation and representation

Revision 2397 - Directory Listing - [select for diffs]
Modified Sun Dec 7 04:01:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2395
Switch version information.  We're starting at 1.0-CURRENT now.

Revision 2395 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:50:27 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2394
merge changes

Revision 2394 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:46:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2393
update GENERIC to put it in line with amd64

Revision 2393 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:36:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2392
lnc was removed.

Revision 2392 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:35:12 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2391
Sync with changes to GENERIC and the removal of lnc

Revision 2391 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:28:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2390
Remove 3c501 isa based 3com nic.  This is quite old and not entirely in line with the current development.  I don't even have a system with an ISA slot to test one in if i had one.  Also remove pcf which is replaced with i2c

Revision 2390 - Directory Listing - [select for diffs]
Modified Sun Dec 7 03:22:28 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2389
remove zs as uart(4) has replaced it

Revision 2389 - Directory Listing - [select for diffs]
Modified Sun Dec 7 02:33:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2388
Typos were bound to happen

Revision 2388 - Directory Listing - [select for diffs]
Modified Sun Dec 7 00:59:17 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2387
work in progress.. add __MidnightBSD__ checks in the code

Revision 2387 - Directory Listing - [select for diffs]
Modified Sun Dec 7 00:54:02 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2386
work in progress.. add __MidnightBSD__ checks in the code

Revision 2386 - Directory Listing - [select for diffs]
Modified Sun Dec 7 00:18:55 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2384
work in progress.. add __MidnightBSD__ checks in the code

Revision 2384 - Directory Listing - [select for diffs]
Modified Sat Dec 6 15:28:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2377
sync with freebsd 7

Revision 2377 - Directory Listing - [select for diffs]
Modified Sat Dec 6 03:31:30 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2376
remove __FreeBSD_version checks

Revision 2376 - Directory Listing - [select for diffs]
Modified Sat Dec 6 03:28:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2371
Remoe __FreeBSD_version check.

Revision 2371 - Directory Listing - [select for diffs]
Modified Thu Dec 4 19:10:58 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2361
Add additional wifi and network devices.

Add AUDIT

Revision 2361 - Directory Listing - [select for diffs]
Modified Thu Dec 4 15:47:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2359
Move the comment as it's used in newvers.sh to set osreldate in the generated vers.c

Revision 2359 - Directory Listing - [select for diffs]
Modified Thu Dec 4 14:34:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2358
Bump for recent changes including ZFS

Revision 2358 - Directory Listing - [select for diffs]
Modified Thu Dec 4 14:32:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2357
Change over to using __MidnightBSDversion as discussed with ctriv.  Switch to 0.3-CURRENT

Revision 2357 - Directory Listing - [select for diffs]
Modified Thu Dec 4 14:26:50 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2353
restore LOMTU value

Revision 2353 - Directory Listing - [select for diffs]
Modified Wed Dec 3 23:28:30 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2352
*** empty log message ***

Revision 2352 - Directory Listing - [select for diffs]
Modified Wed Dec 3 23:27:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2351
Update the kernel config with the newer wifi and network devices.

Revision 2351 - Directory Listing - [select for diffs]
Modified Wed Dec 3 23:08:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2350
merge

Revision 2350 - Directory Listing - [select for diffs]
Modified Wed Dec 3 20:12:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2349
tag

Revision 2349 - Directory Listing - [select for diffs]
Modified Wed Dec 3 20:11:49 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2348
update open firmware code

Revision 2348 - Directory Listing - [select for diffs]
Modified Wed Dec 3 20:09:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2347
oops.. missing as seen on tinderbox

Revision 2347 - Directory Listing - [select for diffs]
Modified Wed Dec 3 03:08:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2345
This commit was generated by cvs2svn to compensate for changes in r2346,
which included commits to RCS files with non-trunk default branches.
Revision 2345 - Directory Listing - [select for diffs]
Modified Wed Dec 3 03:05:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2344
Update sound code

Revision 2344 - Directory Listing - [select for diffs]
Modified Wed Dec 3 02:18:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2342
This commit was generated by cvs2svn to compensate for changes in r2343,
which included commits to RCS files with non-trunk default branches.
Revision 2342 - Directory Listing - [select for diffs]
Modified Wed Dec 3 01:59:52 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2341
damn fat fingers

Revision 2341 - Directory Listing - [select for diffs]
Modified Wed Dec 3 01:59:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2339
This commit was generated by cvs2svn to compensate for changes in r2340,
which included commits to RCS files with non-trunk default branches.
Revision 2339 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:52:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2337
This commit was generated by cvs2svn to compensate for changes in r2338,
which included commits to RCS files with non-trunk default branches.
Revision 2337 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:43:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2336
update

Revision 2336 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:30:44 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2335
tag

Revision 2335 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:29:03 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2334
merge

Revision 2334 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:27:02 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2333
*** empty log message ***

Revision 2333 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:25:56 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2332
$MidnightBSD$

Revision 2332 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:11:24 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2331
$MidnightBSD$

Revision 2331 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:04:38 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2330
$MidnightBSD$

Revision 2330 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:03:00 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2329
enable msi, sync changes with freebsd, maintain support for intel macs

Revision 2329 - Directory Listing - [select for diffs]
Modified Tue Dec 2 23:56:20 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2328
we deleted osf1 a long time ago

Revision 2328 - Directory Listing - [select for diffs]
Modified Tue Dec 2 23:55:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2327
Remove lnc module

Revision 2327 - Directory Listing - [select for diffs]
Modified Tue Dec 2 23:54:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2326
sync with freebsd

Revision 2326 - Directory Listing - [select for diffs]
Modified Tue Dec 2 23:51:56 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2325
lnc hasn't worked and it's not going to

Revision 2325 - Directory Listing - [select for diffs]
Modified Tue Dec 2 22:46:25 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2324
$MidnightBSD$

Revision 2324 - Directory Listing - [select for diffs]
Modified Tue Dec 2 22:45:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2322
This commit was generated by cvs2svn to compensate for changes in r2323,
which included commits to RCS files with non-trunk default branches.
Revision 2322 - Directory Listing - [select for diffs]
Modified Tue Dec 2 22:45:00 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2321
merge

Revision 2321 - Directory Listing - [select for diffs]
Modified Tue Dec 2 22:36:25 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2320
merge

Revision 2320 - Directory Listing - [select for diffs]
Modified Tue Dec 2 21:52:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2319
$MidnightBSD$

Revision 2319 - Directory Listing - [select for diffs]
Modified Tue Dec 2 21:48:58 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2318
merge

Revision 2318 - Directory Listing - [select for diffs]
Modified Tue Dec 2 21:41:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2317
Remove "trademark"

Revision 2317 - Directory Listing - [select for diffs]
Modified Tue Dec 2 17:02:36 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2315
This commit was generated by cvs2svn to compensate for changes in r2316,
which included commits to RCS files with non-trunk default branches.
Revision 2315 - Directory Listing - [select for diffs]
Modified Tue Dec 2 17:01:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2314
merge

Revision 2314 - Directory Listing - [select for diffs]
Modified Tue Dec 2 16:56:16 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2312
This commit was generated by cvs2svn to compensate for changes in r2313,
which included commits to RCS files with non-trunk default branches.
Revision 2312 - Directory Listing - [select for diffs]
Modified Tue Dec 2 16:34:04 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2311
Remove unused file

Revision 2311 - Directory Listing - [select for diffs]
Modified Tue Dec 2 16:33:15 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2309
This commit was generated by cvs2svn to compensate for changes in r2310,
which included commits to RCS files with non-trunk default branches.
Revision 2309 - Directory Listing - [select for diffs]
Modified Tue Dec 2 16:21:32 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2307
This commit was generated by cvs2svn to compensate for changes in r2308,
which included commits to RCS files with non-trunk default branches.
Revision 2307 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:24:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2306
sync with "enhanced" syscons

Revision 2306 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:19:07 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2304
This commit was generated by cvs2svn to compensate for changes in r2305,
which included commits to RCS files with non-trunk default branches.
Revision 2304 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:08:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2303
Remove hpfs

Revision 2303 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:06:52 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2302
we don't have hpfs

Revision 2302 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:06:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2301
Doh.  Remove hpfs (again)

Revision 2301 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:20:07 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2299
This commit was generated by cvs2svn to compensate for changes in r2300,
which included commits to RCS files with non-trunk default branches.
Revision 2299 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:13:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2297
sync with freebsd

Revision 2297 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:07:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2296
Remove sab device.  scc should be connected later

Revision 2296 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:05:42 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2295
remove sab, it was replaced by scc

Revision 2295 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:04:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2293
This commit was generated by cvs2svn to compensate for changes in r2294,
which included commits to RCS files with non-trunk default branches.
Revision 2293 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:02:37 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2292
sync with freebsd 7

Revision 2292 - Directory Listing - [select for diffs]
Modified Tue Dec 2 03:01:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2291
Sync with freebsd 7

Revision 2291 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:47:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2290
$MidnightBSD$

Revision 2290 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:47:13 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2288
This commit was generated by cvs2svn to compensate for changes in r2289,
which included commits to RCS files with non-trunk default branches.
Revision 2288 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:38:26 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2287
Doh.  I need to limit the script to .c and .h for now.

Revision 2287 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:32:16 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2286
oops my script doesn't handle .m correctly

Revision 2286 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:24:40 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2285
$MidnightBSD$

Revision 2285 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:12:26 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2284
$MidnightBSD$

Revision 2284 - Directory Listing - [select for diffs]
Modified Tue Dec 2 02:09:12 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2283
merge changes with freebsd 7

Revision 2283 - Directory Listing - [select for diffs]
Modified Tue Dec 2 01:17:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2282
add newer raid controllers

Revision 2282 - Directory Listing - [select for diffs]
Modified Tue Dec 2 00:40:40 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2280
This commit was generated by cvs2svn to compensate for changes in r2281,
which included commits to RCS files with non-trunk default branches.
Revision 2280 - Directory Listing - [select for diffs]
Modified Tue Dec 2 00:29:04 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2278
This commit was generated by cvs2svn to compensate for changes in r2279,
which included commits to RCS files with non-trunk default branches.
Revision 2278 - Directory Listing - [select for diffs]
Modified Tue Dec 2 00:16:35 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2277
merge

Revision 2277 - Directory Listing - [select for diffs]
Modified Tue Dec 2 00:09:05 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2275
This commit was generated by cvs2svn to compensate for changes in r2276,
which included commits to RCS files with non-trunk default branches.
Revision 2275 - Directory Listing - [select for diffs]
Modified Tue Dec 2 00:03:27 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2273
This commit was generated by cvs2svn to compensate for changes in r2274,
which included commits to RCS files with non-trunk default branches.
Revision 2273 - Directory Listing - [select for diffs]
Modified Mon Dec 1 23:46:38 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2272
Make additional modifications to ata-chipset to syncronize with changes elsewhere in ata.  Temporarily back out the sata + cd patch we were using (for the most part) to see how stable this is without it.

Revision 2272 - Directory Listing - [select for diffs]
Modified Mon Dec 1 17:43:51 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2271
save wip

Revision 2271 - Directory Listing - [select for diffs]
Modified Mon Dec 1 17:26:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2270
support flush on raid

Revision 2270 - Directory Listing - [select for diffs]
Modified Mon Dec 1 17:24:27 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2269
add SMART fix whitespace and spelling use constants for magic values

Revision 2269 - Directory Listing - [select for diffs]
Modified Mon Dec 1 17:21:04 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2268
add hitatchi disk check

Revision 2268 - Directory Listing - [select for diffs]
Modified Mon Dec 1 16:14:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2267
merge new pci ids and fix a few prototypes.

Revision 2267 - Directory Listing - [select for diffs]
Modified Mon Dec 1 03:58:32 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2266
fxp sync

Revision 2266 - Directory Listing - [select for diffs]
Modified Sun Nov 30 20:35:02 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2265
Sync some changes from FreeBSD 7 with our ata

Revision 2265 - Directory Listing - [select for diffs]
Modified Sun Nov 30 20:07:43 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2263
This commit was generated by cvs2svn to compensate for changes in r2264,
which included commits to RCS files with non-trunk default branches.
Revision 2263 - Directory Listing - [select for diffs]
Modified Sun Nov 30 20:02:36 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2262
Sync with freebsd 7

Revision 2262 - Directory Listing - [select for diffs]
Modified Sun Nov 30 19:50:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2260
This commit was generated by cvs2svn to compensate for changes in r2261,
which included commits to RCS files with non-trunk default branches.
Revision 2260 - Directory Listing - [select for diffs]
Modified Sun Nov 30 19:50:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2259
sync with freebsd 7

Revision 2259 - Directory Listing - [select for diffs]
Modified Sun Nov 30 19:34:03 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2258
Sync hwpmc

Revision 2258 - Directory Listing - [select for diffs]
Modified Sun Nov 30 19:32:07 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2256
This commit was generated by cvs2svn to compensate for changes in r2257,
which included commits to RCS files with non-trunk default branches.
Revision 2256 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:27:37 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2255
Merge changes with freebsd 7

Revision 2255 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:26:43 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2254
remove miscommited files

Revision 2254 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:26:42 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2252
This commit was generated by cvs2svn to compensate for changes in r2253,
which included commits to RCS files with non-trunk default branches.
Revision 2252 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:26:20 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2251
Sync with freebsd 7

Revision 2251 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:15:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2250
merge

Revision 2250 - Directory Listing - [select for diffs]
Modified Sun Nov 30 16:10:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2249
cardbus sync

Revision 2249 - Directory Listing - [select for diffs]
Modified Sat Nov 29 22:35:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2247
This commit was generated by cvs2svn to compensate for changes in r2248,
which included commits to RCS files with non-trunk default branches.
Revision 2247 - Directory Listing - [select for diffs]
Modified Sat Nov 29 22:35:16 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2246
sync with freebsd 7

Revision 2246 - Directory Listing - [select for diffs]
Modified Sat Nov 29 22:34:17 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2245
merge

Revision 2245 - Directory Listing - [select for diffs]
Modified Sat Nov 29 22:11:33 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2244
zyd

Revision 2244 - Directory Listing - [select for diffs]
Modified Sat Nov 29 22:03:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2243
usb modems are neat

Revision 2243 - Directory Listing - [select for diffs]
Modified Sat Nov 29 21:09:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2242
merge

Revision 2242 - Directory Listing - [select for diffs]
Modified Sat Nov 29 19:10:51 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2241
merge

Revision 2241 - Directory Listing - [select for diffs]
Modified Sat Nov 29 17:53:46 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2240
Fix merge conflicts.

Revision 2240 - Directory Listing - [select for diffs]
Modified Sat Nov 29 17:28:21 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2238
This commit was generated by cvs2svn to compensate for changes in r2239,
which included commits to RCS files with non-trunk default branches.
Revision 2238 - Directory Listing - [select for diffs]
Modified Sat Nov 29 17:23:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2237
Add uark

Revision 2237 - Directory Listing - [select for diffs]
Modified Sat Nov 29 17:18:25 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2236
merge

Revision 2236 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:48:56 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2235
merge with new version

Revision 2235 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:44:45 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2234
Update for newer safe

Revision 2234 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:44:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2232
This commit was generated by cvs2svn to compensate for changes in r2233,
which included commits to RCS files with non-trunk default branches.
Revision 2232 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:42:00 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2231
add rum device

Revision 2231 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:29:35 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2230
add rum device

Revision 2230 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:28:48 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2229
Update the list of USB devices requiring special handling, etc.

Revision 2229 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:21:47 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2228
merge freebsd 7 changes.  Keep the apple mighty mouse hack

Revision 2228 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:16:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2227
merge enhancements

Revision 2227 - Directory Listing - [select for diffs]
Modified Sat Nov 29 16:07:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2226
merge enhancements

Revision 2226 - Directory Listing - [select for diffs]
Modified Fri Nov 28 17:10:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2224
merge

Revision 2224 - Directory Listing - [select for diffs]
Modified Fri Nov 28 16:40:56 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2222
This commit was generated by cvs2svn to compensate for changes in r2223,
which included commits to RCS files with non-trunk default branches.
Revision 2222 - Directory Listing - [select for diffs]
Modified Fri Nov 28 16:32:32 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2221
merge

Revision 2221 - Directory Listing - [select for diffs]
Modified Thu Nov 27 13:51:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2219
This commit was generated by cvs2svn to compensate for changes in r2220,
which included commits to RCS files with non-trunk default branches.
Revision 2219 - Directory Listing - [select for diffs]
Modified Thu Nov 27 13:46:27 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2218
merge

Revision 2218 - Directory Listing - [select for diffs]
Modified Thu Nov 27 13:41:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2217
merge new linuxolator

Revision 2217 - Directory Listing - [select for diffs]
Modified Wed Nov 26 22:11:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2215
This commit was generated by cvs2svn to compensate for changes in r2216,
which included commits to RCS files with non-trunk default branches.
Revision 2215 - Directory Listing - [select for diffs]
Modified Wed Nov 26 21:15:10 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2213
This commit was generated by cvs2svn to compensate for changes in r2214,
which included commits to RCS files with non-trunk default branches.
Revision 2213 - Directory Listing - [select for diffs]
Modified Wed Nov 26 21:13:30 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2212
merge

Revision 2212 - Directory Listing - [select for diffs]
Modified Wed Nov 26 19:00:32 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2211
merge

Revision 2211 - Directory Listing - [select for diffs]
Modified Wed Nov 26 18:59:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2209
This commit was generated by cvs2svn to compensate for changes in r2210,
which included commits to RCS files with non-trunk default branches.
Revision 2209 - Directory Listing - [select for diffs]
Modified Wed Nov 26 18:10:35 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2207
This commit was generated by cvs2svn to compensate for changes in r2208,
which included commits to RCS files with non-trunk default branches.
Revision 2207 - Directory Listing - [select for diffs]
Modified Wed Nov 26 18:10:13 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2206
update hifn

Revision 2206 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:55:47 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2205
blah.

Revision 2205 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:54:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2203
This commit was generated by cvs2svn to compensate for changes in r2204,
which included commits to RCS files with non-trunk default branches.
Revision 2203 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:49:16 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2202
Bring in the FreeBSD 7 intel em gigabit module

Revision 2202 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:20:26 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2201
merge

Revision 2201 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:45:16 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2199
This commit was generated by cvs2svn to compensate for changes in r2200,
which included commits to RCS files with non-trunk default branches.
Revision 2199 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:43:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2198
merge

Revision 2198 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:39:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2196
This commit was generated by cvs2svn to compensate for changes in r2197,
which included commits to RCS files with non-trunk default branches.
Revision 2196 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:33:26 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2195
merge

Revision 2195 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:32:39 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2193
This commit was generated by cvs2svn to compensate for changes in r2194,
which included commits to RCS files with non-trunk default branches.
Revision 2193 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:11:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2192
merge

Revision 2192 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:09:42 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2190
This commit was generated by cvs2svn to compensate for changes in r2191,
which included commits to RCS files with non-trunk default branches.
Revision 2190 - Directory Listing - [select for diffs]
Modified Wed Nov 26 00:30:55 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2188
This commit was generated by cvs2svn to compensate for changes in r2189,
which included commits to RCS files with non-trunk default branches.
Revision 2188 - Directory Listing - [select for diffs]
Modified Tue Nov 25 19:54:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2187
elmergo

Revision 2187 - Directory Listing - [select for diffs]
Modified Tue Nov 25 19:39:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2186
doh.. missed this

Revision 2186 - Directory Listing - [select for diffs]
Modified Tue Nov 25 19:31:00 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2185
we moved this... fix the makefile

Revision 2185 - Directory Listing - [select for diffs]
Modified Tue Nov 25 18:21:10 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2184
Update ath

Revision 2184 - Directory Listing - [select for diffs]
Modified Tue Nov 25 18:20:09 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2183
update ath

Revision 2183 - Directory Listing - [select for diffs]
Modified Tue Nov 25 18:19:40 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2182
Update ath_hal

Revision 2182 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:15:05 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2180
This commit was generated by cvs2svn to compensate for changes in r2181,
which included commits to RCS files with non-trunk default branches.
Revision 2180 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:13:35 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2179
sync intel gigabit ethernet

Revision 2179 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:10:10 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2177
remove files not needed

Revision 2177 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:09:12 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2176
*** empty log message ***

Revision 2176 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:07:17 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2175
merge and sync with freebsd 7

Revision 2175 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:05:34 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2173
This commit was generated by cvs2svn to compensate for changes in r2174,
which included commits to RCS files with non-trunk default branches.
Revision 2173 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:04:41 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2172
merge changes

Revision 2172 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:45:35 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2171
merge

Revision 2171 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:44:46 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2169
This commit was generated by cvs2svn to compensate for changes in r2170,
which included commits to RCS files with non-trunk default branches.
Revision 2169 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:40:44 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2168
*** empty log message ***

Revision 2168 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:37:36 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2166
This commit was generated by cvs2svn to compensate for changes in r2167,
which included commits to RCS files with non-trunk default branches.
Revision 2166 - Directory Listing - [select for diffs]
Modified Tue Nov 25 05:30:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2164
This commit was generated by cvs2svn to compensate for changes in r2165,
which included commits to RCS files with non-trunk default branches.
Revision 2164 - Directory Listing - [select for diffs]
Modified Tue Nov 25 05:25:28 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2162
This commit was generated by cvs2svn to compensate for changes in r2163,
which included commits to RCS files with non-trunk default branches.
Revision 2162 - Directory Listing - [select for diffs]
Modified Tue Nov 25 05:24:54 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2142
Correct some paths

Revision 2142 - Directory Listing - [select for diffs]
Modified Sun Nov 23 16:18:42 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2141
merge changes.  support newer hardware

Revision 2141 - Directory Listing - [select for diffs]
Modified Sun Nov 23 16:18:03 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2113
merge

Revision 2113 - Directory Listing - [select for diffs]
Modified Thu Nov 20 18:44:30 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2092
Update pf

Revision 2092 - Directory Listing - [select for diffs]
Modified Tue Nov 18 19:32:41 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2090
This commit was generated by cvs2svn to compensate for changes in r2091,
which included commits to RCS files with non-trunk default branches.
Revision 2090 - Directory Listing - [select for diffs]
Modified Tue Nov 18 19:26:20 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2089
Work in progress, merge new devices, remove old devices.

Revision 2089 - Directory Listing - [select for diffs]
Modified Tue Nov 18 18:40:19 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2088
Merge changes.

Revision 2088 - Directory Listing - [select for diffs]
Modified Tue Nov 18 18:39:58 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2086
This commit was generated by cvs2svn to compensate for changes in r2087,
which included commits to RCS files with non-trunk default branches.
Revision 2086 - Directory Listing - [select for diffs]
Modified Tue Nov 18 17:38:01 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2084
This commit was generated by cvs2svn to compensate for changes in r2085,
which included commits to RCS files with non-trunk default branches.
Revision 2084 - Directory Listing - [select for diffs]
Modified Tue Nov 18 16:51:44 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2082
This commit was generated by cvs2svn to compensate for changes in r2083,
which included commits to RCS files with non-trunk default branches.
Revision 2082 - Directory Listing - [select for diffs]
Modified Tue Nov 18 16:32:23 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2046
This commit was generated by cvs2svn to compensate for changes in r2081,
which included commits to RCS files with non-trunk default branches.
Revision 2046 - Directory Listing - [select for diffs]
Modified Thu Nov 13 15:09:38 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2044
This commit was generated by cvs2svn to compensate for changes in r2045,
which included commits to RCS files with non-trunk default branches.
Revision 2044 - Directory Listing - [select for diffs]
Modified Thu Nov 13 15:05:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2043
Disable SSE3, add libfirewire

Revision 2043 - Directory Listing - [select for diffs]
Modified Thu Nov 13 15:02:48 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2042
merge changes

Revision 2042 - Directory Listing - [select for diffs]
Modified Thu Nov 13 14:58:49 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2041
add libfirewire

Revision 2041 - Directory Listing - [select for diffs]
Modified Thu Nov 13 14:57:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2039
This commit was generated by cvs2svn to compensate for changes in r2040,
which included commits to RCS files with non-trunk default branches.
Revision 2039 - Directory Listing - [select for diffs]
Modified Thu Nov 13 14:53:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2038
*** empty log message ***

Revision 2038 - Directory Listing - [select for diffs]
Modified Thu Nov 13 14:38:31 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2036
This commit was generated by cvs2svn to compensate for changes in r2037,
which included commits to RCS files with non-trunk default branches.
Revision 2036 - Directory Listing - [select for diffs]
Modified Thu Nov 13 00:04:52 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2035
Merge changes.

Revision 2035 - Directory Listing - [select for diffs]
Modified Thu Nov 13 00:01:47 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2014
This commit was generated by cvs2svn to compensate for changes in r2034,
which included commits to RCS files with non-trunk default branches.
Revision 2014 - Directory Listing - [select for diffs]
Modified Tue Nov 11 21:31:57 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 1998
Add iscsi device

Revision 1998 - Directory Listing - [select for diffs]
Modified Tue Nov 11 15:20:04 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 1997
add fm

Revision 1997 - Directory Listing - [select for diffs]
Modified Tue Nov 11 15:19:22 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 1995
Add zfs.h

Revision 1995 - Directory Listing - [select for diffs]
Modified Tue Nov 11 02:11:33 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 1985
Add compatibility files from opensolaris (cddl)

Revision 1985 - Directory Listing - [select for diffs]
Modified Fri Nov 7 18:51:59 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1983
This commit was generated by cvs2svn to compensate for changes in r1984,
which included commits to RCS files with non-trunk default branches.
Revision 1983 - Directory Listing - [select for diffs]
Modified Fri Nov 7 18:38:40 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1982
Merge changes.

Revision 1982 - Directory Listing - [select for diffs]
Modified Fri Nov 7 17:13:51 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1980
This commit was generated by cvs2svn to compensate for changes in r1981,
which included commits to RCS files with non-trunk default branches.
Revision 1980 - Directory Listing - [select for diffs]
Modified Fri Nov 7 17:03:06 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1978
This commit was generated by cvs2svn to compensate for changes in r1979,
which included commits to RCS files with non-trunk default branches.
Revision 1978 - Directory Listing - [select for diffs]
Modified Fri Nov 7 16:49:01 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1955
This commit was generated by cvs2svn to compensate for changes in r1977,
which included commits to RCS files with non-trunk default branches.
Revision 1955 - Directory Listing - [select for diffs]
Modified Thu Oct 30 22:06:56 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1929
This commit was generated by cvs2svn to compensate for changes in r1954,
which included commits to RCS files with non-trunk default branches.
Revision 1929 - Directory Listing - [select for diffs]
Modified Wed Oct 15 18:42:32 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1907
Enter the world of ZFS

Revision 1907 - Directory Listing - [select for diffs]
Modified Wed Oct 1 16:44:42 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1906
*** empty log message ***

Revision 1906 - Directory Listing - [select for diffs]
Modified Wed Oct 1 16:41:49 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1905
Remove ppc

Revision 1905 - Directory Listing - [select for diffs]
Modified Wed Oct 1 16:41:15 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1904
Whack ia64, sync changes.

Revision 1904 - Directory Listing - [select for diffs]
Modified Wed Oct 1 16:38:05 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1903
sync with freebsd

Revision 1903 - Directory Listing - [select for diffs]
Modified Wed Oct 1 16:36:25 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1895
Update gdb

Revision 1895 - Directory Listing - [select for diffs]
Modified Tue Sep 30 15:15:05 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1894
Syn eli and label

Revision 1894 - Directory Listing - [select for diffs]
Modified Tue Sep 30 15:14:25 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1893
Sync geom

Revision 1893 - Directory Listing - [select for diffs]
Modified Tue Sep 30 14:43:02 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1892
Add geom multlipath

Revision 1892 - Directory Listing - [select for diffs]
Modified Tue Sep 30 05:46:03 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1891
Add geom journal kernel module.  This is a fs indepentant journaling mechanism

Revision 1891 - Directory Listing - [select for diffs]
Modified Tue Sep 30 04:45:38 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1880
Add kernel interface for geom cache

Revision 1880 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:47:45 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1876
*** empty log message ***

Revision 1876 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:18:57 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1875
GEOM_GPT was renamed GEOM_PART_GPT.  Correct in GENERIC kernel.

Revision 1875 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:14:47 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1874
add errno.c handles.c

Revision 1874 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:14:20 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1873
Update libefi

Revision 1873 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:12:25 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1863
Update EFI includes

Revision 1863 - Directory Listing - [select for diffs]
Modified Sun Sep 28 02:12:54 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1862
*** empty log message ***

Revision 1862 - Directory Listing - [select for diffs]
Modified Sat Sep 27 23:06:34 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1861
*** empty log message ***

Revision 1861 - Directory Listing - [select for diffs]
Modified Sat Sep 27 23:02:15 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1860
Sync with freebsd

Revision 1860 - Directory Listing - [select for diffs]
Modified Sat Sep 27 19:33:10 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1858
We moved posix4 along with several other things around.

Revision 1858 - Directory Listing - [select for diffs]
Modified Sun Sep 21 15:36:57 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1857
*** empty log message ***

Revision 1857 - Directory Listing - [select for diffs]
Modified Sun Sep 21 15:26:17 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1856
*** empty log message ***

Revision 1856 - Directory Listing - [select for diffs]
Modified Sat Sep 20 00:44:24 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1855
sync with FreeBSD

Revision 1855 - Directory Listing - [select for diffs]
Modified Fri Sep 19 02:23:30 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1854
We don't do ia64.  Update etc

Revision 1854 - Directory Listing - [select for diffs]
Modified Fri Sep 19 02:15:13 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1853
Sync ipfilter with freebsd

Revision 1853 - Directory Listing - [select for diffs]
Modified Fri Sep 19 02:07:55 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1852
Update ath

Revision 1852 - Directory Listing - [select for diffs]
Modified Fri Sep 19 02:02:43 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1851
Remove files from the old version of acpica

Revision 1851 - Directory Listing - [select for diffs]
Modified Fri Sep 19 01:59:28 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1850
*** empty log message ***

Revision 1850 - Directory Listing - [select for diffs]
Modified Fri Sep 19 01:52:19 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1849
add wpi firmware

Revision 1849 - Directory Listing - [select for diffs]
Modified Wed Sep 17 02:32:40 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1848
add npe firmware (Intel)

Revision 1848 - Directory Listing - [select for diffs]
Modified Wed Sep 17 02:31:33 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1847
Add intel firmwares

Revision 1847 - Directory Listing - [select for diffs]
Modified Tue Sep 16 01:34:20 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1846
Sync with FreeBSD 7

Revision 1846 - Directory Listing - [select for diffs]
Modified Tue Sep 16 01:26:03 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1845
Remove outdated files.

Revision 1845 - Directory Listing - [select for diffs]
Modified Tue Sep 16 01:18:53 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1844
Sync with FreeBSD 7

Revision 1844 - Directory Listing - [select for diffs]
Modified Tue Sep 16 01:18:25 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1843
Sync with freebsd7

Revision 1843 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:56:46 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1841
Merge in gcc4 fixes

Revision 1841 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:39:38 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1840
We'll be moving this

Revision 1840 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:36:47 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1839
Remove coda

Revision 1839 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:36:07 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1838
Remove coda file system

Revision 1838 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:33:12 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1837
Sync with freebsd 7

Revision 1837 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:30:09 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1836
Sync with freebsd 7 changes.

Revision 1836 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:28:14 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1835
Add document describing quirks

Revision 1835 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:27:03 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1834
sync changes with FreeBSD 7

Revision 1834 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:24:59 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1833
Sync with FreeBSD 7 enhancements.

Revision 1833 - Directory Listing - [select for diffs]
Modified Tue Sep 16 00:23:39 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1832
Sync with enhancements from FreeBSD 7.

Revision 1832 - Directory Listing - [select for diffs]
Modified Sat Sep 13 01:51:15 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1831
sync changes from FreeBSD.

Revision 1831 - Directory Listing - [select for diffs]
Modified Sat Sep 13 01:34:12 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1830
update MAC

Revision 1830 - Directory Listing - [select for diffs]
Modified Sat Sep 13 01:26:21 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1829
*** empty log message ***

Revision 1829 - Directory Listing - [select for diffs]
Modified Sat Sep 13 01:19:32 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1828
add priv.h

Revision 1828 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:55:45 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1827
*** empty log message ***

Revision 1827 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:54:21 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1826
bring in freebsd changes.

Revision 1826 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:53:31 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1825
removing isdn 4 bsd

Revision 1825 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:52:31 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1824
Move these

Revision 1824 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:51:20 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1823
add from netbsd/freebsd

Revision 1823 - Directory Listing - [select for diffs]
Modified Sat Sep 13 00:50:45 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1822
rpc merge

Revision 1822 - Directory Listing - [select for diffs]
Modified Fri Sep 12 19:41:13 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1821
Bring in new tools

Revision 1821 - Directory Listing - [select for diffs]
Modified Fri Sep 12 19:40:13 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1816
Bring in ufs and vm changes from FreeBSD.

Revision 1816 - Directory Listing - [select for diffs]
Modified Mon Sep 8 01:42:28 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1815
remove arm instructions

Revision 1815 - Directory Listing - [select for diffs]
Modified Mon Sep 8 01:41:18 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1809
Remove unsupported architectures.

Revision 1809 - Directory Listing - [select for diffs]
Modified Fri Sep 5 19:02:59 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1806
Update nve(4) to support newer hardware.

Revision 1806 - Directory Listing - [select for diffs]
Modified Thu Sep 4 02:55:23 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1804
Improve reliability of nforce4 adapters:
  - When setting up a packet for transmit, if we the tx ring is over half
    full, kick the binary blob to force it to complete any pending tx
    completions.
  - In the watchdog routine, poke the binary blob to force it to flush any
    pending tx completions and only reset the chip if the blob doesn't
    complete any of them.

Altqify nve(4).

Obtained from FreeBSD.

Revision 1804 - Directory Listing - [select for diffs]
Modified Thu Sep 4 02:20:43 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1803
In case of an incoming ICMPv6 'Packet Too Big Message', there is an
insufficient check on the proposed new MTU for a path to the destination.

CVE-2008-3530

Revision 1803 - Directory Listing - [select for diffs]
Modified Thu Sep 4 02:12:13 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1801
amd64 swapgs local privilege escalation fix.  CVE-2008-3890

Revision 1801 - Directory Listing - [select for diffs]
Modified Wed Sep 3 02:13:47 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1800
add openbsm files

Revision 1800 - Directory Listing - [select for diffs]
Modified Wed Sep 3 02:11:52 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1799
$MidnightBSD$

Revision 1799 - Directory Listing - [select for diffs]
Modified Wed Sep 3 02:10:25 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1798
*** empty log message ***

Revision 1798 - Directory Listing - [select for diffs]
Modified Wed Sep 3 02:01:51 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1727
add additional openbsm files.

Revision 1727 - Directory Listing - [select for diffs]
Modified Fri Jul 4 00:07:14 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1719
Bump MidnightBSD_version

pcc, bin/sh, msk, ata changes, ...

Revision 1719 - Directory Listing - [select for diffs]
Modified Tue Jul 1 07:45:59 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1718
Add additional intel, nvidia, and amd parts.  The intel device using 0x28508086 is an ICH8 mobile ultra ata controller, but I'm not sure what identifier to use with it.  It is a santa rosa 2850 controller.  Some of these ids are from FreeBSD 6.3 (Soren and other contributors).

Revision 1718 - Directory Listing - [select for diffs]
Modified Tue Jul 1 07:12:41 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1716
Add pci id for my Yukon card.

Revision 1716 - Directory Listing - [select for diffs]
Modified Tue Jul 1 01:07:17 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1715
add phk macros.  Apparently I forgot this.

Revision 1715 - Directory Listing - [select for diffs]
Modified Tue Jul 1 00:57:34 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1714
We added this when working on msk.  However, it's not currently used.  This will require additional changes to get pciE/pci-x

Revision 1714 - Directory Listing - [select for diffs]
Modified Tue Jul 1 00:55:35 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1713
Add msk

Revision 1713 - Directory Listing - [select for diffs]
Modified Tue Jul 1 00:53:50 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1709
add msk

Revision 1709 - Directory Listing - [select for diffs]
Modified Tue Jul 1 00:25:15 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1705
Bring in compatibily hack.

Revision 1705 - Directory Listing - [select for diffs]
Modified Mon Jun 30 05:29:05 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1683
Add 3 more PCI ids for fxp.

Revision 1683 - Directory Listing - [select for diffs]
Modified Sat Jun 28 18:24:33 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1677
Increase timeout from 5 to 10 seconds.  This is an arbritrary value and found to be too short on SATA disks for certain operations.  (moving bad blocks for instance)

This might also help with write errors in virtual machines.

Revision 1677 - Directory Listing - [select for diffs]
Modified Fri Jun 27 16:33:36 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1676
Add atheros wireless NICs

Revision 1676 - Directory Listing - [select for diffs]
Modified Fri Jun 27 16:31:58 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1675
enable atheros wireless NICs.

Revision 1675 - Directory Listing - [select for diffs]
Modified Fri Jun 27 16:28:38 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1674
Move AHC and AHD options so they are near the drivers.

Enable firmware(9).

Enable WEP and WPA in kernel.

Fix whitespace problem.  For options entries use space and tab not double tab.

Revision 1674 - Directory Listing - [select for diffs]
Modified Fri Jun 27 16:25:01 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1673
Enable WEP, WPA in kernel.  Enable firmware(9).
Adjust whitespace to keep SMP and apic together.

Revision 1673 - Directory Listing - [select for diffs]
Modified Fri Jun 27 16:20:49 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1662
Add an extra ICH8 controller commonly used on Intel iMacs.  (core 2 duo black and silver)

Revision 1662 - Directory Listing - [select for diffs]
Modified Wed Jun 25 20:17:31 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1657
Add cpufreq(4) and GEOM_LABEL aka GLABEL to GENERIC on i386 and amd64.

cpufreq works with powerd which is already enabled on systems without ACPI support for CPU frequency using several chipsets (intel).  This may cause problems for some people which might require an install option for powerd.  This needs testing.

glabel allows one to name disks and reference them in dev by that name instead of their normal designation like acd0 or ad0s2d.  By adding this to generic, we can easily make a live cd that works on more types of CDROMs.  FreeBSD is also moving in this direction for other reasons.

Until the latter can be tested on sparc64, I'll keep it out of generic.  We don't support sun style labels right now anyway.

Revision 1657 - Directory Listing - [select for diffs]
Modified Sun Jun 15 01:46:38 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1650
Bump the MidnightBSD version now that RELENG_0_2 has been created.

Revision 1650 - Directory Listing - [select for diffs]
Modified Fri Jun 6 01:45:49 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1619
Move unlock instructions

Revision 1619 - Directory Listing - [select for diffs]
Modified Sun May 18 18:12:27 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1618
apparently we're still setting this and i need to find a reason, but unbreak the world.

Revision 1618 - Directory Listing - [select for diffs]
Modified Sun May 18 17:46:08 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1617
add locks around so->so_pcb checks.

Revision 1617 - Directory Listing - [select for diffs]
Modified Sun May 18 17:24:16 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1616
Add additional sanity checks.  Correct URL to paper.

Revision 1616 - Directory Listing - [select for diffs]
Modified Sun May 18 17:12:11 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1615
Part of a pending change to ip_output.c

Revision 1615 - Directory Listing - [select for diffs]
Modified Sun May 18 17:11:22 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1614
Part of a semi-complete change to ip_output.

Revision 1614 - Directory Listing - [select for diffs]
Modified Sat May 17 18:03:08 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1613
In ip_ctloutput(), check for a NULL inpcb pointer before dereferencing,
as this can occur with TCP if protocol-layer socket options are set or
queried after the connection has closed.  There are still races
associated with ip_ctloutput() and connection close with TCP, corrected
in HEAD via a more comprehensive set of changes, but this fixes the
trivial panic reported on several occasions.

Obtained from: FreeBSD

Revision 1613 - Directory Listing - [select for diffs]
Modified Sat May 17 18:00:36 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1612
Add a missing check for errors.

Revision 1612 - Directory Listing - [select for diffs]
Modified Sat May 17 16:00:54 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1611
ANSIfy.  Remove an unneeded NULL check.

Revision 1611 - Directory Listing - [select for diffs]
Modified Sat May 17 15:44:43 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1610
$MidnightBSD$

Revision 1610 - Directory Listing - [select for diffs]
Modified Sat May 17 15:43:26 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1607
Adjust window scaling like we did for tcp_syncache.c

Revision 1607 - Directory Listing - [select for diffs]
Modified Sat May 17 06:08:36 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1606
Add more cpu features.  Remove stupid boot message.

Revision 1606 - Directory Listing - [select for diffs]
Modified Sat May 17 05:36:05 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1605
Syncronize the cpu detection code on i386 and amd64 with FreeBSD 6.2.

Add better SMP detection including multicore cpus.  Detect features on newer processors and initialize them properly.  Add support for some newer via c7 cpus.

Also make a subtle adjustment to tcp_syncache.c (unrelated)

Revision 1605 - Directory Listing - [select for diffs]
Modified Sat May 17 04:55:52 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1604
This can cause some odd casting issues in some situations.  Say the clock is very high...

Revision 1604 - Directory Listing - [select for diffs]
Modified Sat May 17 04:45:52 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1603
$MidnightBSD$

Add some k8 errata hacks to powernow.

smist:
Use bus_dma to get a page in the first 4 GB.  Since the physical address
of the magic string is passed in a 32-bit register, we can't use high
memory in the PAE case.  This also eliminates a use of vtophys().

Obtained from: FreeBSD.

Revision 1603 - Directory Listing - [select for diffs]
Modified Fri May 16 23:51:00 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1602
Move the syncookie MD5 context from globals to the stack to make it MP safe.

Obtained from : FreeBSD

Revision 1602 - Directory Listing - [select for diffs]
Modified Fri May 16 23:49:41 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1601
We need to zero this hashtable structure.  After a soft reboot, this would cause some failures.

Revision 1601 - Directory Listing - [select for diffs]
Modified Fri May 16 23:42:20 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1600
Update tcp sendcookie stats.

Revision 1600 - Directory Listing - [select for diffs]
Modified Fri May 16 23:39:44 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1599
tag

Revision 1599 - Directory Listing - [select for diffs]
Modified Fri May 16 23:38:38 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1597
Pick the smallest possible TCP window scaling factor that will still allow us ot scale up to sb_max aka
kern.ipc.maxsockbuf.

Anything larger will cause window scaling corruption on some firewalls.  (other end will think unscaled)

Obtained from: FreeBSD  revision 1.131

Revision 1597 - Directory Listing - [select for diffs]
Modified Fri May 16 22:32:35 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1590
tag.

Bump version for recent ssh-vulnkey + blacklist patch.

Revision 1590 - Directory Listing - [select for diffs]
Modified Fri May 16 18:46:27 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1578
Bump the MidnightBSD version.  This might be helpful to track ill effects fro the src/lib/csu changes.

Revision 1578 - Directory Listing - [select for diffs]
Modified Tue May 13 04:22:18 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1577
We decided not to support ppc.  let's remove this unused code.

Revision 1577 - Directory Listing - [select for diffs]
Modified Tue May 13 04:20:49 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1576
let's prepare for the (possible) future here too.  This saves us remembering to port later.  Prepare for pcc if it's ported to sparc64.

Revision 1576 - Directory Listing - [select for diffs]
Modified Tue May 13 04:18:09 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1575
While pcc is i386 only right now, let's prepare for the future.

Revision 1575 - Directory Listing - [select for diffs]
Modified Tue May 13 04:14:11 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1574
Add workarounds for PCC compiler.

Revision 1574 - Directory Listing - [select for diffs]
Modified Tue May 13 04:04:14 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1537
Make some changes for PCC compiler.  It does not support a number of things, so disable them.

This is similar to the steps necessary on NetBSD 3.0.

Revision 1537 - Directory Listing - [select for diffs]
Modified Mon Apr 28 05:24:13 2008 UTC (16 years ago) by laffer1
Diff to previous 1535
Remove pcvt

Revision 1535 - Directory Listing - [select for diffs]
Modified Mon Apr 28 05:20:12 2008 UTC (16 years ago) by laffer1
Diff to previous 1534
REmove pcvt

Revision 1534 - Directory Listing - [select for diffs]
Modified Mon Apr 28 05:19:53 2008 UTC (16 years ago) by laffer1
Diff to previous 1419
remove pcvt

Revision 1419 - Directory Listing - [select for diffs]
Modified Mon Mar 17 00:02:17 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1413
Fix spurious warnings from neighbor discovery when working with IPv6 over
point to point tunnels (gif).

This crops up when using one of the many IPV6 tunnel brokers, etc. with MidnightBSD.

Obtained from FreeBSD.

Revision 1413 - Directory Listing - [select for diffs]
Modified Fri Mar 7 21:24:04 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1412
Add a new macro, sx_xlocked(), that returns true if the current thread holds an exclusive lock on the specified sx lock.

Revision 1412 - Directory Listing - [select for diffs]
Modified Fri Mar 7 15:58:01 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1411
NO HPFS.  Remove unneeded files.

Revision 1411 - Directory Listing - [select for diffs]
Modified Fri Mar 7 15:49:12 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1410
Sometime ago we added options to ath.  It might help if they were actually in the options file.

This allows tweaks without modifying the source.

Revision 1410 - Directory Listing - [select for diffs]
Modified Fri Mar 7 06:04:31 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1385
Remove hpfs module from LINT.

Remove architecture files we are not using.

Revision 1385 - Directory Listing - [select for diffs]
Modified Thu Feb 28 16:53:45 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1379
Replace the random IP ID generation code from OpenBSD with an improved algorithm by Amit Klein. The previous implementation had known flaws (see Klein's paper).

We modified a patch from Robert Watson (FreeBSD) to implement the changes.

http://www.securityfocus.com/bid/27647/info

Revision 1379 - Directory Listing - [select for diffs]
Modified Fri Feb 22 02:50:56 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1378
Remove the hpfs file system.

Revision 1378 - Directory Listing - [select for diffs]
Modified Fri Feb 22 02:50:15 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1376
Remove hpfs module.

Revision 1376 - Directory Listing - [select for diffs]
Modified Thu Feb 14 18:02:43 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1372
Correct lack of permissions checking on sendfile system call.

Revision 1372 - Directory Listing - [select for diffs]
Modified Mon Jan 21 20:21:07 2008 UTC (16 years, 3 months ago) by laffer1
Diff to previous 1362
Add virtual machine detection in the loader.  For QEMU, VBOX, VMware, or Parallels, set the hz setting to 100.  This will fix "time" issues automatically in these environments.

Revision 1362 - Directory Listing - [select for diffs]
Modified Tue Jan 1 07:08:42 2008 UTC (16 years, 4 months ago) by laffer1
Diff to previous 1353
Happy New Year!

Remove PC98 since we're not supporting that architecture.

Revision 1353 - Directory Listing - [select for diffs]
Modified Thu Nov 29 17:27:11 2007 UTC (16 years, 5 months ago) by laffer1
Diff to previous 1347
Fix a data reply attack

Revision 1347 - Directory Listing - [select for diffs]
Modified Sun Nov 25 18:05:17 2007 UTC (16 years, 5 months ago) by laffer1
Diff to previous 1346
Fix from FreeBSD:

 The kernel uses two ways to write data on a pipe:
      o  buffered write, for chunks smaller than PIPE_MINDIRECT bytes
      o  direct write, for everything else

  A call to writev(2) may receive struct iov of various size and the
  kernel may have to switch from one solution to the other. Before doing
  this, it must wake reader processes and any select/poll/kqueue up.

  This commit fixes a bug where select/poll/kqueue are not triggered
  when switching from buffered write to direct write. It adds calls to
  pipeselwakeup().

Revision 1346 - Directory Listing - [select for diffs]
Modified Fri Nov 23 22:39:51 2007 UTC (16 years, 5 months ago) by laffer1
Diff to previous 1332
gcc 3.4.6 gets confused on this file.  Fix T1 and T2 errors building the kernel.

Revision 1332 - Directory Listing - [select for diffs]
Modified Fri Nov 16 13:23:00 2007 UTC (16 years, 5 months ago) by laffer1
Diff to previous 1274
Add preliminary support for ATI southbridges SB600/700 (IXP600/700)

Revision 1274 - Directory Listing - [select for diffs]
Modified Tue Oct 9 13:39:09 2007 UTC (16 years, 7 months ago) by laffer1
Diff to previous 1219
Add a device id for the 631xESB smbus controller.

Revision 1219 - Directory Listing - [select for diffs]
Modified Fri Sep 7 15:16:34 2007 UTC (16 years, 8 months ago) by laffer1
Diff to previous 1187
Our first pass at SATA DVD drive support.  This has only been tested on Intel hardware, based on a patch from Richard Burton.

(atapi sata cd/dvd ahci)

Revision 1187 - Directory Listing - [select for diffs]
Modified Sun Aug 12 04:19:23 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1186
un k&r some of this.  remove pc98 bits.

Revision 1186 - Directory Listing - [select for diffs]
Modified Sun Aug 12 04:07:56 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1185
I need to test these things.

Revision 1185 - Directory Listing - [select for diffs]
Modified Sun Aug 12 03:04:39 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1184
Speaker duration is incorrect according to the documentation.  Fix this.

$MidnightBSD$

Revision 1184 - Directory Listing - [select for diffs]
Modified Sun Aug 12 02:55:08 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1183
Return value is never used.  Don't bother to assign it, just ignore.

Revision 1183 - Directory Listing - [select for diffs]
Modified Sun Aug 12 02:47:58 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1144
Fix 106 key japanese keyboards.

Revision 1144 - Directory Listing - [select for diffs]
Modified Mon Aug 6 04:46:04 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1133
$MidnightBSD$

Revision 1133 - Directory Listing - [select for diffs]
Modified Thu Aug 2 08:33:00 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1123
Fix interaction with Windows 2000/XP servers.  If a newly created directory has exactly 50 entries, an error is generated as smbfs grabs 52 items at a time.  With . and .. this is 52.  It then returns on the second trip and causes some apps like rsync to generate errors.

Revision 1123 - Directory Listing - [select for diffs]
Modified Tue Jul 31 05:25:37 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1122
Remove umapfs.  It is totally broken.

Revision 1122 - Directory Listing - [select for diffs]
Modified Tue Jul 31 05:24:05 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1120
Remove umapfs.  It is seriously broken.

Revision 1120 - Directory Listing - [select for diffs]
Modified Tue Jul 31 04:31:26 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1110
Connect HPFS to bulid.

Revision 1110 - Directory Listing - [select for diffs]
Modified Thu Jul 26 22:15:40 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1105
Remove alpha bits.

Revision 1105 - Directory Listing - [select for diffs]
Modified Thu Jul 26 18:48:57 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1104
Remove alpha bits.

Revision 1104 - Directory Listing - [select for diffs]
Modified Thu Jul 26 18:33:16 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1103
Remove pc98 bits.

Revision 1103 - Directory Listing - [select for diffs]
Modified Thu Jul 26 18:30:11 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1102
Remove alpha bits.

Revision 1102 - Directory Listing - [select for diffs]
Modified Thu Jul 26 18:14:38 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1101
Remove alpha and pc98 bits.

Revision 1101 - Directory Listing - [select for diffs]
Modified Thu Jul 26 17:08:59 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1100
Intel/IBM Blades do not have keyboard devices and will hang.  Avoid the hang with a timeout.

Apple intel-based Macs do not have a keyboard controller.  Provide a timeout for these devices.

Revision 1100 - Directory Listing - [select for diffs]
Modified Thu Jul 26 16:34:22 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1099
$MidnightBSD$

Revision 1099 - Directory Listing - [select for diffs]
Modified Thu Jul 26 16:27:58 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1089
A20 timeout for intel Macs.

Revision 1089 - Directory Listing - [select for diffs]
Modified Wed Jul 25 06:04:17 2007 UTC (16 years, 9 months ago) by alex
Diff to previous 1065
8 byte alignment for rwlock

Revision 1065 - Directory Listing - [select for diffs]
Modified Sun Jul 22 07:57:59 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1032
MidnightBSD has had a behavior where incoming packets were dropped if the MRU > MTU.  If you had a device misconfigured on your network, for instance with jumbo frames, the network stack would drop packets.  This is not a desired behavior in most cases.

However, some people like to experiment with the existing behavior or have other reasons such as detecting misconfigured devices.  We now have a new sysctl net.link.ether.MTUisMRU which allows you to tune this behavior.  0 is the default and implies the stack will take all incoming packets that it can handle whereas 1 reverts to the old behavior.

This patch was inspired by work from Julian Elischer @ freebsd-net

Revision 1032 - Directory Listing - [select for diffs]
Modified Mon Jul 16 03:00:45 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1031
 Back this out as well.

Revision 1031 - Directory Listing - [select for diffs]
Modified Mon Jul 16 02:58:41 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1030
Back this change out.

Revision 1030 - Directory Listing - [select for diffs]
Modified Mon Jul 16 00:12:51 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1029
Better handle error condition for msdos file system.

Revision 1029 - Directory Listing - [select for diffs]
Modified Mon Jul 16 00:07:50 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1028
$MidnightBSD$

Revision 1028 - Directory Listing - [select for diffs]
Modified Sun Jul 15 23:46:05 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1027
Free resources.

Revision 1027 - Directory Listing - [select for diffs]
Modified Sun Jul 15 23:42:46 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1026
fixes page fault on flash msdosfs

Revision 1026 - Directory Listing - [select for diffs]
Modified Sun Jul 15 11:41:50 2007 UTC (16 years, 9 months ago) by alex
Diff to previous 1011
without casting, neg values can prevent opening a socket

Revision 1011 - Directory Listing - [select for diffs]
Modified Fri Jun 1 03:22:37 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1010
SMP is now default on amd64.

Revision 1010 - Directory Listing - [select for diffs]
Modified Fri Jun 1 03:20:15 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1009
Remove SMP configuration as its not default in GENERIC.

Revision 1009 - Directory Listing - [select for diffs]
Modified Fri Jun 1 03:19:47 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1008
SMP is enabled by default on i386.

Revision 1008 - Directory Listing - [select for diffs]
Modified Sun May 27 00:05:58 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 997
Fix typo in comment.

Revision 997 - Directory Listing - [select for diffs]
Modified Mon May 7 16:56:09 2007 UTC (17 years ago) by laffer1
Diff to previous 996
Configuration ROM length should be unsigned.

Revision 996 - Directory Listing - [select for diffs]
Modified Mon May 7 16:54:09 2007 UTC (17 years ago) by laffer1
Diff to previous 995
Initialize configuration ROM before a bus reset.

Revision 995 - Directory Listing - [select for diffs]
Modified Mon May 7 16:50:10 2007 UTC (17 years ago) by laffer1
Diff to previous 992
Don't call fw_busreset(fc) in firewire_attach

Revision 992 - Directory Listing - [select for diffs]
Modified Thu May 3 05:41:47 2007 UTC (17 years ago) by laffer1
Diff to previous 987
UDP checksums are checked in place, overwriting whatever is there.  This has the side effect of the ICMP code sending back the first eight bytes of the UDP payload with 2 bytes different.

Patch by Matthew Luckie.

Revision 987 - Directory Listing - [select for diffs]
Modified Tue May 1 05:17:38 2007 UTC (17 years ago) by laffer1
Diff to previous 983
Fix strtoul() error condition check.

Revision 983 - Directory Listing - [select for diffs]
Modified Fri Apr 27 20:29:07 2007 UTC (17 years ago) by laffer1
Diff to previous 981
This is equivalent to the recent OpenBSD discover of type 0 routing headers as insecure.  There is now a sysctl to enable the behavior.  Currently, this is not needed unless the host is acting as a router.  In which case, ideally there should be firewall rules in place to protect the host.  ipfw and pf do not offer solutions to protect systems entirely yet.

This patch is derived from the FreeBSD SA-07:03.ipv6 patch.

Revision 981 - Directory Listing - [select for diffs]
Modified Fri Apr 20 15:12:55 2007 UTC (17 years ago) by laffer1
Diff to previous 980
Fix twiddle display.

Revision 980 - Directory Listing - [select for diffs]
Modified Fri Apr 20 15:06:48 2007 UTC (17 years ago) by laffer1
Diff to previous 979
Add -mno-sse3 for prescott/nocona.

Revision 979 - Directory Listing - [select for diffs]
Modified Thu Apr 19 04:56:38 2007 UTC (17 years ago) by laffer1
Diff to previous 977
Fix a buffer overflow.

Revision 977 - Directory Listing - [select for diffs]
Modified Tue Apr 17 17:04:46 2007 UTC (17 years ago) by laffer1
Diff to previous 944
Add the NVIDIA nForce MCP61 ATA controller.

Revision 944 - Directory Listing - [select for diffs]
Modified Tue Apr 10 06:28:53 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 942
Update to 0.2-CURRENT

Revision 942 - Directory Listing - [select for diffs]
Modified Tue Apr 10 06:11:10 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 941
$MidnightBSD$

Revision 941 - Directory Listing - [select for diffs]
Modified Tue Apr 10 06:03:28 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 906
Set the version number internally to .2

Revision 906 - Directory Listing - [select for diffs]
Modified Fri Apr 6 20:37:50 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 892
Back out propolice.  More information in UPDATING.

In short, propolice broke libpthread and libthr.

Revision 892 - Directory Listing - [select for diffs]
Modified Tue Apr 3 14:42:19 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 890
Prevent a panic by checking for NULL and print a message to that effect.

Revision 890 - Directory Listing - [select for diffs]
Modified Tue Apr 3 13:30:31 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 889
Remove bandaid.

Giant was locked on calls to sorecieve() and sosend() to fix a race condition which shouldn't be a problem anymore.

Revision 889 - Directory Listing - [select for diffs]
Modified Tue Apr 3 13:24:36 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 886
Remove GIANT lock which should not be ndded with make_dev(9)

Revision 886 - Directory Listing - [select for diffs]
Modified Mon Apr 2 00:48:03 2007 UTC (17 years, 1 month ago) by archite
Diff to previous 882
Importing propolice into MidnightBSD. Propolice is going to
provide us with much greater security and stability in the
long run. If upgrading from a pre-propolice system, please
follow the these instructions:

cd /usr/src/lib/libc && make obj && make && make install
cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
buildworld and kernel

It is adviced that any mports which were installed and/or built
prior to the propolice update also be updated. If any errors
or issue are encounted, please contact security@midnightbsd.org
and we will be sure to investigate and come up with an expeditious
fix.

Revision 882 - Directory Listing - [select for diffs]
Modified Thu Mar 29 23:02:48 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 881
Increase LOMTU to 32768.  The previous value was set in 1995.  NetBSD has been using around 32k since the BSD 4.4 lite import.

My testing has shown 32768 is faster on some workloads.  There is a very slight drop transfer large, cached data but uncached data showed a noticable improvement.

Revision 881 - Directory Listing - [select for diffs]
Modified Thu Mar 29 22:44:53 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 863
Remove WARNS from cpufreq Makefile.  kernel source Makefiles should not use WANRS as it conflicts with kernel build options.

Add additional Pentium M cpus.

Revision 863 - Directory Listing - [select for diffs]
Modified Sat Mar 17 23:17:24 2007 UTC (17 years, 1 month ago) by archite
Diff to previous 850
Updating sound system including the snd_hda patches from FreeBSD.

Revision 850 - Directory Listing - [select for diffs]
Modified Thu Mar 15 14:39:44 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 849
OK. We've got this sorted.

Revision 849 - Directory Listing - [select for diffs]
Modified Thu Mar 15 14:08:28 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 848
Add some useful macros.

Revision 848 - Directory Listing - [select for diffs]
Modified Thu Mar 15 13:44:04 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 847
Temporary fix to unbreak world.

Revision 847 - Directory Listing - [select for diffs]
Modified Thu Mar 15 02:35:23 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 846
Fix the behavior of the Apple Mighty Mouse.

Revision 846 - Directory Listing - [select for diffs]
Modified Thu Mar 15 02:21:47 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 845
f we receive an out of window SYN for an established connection, then ack the syn as required by RFC793

Revision 845 - Directory Listing - [select for diffs]
Modified Thu Mar 15 02:10:40 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 844
 Enable proxy ARP answers on any of the bridged interfaces if proxy record
 belongs to another interface within the bridge group.

Revision 844 - Directory Listing - [select for diffs]
Modified Thu Mar 15 02:07:21 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 843
Increment requests counter right before we send an arp query.  Without this change, EHOSTDOWN errors could be reported which would be incorrect.

Revision 843 - Directory Listing - [select for diffs]
Modified Thu Mar 15 02:05:28 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 834
Comply with RFC 3927.

Revision 834 - Directory Listing - [select for diffs]
Modified Wed Mar 14 23:32:19 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 827
OpenSSH 4.6p1
BSD licensed gzip from FreeBSD/NetBSD.

Revision 827 - Directory Listing - [select for diffs]
Modified Wed Mar 14 01:53:23 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 814
Disable debugging information.

Revision 814 - Directory Listing - [select for diffs]
Modified Tue Mar 13 03:07:44 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 813
Reapply 1.3, but keep out 1.4.

Revision 813 - Directory Listing - [select for diffs]
Modified Tue Mar 13 03:05:40 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 801
Backout 1.3

Revision 801 - Directory Listing - [select for diffs]
Modified Mon Mar 12 22:01:55 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 800
add link status descriptions and related structures for userland
applications.

Revision 800 - Directory Listing - [select for diffs]
Modified Mon Mar 12 21:17:04 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 799
Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.

Allow RTM_CHANGE to change a number of route flags as specified by RTF_FMASK.

The unusued rtm_use filed in struct rt_Msghdr is redesignated as rtm_fmask field to communicate route flag changes in RTM_CHANGE messages from userland.  The use count of a route was moved to rtm_rmx some time ago.

Revision 799 - Directory Listing - [select for diffs]
Modified Mon Mar 12 21:14:31 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 797
Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH and MD5_DIGEST_STRING_LENGTH

Revision 797 - Directory Listing - [select for diffs]
Modified Mon Mar 12 21:03:50 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 796
Fix race conditions.

Revision 796 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:59:27 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 795
Sound overhaul.

Fix 8bit int overflows during channel creation and destruction on vchans.

Enforce channel/chardev numbering within 8bit boundary.

Traverse d-channels SLIT and try to reclaim free counter during channel creation.

Determine open direction using 'flags', not mode.

Don't allow opening the same device twice. (WTF?)

O_RDWR is allowed, provided that it is done by a single open and the hardware supports full duplex.

Fix pcm_unregister memory leak.

Optimize channel allocation and numbering.

Mega vchan create/destroy cleanup.

Obtained from FreeBSD

Revision 795 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:51:36 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 794
Pointer align should be generic enough to handle awkward byte size especially for true 24 bit format.

Obtained from FreeBSD.

Revision 794 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:50:18 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 793
Convert NULL checks into KASSERTs

Revision 793 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:46:50 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 792
Drop the kqueue global mutex as soon as we are finished with it.

Clear any action flags on the register knote.

Obtained from FreeBSD.

Revision 792 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:43:07 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 791
Fix memory leaks in failure cases.

Revision 791 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:40:22 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 789
Add support for AD1815 based ISA sound cards.

Revision 789 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:28:30 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 788
If the buffer lock has waiters after the bufer 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.

Obtained from FreeBSD (tegge) 1.491.2.8

Revision 788 - Directory Listing - [select for diffs]
Modified Mon Mar 12 20:23:41 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 777
Destroy bip bio when an error occurs.

Revision 777 - Directory Listing - [select for diffs]
Modified Fri Mar 9 03:00:49 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 776
COMPAT_43

Revision 776 - Directory Listing - [select for diffs]
Modified Fri Mar 9 02:59:57 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 774
$MidnightBSD$

Revision 774 - Directory Listing - [select for diffs]
Modified Fri Mar 9 02:42:24 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 773
oops...

Revision 773 - Directory Listing - [select for diffs]
Modified Fri Mar 9 02:20:50 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 771
Accidently commited something I was testing.. msk.

Revision 771 - Directory Listing - [select for diffs]
Modified Thu Mar 8 18:54:36 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 770
Add LSI MegaRAID SAS mfi

Revision 770 - Directory Listing - [select for diffs]
Modified Thu Mar 8 18:53:43 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 769
Add mfi LSI MegaRAID SAS

Revision 769 - Directory Listing - [select for diffs]
Modified Thu Mar 8 18:51:36 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 768
Add mfi hooks

Revision 768 - Directory Listing - [select for diffs]
Modified Thu Mar 8 18:03:27 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 767
add mfi

Revision 767 - Directory Listing - [select for diffs]
Modified Thu Mar 8 17:31:59 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 765
Add IFF_NEEDSGIANT which is required with the kernel PPP

Revision 765 - Directory Listing - [select for diffs]
Modified Thu Mar 8 17:27:08 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 764
Fix race condition.

Revision 764 - Directory Listing - [select for diffs]
Modified Thu Mar 8 17:11:18 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 761
If an NFS server returns more than a few EJUKEBOX errors for a given RPC request, the NFS client will back off for a very long wait (days, weeks) before retrying.

Change behavior to match solaris.  There is a new sysctl nfs3_jukebox_delay which is in seconds to adjust the retry default.

Revision 761 - Directory Listing - [select for diffs]
Modified Fri Mar 2 02:36:10 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 760
Fix setsockopt SO_NOSIGPIPE.

Revision 760 - Directory Listing - [select for diffs]
Modified Tue Feb 27 05:25:36 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 753
Add support for Intel 945G chipset.

Revision 753 - Directory Listing - [select for diffs]
Modified Fri Feb 23 00:50:36 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 744
Remove alpha reference.

Revision 744 - Directory Listing - [select for diffs]
Modified Mon Feb 19 22:00:52 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 743
Remove device zs, remove nodevice uart

Revision 743 - Directory Listing - [select for diffs]
Modified Mon Feb 19 21:30:39 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 742
This is a patch from Andrew Turner to allow partial booting on EFIKA.  It includes ofwread.S from NetBSD.  It uses the real-mode ofw interface from NetBSD and TLB exception handlers from FreeBSD's perforce //depot/user/jaras.

The ofwr_init call is not enabled by default as it breaks Macs.  If the ifdef FIRMWORKSBUGS is commented out, EFIKA will work until it hits the scheduler.

Revision 742 - Directory Listing - [select for diffs]
Modified Mon Feb 19 21:18:24 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 735
If the CPU is unknown, the version check will run off the list... this will correct that deficiency.

Revision 735 - Directory Listing - [select for diffs]
Modified Fri Feb 9 18:43:36 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 734
Remove zs to unbreak kernel builds.

Revision 734 - Directory Listing - [select for diffs]
Modified Fri Feb 9 18:27:54 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 731
Add kernel config for PowerPC

Revision 731 - Directory Listing - [select for diffs]
Modified Wed Feb 7 16:39:14 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 730
Remove unused variable.

Revision 730 - Directory Listing - [select for diffs]
Modified Wed Feb 7 16:36:08 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 729
$MidnightBSD$

Fix beep code.

Revision 729 - Directory Listing - [select for diffs]
Modified Wed Feb 7 15:50:03 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 712
TCP Auto sizing of socket buffers improves throughput on high latency links. Several new sysctls were added to control the buffers max size, etc.

Additional work is needed, but under initial testing this is working great.  You must rebulid world in order for netstat to work correctly.

A few changes were made to netstat, but do not change functionality in any significant way.

Revision 712 - Directory Listing - [select for diffs]
Modified Sun Jan 28 18:22:15 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 706
Add additonal PATA controllers found on newer motherboards.

This specifically fixes the INTEL DP965LT which I happen to be using.  Many Intel motherboards use one of these chips.

Revision 706 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:20:58 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 705
Remove manual assignment of m_pkthdr from one mbuf to another in ipsec_copypkt() as its handled by M_MOVE_PKTHDR()

Revision 705 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:11:49 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 704
Sync with FreeBSD 6.1 Release.

Revision 704 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:07:01 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 703
We only lock the local per cpu page in the local dTLB, so accessing the foreign CPU pages in cpu_ipi_send() causes a page fault.

Revision 703 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:05:30 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 702
Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG which is used for ECC handling and additional bits for cpu bug workarounds.

Revision 702 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:03:22 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 700
Move the check for too high HZ values.

Revision 700 - Directory Listing - [select for diffs]
Modified Fri Jan 19 03:46:41 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 699
Fix a bug in the retransmission path.

Revision 699 - Directory Listing - [select for diffs]
Modified Fri Jan 19 03:33:17 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 697
allow root to open jail PTYs from the host.

Revision 697 - Directory Listing - [select for diffs]
Modified Fri Jan 19 03:26:22 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 696
Fix a memory leak when net.inet6.icmp6.nd6_maxquelen is greater than 1

Revision 696 - Directory Listing - [select for diffs]
Modified Fri Jan 19 03:23:17 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 693
Fix up IPXIP so that the network stack is run with Giant.  There is unsafety in the code that requires this change for SMP systems to function properly.

Revision 693 - Directory Listing - [select for diffs]
Modified Fri Jan 19 02:57:43 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 692
Fix IP checksum when modifying IP header fields.

Revision 692 - Directory Listing - [select for diffs]
Modified Fri Jan 19 02:41:21 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 690
Fix thread suspension race.

Revision 690 - Directory Listing - [select for diffs]
Modified Fri Jan 19 02:34:19 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 689
Enable the MK48Txx watchdog part for E250 and E450

Revision 689 - Directory Listing - [select for diffs]
Modified Fri Jan 19 02:33:24 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 681
Clear the interupt source flags before processing the interupt events and turn off  NIC interrupts while in the interrupt handler.

Relax the watchdog timer somewhat; don't enable it until the last packet is enqueued and if there is a TX interrupt but there are still outstanding ones reload the timer.

Revision 681 - Directory Listing - [select for diffs]
Modified Fri Jan 19 01:26:08 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 680
Add unshare function.

Revision 680 - Directory Listing - [select for diffs]
Modified Fri Jan 19 01:22:38 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 678
Sync if_hme

Revision 678 - Directory Listing - [select for diffs]
Modified Fri Jan 19 01:16:40 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 677
add missing function to uipc_mbuf.c

Revision 677 - Directory Listing - [select for diffs]
Modified Fri Jan 19 01:00:01 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 676
Sync ipsec.

Revision 676 - Directory Listing - [select for diffs]
Modified Fri Jan 19 00:51:34 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 675
Sync with freebsd

Revision 675 - Directory Listing - [select for diffs]
Modified Fri Jan 19 00:37:18 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 671
Sync with FreeBSD

Revision 671 - Directory Listing - [select for diffs]
Modified Thu Jan 18 04:04:26 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 670
Descripter fixes to kill dup(2) error.

Revision 670 - Directory Listing - [select for diffs]
Modified Thu Jan 18 03:56:22 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 668
Don't call vn_finished_write() if vn_start_write() failed.

Revision 668 - Directory Listing - [select for diffs]
Modified Thu Jan 18 03:39:19 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 667
When a process is de-configuring a log file, also stop all of its PMCs that require a log file to operate.

Only stop PMCs that are in the running state.

Revision 667 - Directory Listing - [select for diffs]
Modified Thu Jan 18 03:36:38 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 666
add a note about the assumption for m->m_pkthdr.rcvif

Revision 666 - Directory Listing - [select for diffs]
Modified Thu Jan 18 03:35:31 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 665
Updates net.inet6.ip6.kame_version as the proof of the latest KAME merge

Revision 665 - Directory Listing - [select for diffs]
Modified Thu Jan 18 03:33:53 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 660
Add PCI ID for Neteasy DRP-32TXD cardbus 10/100 card.

Revision 660 - Directory Listing - [select for diffs]
Modified Sat Jan 13 19:04:08 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 658
Sync gmirror code.

Revision 658 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:57:10 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 657
If fifo_open() is called with a negative file descriptor, return EINVAL.

Revision 657 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:52:03 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 655
Sync with FreeBSD 6.1 Release

Revision 655 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:47:28 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 654
calcu fix for threaded process.

Revision 654 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:41:20 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 651
Free private data when deleting hook.

Revision 651 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:37:09 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 650
Fix genesys 6-in-1 card reader.

Revision 650 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:32:40 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 649
Unbreaks symlinks that have double slashes...

Revision 649 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:31:33 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 648
Remove baudrate in miibus aware drivers.

Revision 648 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:26:25 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 646
Do not touch baudrate

Revision 646 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:13:08 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 645
For audit stubs

Revision 645 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:11:21 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 644
Sync with FreeBSD 6.1 Release.

Revision 644 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:10:11 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 643
Add audit stubs.

Revision 643 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:07:30 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 642
Sync with FreeBSD 6.1 Release.

syscalls.master: add audit stubs.

Revision 642 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:06:14 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 641
Add stub audit calls for future compatibility.

Revision 641 - Directory Listing - [select for diffs]
Modified Sat Jan 13 17:51:09 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 639
Sync with FreeBSD 6.1 Release

Revision 639 - Directory Listing - [select for diffs]
Modified Sat Jan 13 17:40:55 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 637
Correct ni_txrate when using a fixed rate.

Revision 637 - Directory Listing - [select for diffs]
Modified Sat Jan 13 17:37:21 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 635
Unbreak missing symbols so world will eventually compile :)

Revision 635 - Directory Listing - [select for diffs]
Modified Sat Jan 13 16:14:34 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 634
VFS fixes, etc.  Sync with FreeBSD 6.1 Release.

Revision 634 - Directory Listing - [select for diffs]
Modified Sat Jan 13 16:11:01 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 633
VFS SMP fixes etc

Revision 633 - Directory Listing - [select for diffs]
Modified Sat Jan 13 16:03:36 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 632
VFS SMP fixes, stack api, softupdates fixes.

Revision 632 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:57:44 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 631
VFS SMP fixes etc

Revision 631 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:46:38 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 630
VFS SMP fixes, stack api, softupdates fixes.

Revision 630 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:43:50 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 629
VFS SMP fixes, stack api, softupdate fixes.

1.160.2.2 FBSD equivalent.

Revision 629 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:39:13 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 628
VFS SMP fixes, stack api, softupdates fixes.

Revision 628 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:23:22 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 627
VFS SMP fixes, stack api, softupdates

Revision 627 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:21:52 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 626
VFS SMP fixes, stack api, softupdates fixes.

Revision 626 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:19:39 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 625
VFS SMP fixes, stack API, softupdates fixes.

Revision 625 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:17:52 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 624
Fix stack alignment for KSE

Revision 624 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:13:07 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 623
Call vfs_destroy_object() before v_data gets set to NULL.

Revision 623 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:11:38 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 622
Call vfs_destroy_object() before v_data gets set to NULL

Revision 622 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:08:44 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 620
Call vfs_destroy_object() beofre v_data gets set to NULL

Revision 620 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:04:47 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 619
iir works on PAE now.

Revision 619 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:04:10 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 618
Update the iir driver to include > 4GB support.

Revision 618 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:00:24 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 617
Further refine the bridge hack in teh arp code.  Only do the special arp handling for interfaces which are actually in the bridge group, ignore all others.

Revision 617 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:59:24 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 616
Consolidate calculation of capabilities

Revision 616 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:58:50 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 615
Make driver override of net80211 parameter state consistent with methods.

Revision 615 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:54:25 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 612
Sync with FreeBSD 6.1

Revision 612 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:42:43 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 611
Add Cronyx Tau32-PCI adapters code.

Revision 611 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:37:42 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 610
Add support for Cronyx Tau32-PCI adaptors. (connect to build)

Revision 610 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:28:01 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 609
Sync with FreeBSD 6.1 Release.

Finish interrupt changes.

Revision 609 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:26:46 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 608
Finish interrupt changes.

Revision 608 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:19:06 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 607
Finish interrupt changes.

Revision 607 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:14:10 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 604
Sync with FreeBSD 6.1 Release.

Revision 604 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:04:07 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 602
Don't touch baudrate in miibus aware drivers.

Correctly switch IFCAP_VLAN_HWTAGGING on and off.

Revision 602 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:34:46 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 601
Move the functionality of options TDFX_LINUX from 3dfx.ko to a seperate module.

Revision 601 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:30:49 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 600
Move options TDFX_LINUX from 3dfx.ko to a seperate module.

Revision 600 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:29:42 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 599
Move options TDFX_LINUX from 3dfx.ko to a new module.

Revision 599 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:19:52 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 595
Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().
Acquire read (not write) lock in case of IP_FW_TABLE_LIST.

Revision 595 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:15:18 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 590
Fix for an inappropriate bzero of the ICMPv6 stats.

Revision 590 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:08:06 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 587
Add timers

Revision 587 - Directory Listing - [select for diffs]
Modified Sat Jan 13 00:02:53 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 583
Sync with FreeBSD 6.1 Release.

Introduce several patches to stop potential deadlocks with snapshots.  Clean up the vm code.

Revision 583 - Directory Listing - [select for diffs]
Modified Fri Jan 12 23:33:32 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 582
Throw out all the logical APIC ID stuff and just wire up the interrupts to individual CPUs using physical addressing and fixed delivery mode.

Revision 582 - Directory Listing - [select for diffs]
Modified Fri Jan 12 23:27:36 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 579
Sync with FreeBSD 6.1 Release.

Revision 579 - Directory Listing - [select for diffs]
Modified Mon Jan 8 00:37:49 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 578
Remove some dead code.

Revision 578 - Directory Listing - [select for diffs]
Modified Mon Jan 8 00:37:07 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 573
amr_linux.c: add a missing check for the return value for copyin()

Revision 573 - Directory Listing - [select for diffs]
Modified Mon Jan 8 00:16:53 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 572
Make pflog a seperate module.

Revision 572 - Directory Listing - [select for diffs]
Modified Mon Jan 8 00:16:33 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 570
Make pf a seperate module.

Revision 570 - Directory Listing - [select for diffs]
Modified Mon Jan 8 00:01:57 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 566
Link firmware to the build.

Revision 566 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:51:00 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 565
Sync with FreeBSD 6.1 Release.

Revision 565 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:46:27 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 564
Do not use the TSC where its know to be broken.

Revision 564 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:40:52 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 561
crypto.ko depends on zlib.

Revision 561 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:15:07 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 559
Fix a bug in ip_reass() if we are using 'full' hardware rx checksum offload.

Revision 559 - Directory Listing - [select for diffs]
Modified Sun Jan 7 22:36:50 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 558
Provide ability to disable kbdmux(4)

Fix endian bugs accessing ioctl arguments

Revision 558 - Directory Listing - [select for diffs]
Modified Sun Jan 7 22:29:34 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 557
Sync with FreeBSD 6.1 Release

Revision 557 - Directory Listing - [select for diffs]
Modified Sun Jan 7 22:28:49 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 556
Move the hard coded ETHER_* options where they belong.

Utilize the fact the module supprots all frames by default.

Fix comment.

Revision 556 - Directory Listing - [select for diffs]
Modified Sun Jan 7 22:14:28 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 555
Fix random popping while playing in 32bit by increasing the buffer size.

Fix severe crackling under repetative module load/unload.

Make sure DMA pointer is properly aligned to avoid trunication by caller.

Add ac97 inverted external amplifier quirk for Maxselect x710s. (russian)

Trim unnecessary pointer alignment.

Revision 555 - Directory Listing - [select for diffs]
Modified Sun Jan 7 22:12:36 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 553
Fix possible DMA leak and locking violation especially during suspend and resume or module load/unload.

Revision 553 - Directory Listing - [select for diffs]
Modified Sun Jan 7 19:10:11 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 552
Fixes a problem when you have IPSEC in your kernel and want crypto loaded as a module.

Revision 552 - Directory Listing - [select for diffs]
Modified Sun Jan 7 19:04:00 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 550
Megacommit :)

This is a change in the way interrupt handling is done similar to the FreeBSD commit to RELENG_6_1 on March 10.

Revision 550 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:40:58 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 549
Have TCP Inflight disable itself if RTT is too low.

sysctl net.inet.tcp.inflight.rttthresh specifies the threshold in milliseconds below which it will disengage inflight.  It defaults to 10ms.

Revision 549 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:37:57 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 548
Make sysctl_msec_to_ticks(SYSCTL_HANDER_ARGS) avaliable instead of private to tcp_timer.c

Revision 548 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:33:49 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 547
Make kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] read only.

Revision 547 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:26:25 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 545
Change pfs_visible() to optionally return with the process still locked to simply locking and close some race conditions.

Revision 545 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:22:54 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 543
Hold the proc lock while calling proc_sstep().

Revision 543 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:19:04 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 542
Change the x86 interrupt code to allocate IDT vectors on demand.

Revision 542 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:13:28 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 540
apic fixes and tweaks from FreeBSD revisions 1.16 (io_apic.c) and 1.18 (local_apic.c)

Revision 540 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:08:44 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 539
Backout cardbus MFC from FreeBSD 6.1 beta and bring the code to 6.1 Release
standards.

Revision 539 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:06:21 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 538
Sync with FreeBSD 6.1

Revision 538 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:05:37 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 537
Correct issues with cardbus code.  Sync with FreeBSD.

Revision 537 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:00:04 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 535
Sync with FreeBSD 6.1 Release.

Revision 535 - Directory Listing - [select for diffs]
Modified Sun Jan 7 03:54:45 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 534
Sync ELI with FreeBSD 6.1 Release.

Revision 534 - Directory Listing - [select for diffs]
Modified Sun Jan 7 03:50:23 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 533
Apply some patches from FreeBSD 6.1 Release for cpu detection, ioctl fixes, etc.

Change i386 GENERIC kernel to include VESA and raster support so that end users can easily switch to 800x600 and other video modes in the console.  While the kernel size is larger, it makes more sense on a desktop.

Revision 533 - Directory Listing - [select for diffs]
Modified Sun Jan 7 03:47:09 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 532
Re-apply previous patch.

Revision 532 - Directory Listing - [select for diffs]
Modified Sun Jan 7 03:45:37 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 531
Accidently added code to attach instead of the init function.

Revision 531 - Directory Listing - [select for diffs]
Modified Sat Jan 6 22:03:11 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 530
Helps to spell the function name correctly.

Revision 530 - Directory Listing - [select for diffs]
Modified Sat Jan 6 21:52:37 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 529
Sync with FreeBSD

Revision 529 - Directory Listing - [select for diffs]
Modified Sat Jan 6 21:02:49 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 528
Fix the hw.realmem sysctl

Revision 528 - Directory Listing - [select for diffs]
Modified Sat Jan 6 21:02:36 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 521
Fix hw.realmem sysctl

Revision 521 - Directory Listing - [select for diffs]
Modified Sat Jan 6 18:52:52 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 519
Switch this over to GIANT as the other keyboard devices require.

Revision 519 - Directory Listing - [select for diffs]
Modified Sat Jan 6 06:02:29 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 516
Add a spinlock to handles cases where printf, etc are called simultaneously.  This should fix console freezes in some circumstances.

This patch was based on a similar patch to FreeBSD stable, however, we do not use the new "enhanced" syscons code so it will require further testing.  It works fine on a UNI box.

Revision 516 - Directory Listing - [select for diffs]
Modified Sat Jan 6 01:29:55 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 515
Cleanup can be fun.

Revision 515 - Directory Listing - [select for diffs]
Modified Sat Jan 6 01:16:44 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 514
Check the return code of sc_clean_up() in the only place missing.  There is only one case where it can fail in wait_scrn_saver_stop(), but might as well check.

Revision 514 - Directory Listing - [select for diffs]
Modified Sat Jan 6 01:11:46 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 465
Sometimes the vty switching has to be delayed; the vty to be switched is saved in sc->delayed_next_scr and toe actual switch happens later.  It is possible to get into an endless loop when trying to switch to a closed vty.

To repeat:
boot single user
run kbdcontrol -b visual
quickly press alt + f2 twice.

Revision 465 - Directory Listing - [select for diffs]
Modified Sun Dec 31 23:25:30 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 464
Get rid of a potential panic in linprocfs by removing a call to fdfree() which is no longer needed.

Revision 464 - Directory Listing - [select for diffs]
Modified Sun Dec 31 23:23:44 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 463
If block size is zero, use normal file operations to do I/O.  This eliminates a divide by zero fault.

Obtained from FreeBSD (davidxu)

Revision 463 - Directory Listing - [select for diffs]
Modified Sun Dec 31 22:42:40 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 462
Happy New Year.

Revision 462 - Directory Listing - [select for diffs]
Modified Sun Dec 31 22:37:47 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 454
s/FreeBSD/MidnightBSD

Revision 454 - Directory Listing - [select for diffs]
Modified Sun Dec 31 21:10:52 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 448
Just to clarify compatiblity, we've merged all changes between the import date of Feb 24 and the tcsh Feb 26 commit in FreeBSD.  Bump the version number.

Revision 448 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:55:58 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 446
Add missing ohci_waitintr() call that allows polled operation of bulk transfers to have a chance.

Revision 446 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:49:07 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 445
Always print a newline char at the end of the line.

Revision 445 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:43:11 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 444
Stop device so we don't panic on removal.

Revision 444 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:42:08 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 443
enable s/w bmiss handling in sta mode

Revision 443 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:39:52 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 442
use s/w bmiss facility

Revision 442 - Directory Listing - [select for diffs]
Modified Sun Dec 31 19:01:26 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 437
Back out some of the changes to kern_mbuf.c and correct an obmission in upic_mbuf.c

Revision 437 - Directory Listing - [select for diffs]
Modified Sun Dec 31 08:58:59 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 436
Replace 4k mbuf clusters with PAGE_SIZE clusters. This should improve TCP/IP performance.

Also add new MidnightBSD_version which will someday replace osreldate etc.

Revision 436 - Directory Listing - [select for diffs]
Modified Sun Dec 31 08:15:20 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 420
Add OpenBSD's hash functions.

Revision 420 - Directory Listing - [select for diffs]
Modified Fri Dec 29 23:23:36 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 378
Add missing PCI ID for Acer m5288.

Revision 378 - Directory Listing - [select for diffs]
Modified Wed Dec 27 05:16:15 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 375
Sync with FreeBSD RELENG_6

Revision 375 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:52:56 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 374
Sync with FreeBSD RELENG_6_2

Revision 374 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:51:23 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 373
Look for BSD label at 512-byte offset, if not found on the very beginning of the second sector.  This makes it compatible with labels created by disklabel(8) on non-512-byte-per-sector devices.

Import from FreeBSD.

Revision 373 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:48:57 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 372
Delay an orphan event if provider has still in-flight I/O requests. GEOM classes can then detach safely from the provider when an orphan event is received.  Fixes a 'detach with active requests' panic for gstripe/gconcat under load.

Imported/Obtained from FreeBSD.

Revision 372 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:46:36 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 371
Fix memory alignment error.

Import from FreeBSD.

Revision 371 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:45:12 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 370
Add g_duplicate_bio() function which does the same thing as g_clone_bio() except it allocates new bio with a M_WAITOK flag.

sys/geom/geom.h
sys/geom/geom_io.c

Import from FreeBSD.

Revision 370 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:41:43 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 369
Allow to use g_slice_orphan() from outside.

Revision 369 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:39:03 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 368
VFS SMP fixes, stack api, softupdates fixes.

Revision 368 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:36:31 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 367
Make sure that bio is set that no data has been transfered to fix fdisk(8)'s probing of secotr size for non-512 byte sector sizes.

Revision 367 - Directory Listing - [select for diffs]
Modified Wed Dec 27 04:32:54 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 348
Fix a typo in a comment.

Revision 348 - Directory Listing - [select for diffs]
Modified Fri Dec 22 02:12:27 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 347
We should not return an ERROR if there are no batteries present.

Revision 347 - Directory Listing - [select for diffs]
Modified Thu Dec 21 21:00:13 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 346
Missed a ifp

Revision 346 - Directory Listing - [select for diffs]
Modified Thu Dec 21 20:41:16 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 345
Assign rl_dev for rl driver.

Revision 345 - Directory Listing - [select for diffs]
Modified Thu Dec 21 20:40:08 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 344
Add rl_dev for previous commit.

Revision 344 - Directory Listing - [select for diffs]
Modified Thu Dec 21 19:52:03 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 343
Don't touch ifp-if_baudrate in miibus aware drivers.

Revision 343 - Directory Listing - [select for diffs]
Modified Thu Dec 21 19:51:12 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 342
Fix the previous commit to use rl's dev instead of ifp.  (two back)

Revision 342 - Directory Listing - [select for diffs]
Modified Thu Dec 21 16:47:20 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 341
Fix some race conditions in TTY code.  tty and sessrele(), doenterpgrp(), leavepgrp(), pgdelete() and enterpgrp().  The tty code is still under giant lock, but the session/pgrp release code just used proctree_locks.  P_CONTROLT isn't really fully locked too in enterpgrp().

Obtained from FreeBSD, mbr.

Revision 341 - Directory Listing - [select for diffs]
Modified Thu Dec 21 16:31:26 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 340
Retest tp->t_session because Giant might have been temporarily dropped while waiting for proctree_lock, allowing for an intervening tty_close() that cleared tp_>t_session.

Obtained from FreeBSD,tegge.

Revision 340 - Directory Listing - [select for diffs]
Modified Thu Dec 21 16:22:39 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 339
Consistently use if_printf() only in interface methods: if_start, if_ioctl, if_watchdog, etc or in functions that are used by these methods only.  In all other cases, device_printf should be used.

This also fixes several panics when if_printf() is called before softc->ifp was initialized.

Revision 339 - Directory Listing - [select for diffs]
Modified Thu Dec 21 16:18:09 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 337
IF_LLADDR does not necessarily return aligned memory addresses.  Since accessing ID registers in rt181x9 needs 32bit register access and RL_IDR6/RL_IDR7 registers are reserved registers bzero() is needed before copying the ethernet address.
This fixes a bug in Sparc64

Obtained from FreeBSD, yongari.

Revision 337 - Directory Listing - [select for diffs]
Modified Wed Dec 6 19:43:37 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 333
Should be >= and not >

Revision 333 - Directory Listing - [select for diffs]
Modified Wed Nov 29 17:09:59 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 332
Minor adjustment on the value for "short filename" situations to match freebsd's behavior.  Using -1 makes more sense.

Revision 332 - Directory Listing - [select for diffs]
Modified Wed Nov 29 04:31:24 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 331
The original patch falsely assumed time_t.

Revision 331 - Directory Listing - [select for diffs]
Modified Wed Nov 29 03:04:33 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 329
Correct file creation timestamp.

Revision 329 - Directory Listing - [select for diffs]
Modified Thu Nov 16 13:36:07 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 328
FreeBSD all versions FireWire IOCTL kernel integer overflow information disclousure

Revision 328 - Directory Listing - [select for diffs]
Modified Wed Nov 1 01:02:34 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 327
Signals can be delivered to a process or thread.  Check for thread delivered signals as well.

Revision 327 - Directory Listing - [select for diffs]
Modified Wed Nov 1 00:58:45 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 323
EWOULDBLOCK should be a recoverable error.  If it is not, clients will experience data loss using TCP.

Revision 323 - Directory Listing - [select for diffs]
Modified Mon Oct 30 21:39:18 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 321
Update DRM/DRI.  Fix ptrace_machdep build error.

Revision 321 - Directory Listing - [select for diffs]
Modified Mon Oct 30 18:51:07 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 302
i915 attachment and running fixed.
i915 vblank support.
Radeon's new memory map support.
ATI PCI/PCIE GART fix.
r300 fixes

Hack to radeon module to shut up errors.

Obtained from FreeBSD stable

Revision 302 - Directory Listing - [select for diffs]
Modified Sat Oct 28 05:14:30 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 301
Clear invalid bits in SSE mxcsr register.

Revision 301 - Directory Listing - [select for diffs]
Modified Sat Oct 28 05:08:09 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 300
Clear invalid bits in SSE mxcsr register

Revision 300 - Directory Listing - [select for diffs]
Modified Sat Oct 28 04:41:43 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 299
Added two additional Intel PCI ids for fxp 10/100 Pro NICs.

Revision 299 - Directory Listing - [select for diffs]
Modified Sat Oct 28 04:27:11 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 298
Clear invalid bits in SSE mxcsr register.

Revision 298 - Directory Listing - [select for diffs]
Modified Sat Oct 28 04:16:57 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 297
Don't set CR0_NE and CR0_MP in npx_probe() as they are already set earlier in cpu_setregs().

If we know this CPU has a FPU via cpuid, just assume INT16 and make the dmesg quiet.  This is true for all Pentium class processors and even some 486DX systems.

Revision 297 - Directory Listing - [select for diffs]
Modified Sat Oct 28 04:04:49 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 296
Don't allow userland to set hardware watch points on kernel memory for i386.

Revision 296 - Directory Listing - [select for diffs]
Modified Sat Oct 28 04:01:34 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 293
Remove UCB advertising clause.

Revision 293 - Directory Listing - [select for diffs]
Modified Fri Oct 27 22:11:59 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 292
Missed mpt changes.

Revision 292 - Directory Listing - [select for diffs]
Modified Fri Oct 27 20:46:54 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 291
Sync with cam changes.

Revision 291 - Directory Listing - [select for diffs]
Modified Fri Oct 27 19:52:26 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 290
Add speed sense correction for U320 SCSI.  Correct problem with mpt driver import.

Revision 290 - Directory Listing - [select for diffs]
Modified Fri Oct 27 16:35:43 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 289
Back out changes.

Revision 289 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:54:29 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 288
Sync with FreeBSD 6-Stable

Revision 288 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:49:00 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 287
Sync Via VGE based Gigabit ethernet with FreeBSD 6-Stable

Revision 287 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:46:20 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 286
Sync with FreeBSD 6-Stable (6.2 beta)

Revision 286 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:44:29 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 285
Sync mpt driver with 6-Stable (6.2 beta).  Adds support for newer fibre channel cards and SCSI controllers.

Revision 285 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:36:04 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 284
Sync USB support with FreeBSD 6.1 Release.

Revision 284 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:32:37 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 283
Fix handling of keyboard LEDs.

Revision 283 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:30:17 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 282
Import some locking changes from FreeBSD

Revision 282 - Directory Listing - [select for diffs]
Modified Fri Oct 27 15:28:41 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 281
Part 3:
Add support for nforce5 and intel ICH8 chipsets.  Add some additional ICH7 support.

From FreeBSD

Revision 281 - Directory Listing - [select for diffs]
Modified Thu Oct 26 21:17:32 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 280
Part 2 of our large ata update.  Most of these changes come from FreeBSD 6-stable or 6.1 Release.  We should be at least at 6.1 release levels with our support for devices with this commit.

Add support for the JMicron JMB361, 365 and 366 chips.

Make the ATAPI sense data accessible when using the ioctl interface.

Revision 280 - Directory Listing - [select for diffs]
Modified Thu Oct 26 12:59:58 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 268
Fix spelling error and change to MidnightBSD

Revision 268 - Directory Listing - [select for diffs]
Modified Sat Oct 14 23:08:54 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 267
Fast interupt handlers are causing problems on some systems.  This will workaround the problem until it can be resolved.

Revision 267 - Directory Listing - [select for diffs]
Modified Fri Oct 13 23:15:50 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 266
Only use the channel in the request given to ata_completed if
its still present.

Only look for ICRC and CORR errors on ATA devices not ATAPI.

Get rid of all the long long and mixint casting in printfs'.

On all our platforms intmax == int64_t so simply using %j to
print int64_ts' is safe all over, and doesn't pollute the code.

Update atapi-fd to support direct devices such as disks.

ATAUSB will need to hook inot the delayed boot identity to
have interrupts running, so externalize it.

Add USB modes.

Revision 266 - Directory Listing - [select for diffs]
Modified Fri Oct 13 20:43:48 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 265
Keep the parent device (channel) around in ata_request so that we don't
panic on device removal or failure.

Clean up ata_fail_requests to prevent the queue mnging to fail.

Ensure ata_reinit does things in the right order to prevent panics.

Revision 265 - Directory Listing - [select for diffs]
Modified Thu Oct 12 20:52:33 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 244
Fix memory leak in UDF.

Revision 244 - Directory Listing - [select for diffs]
Modified Tue Oct 10 15:23:51 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 243
Fix bug in malloc_uninit():
Releasing items from the mt_zone can not be done by a simple uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC flag.  Use uma_zfree_arg instead and supply the slam.

This bug can cause panics in low memory conditions while unloading kernel modules containing MALLOC_DEFINE(...) statements.

This commit brings kern_malloc.c up to FreeBSD 6.1 release equivalency.

Revision 243 - Directory Listing - [select for diffs]
Modified Tue Oct 10 15:08:08 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 224
Remove extraneous PHOLD() in kthread_create()

Revision 224 - Directory Listing - [select for diffs]
Modified Sun Oct 8 06:21:47 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 223
Fix comment.

Revision 223 - Directory Listing - [select for diffs]
Modified Sun Oct 8 06:19:42 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 222
Fix WARNS=2 warnings.

Revision 222 - Directory Listing - [select for diffs]
Modified Sun Oct 8 06:08:55 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 221
Make sure the filename for the kernel is correct.  The last character could be wrong with the previous code.

Revision 221 - Directory Listing - [select for diffs]
Modified Sun Oct 8 06:07:29 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 220
When enabling A20 put upper limit on amount of time we wait for the keyboard controller to get ready (65K x ISA access time, visually around 1 second).  If we have wait more than that amount it's likely that the hardware is a legacy-free system and doesn't have a keyboard controller and doesn't require enabling A20 at all.

This makes cdboot/pxeldr work on MacBook Pro systems with Boot Camp and some IBM Netvista systems such as the S40.

Revision 220 - Directory Listing - [select for diffs]
Modified Sun Oct 8 06:00:04 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 219
Reduces the size of BTX and boot2 along with some Compaq/HP bios compatibility fixes.

Revision 219 - Directory Listing - [select for diffs]
Modified Sun Oct 8 05:48:24 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 218
Fix for AMD64 systems so that the code generated is identical.

Revision 218 - Directory Listing - [select for diffs]
Modified Sun Oct 8 05:46:40 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 217
whitespace cleanup

Revision 217 - Directory Listing - [select for diffs]
Modified Sun Oct 8 05:43:48 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 200
Remove BSD/OS option and skip the beep if the selection is ok.

Revision 200 - Directory Listing - [select for diffs]
Modified Sun Oct 1 22:12:20 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 194
Make changes to Generic.  Remove legacy 486 cpu support.  $MidnightBSD$

Revision 194 - Directory Listing - [select for diffs]
Modified Sat Sep 30 18:29:33 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 193
adjust nfs_diskless to work in additional situations.

Revision 193 - Directory Listing - [select for diffs]
Modified Sat Sep 30 15:00:44 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 191
Remove USB keyboard option as we have kbdmux in.  Clean up menu text to improve usability.

Revision 191 - Directory Listing - [select for diffs]
Modified Wed Sep 27 12:58:48 2006 UTC (17 years, 7 months ago) by archite
Diff to previous 189
ALTQ configuration for i386 KERNEL

Revision 189 - Directory Listing - [select for diffs]
Modified Sat Sep 23 16:25:27 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 186
Fix a problem with some sun usb based machines.

Revision 186 - Directory Listing - [select for diffs]
Modified Sat Sep 23 01:26:01 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 185
This patch corrects a problem when the max vnodes is below the minimum required by the code.  nm_wcommitsize calculation should be reviewed

Revision 185 - Directory Listing - [select for diffs]
Modified Sat Sep 23 01:16:55 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 184
Techinically its a bad fd return as it is with all other cases.

Revision 184 - Directory Listing - [select for diffs]
Modified Thu Sep 21 16:45:30 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 177
Fix panics with squid 2.6 using threading.  threads/103127 fbsd

Revision 177 - Directory Listing - [select for diffs]
Modified Mon Sep 18 00:15:49 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 176
Add bce module

Revision 176 - Directory Listing - [select for diffs]
Modified Sun Sep 17 13:59:51 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 175
Enable bce gigabit ethernet driver.

Revision 175 - Directory Listing - [select for diffs]
Modified Sun Sep 17 13:56:38 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 174
Enable the bce gigabit ethernet driver.

Revision 174 - Directory Listing - [select for diffs]
Modified Sun Sep 17 03:16:22 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 173
Enable building bce kernel module

Revision 173 - Directory Listing - [select for diffs]
Modified Sun Sep 17 02:37:31 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 162
Update from 6.0.5 to 6.1.4 Intel driver.  This update adds support for one additional NIC and hopefully will fix some problems with the em found on some Dell gx260's negotiating below gigabit speeds!

Revision 162 - Directory Listing - [select for diffs]
Modified Wed Sep 6 14:57:43 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 159
Work around a deadlock when ATA waits for the taskqueue to call back for completion and something else is holding the taskqueue waiting for ATA to return.

Fixes the "semaphore timeout !! DANGER Will Robinson !!" messages.  This patch was obtained from FreeBSD ata-queue.c  1.50.2.3 (march 1 2006) and ata-all.h from the same time.

Revision 159 - Directory Listing - [select for diffs]
Modified Wed Aug 30 04:16:05 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 158
Correct a possible race condition and remove some locks that are redundant.

Revision 158 - Directory Listing - [select for diffs]
Modified Tue Aug 29 16:34:08 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 133
$MidnightBSD$

Revision 133 - Directory Listing - [select for diffs]
Modified Fri Aug 25 06:24:52 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 132
ACPI patches for laptops and other changes related to the new sleep_queue / em driver commit.

if_media was updated to allow import of bce and some baudrate changes in vge.

Revision 132 - Directory Listing - [select for diffs]
Modified Fri Aug 25 06:22:55 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 131
The following controllers are supported by this driver:
    BCM5706C A2, A3
    BCM5708C B1

Revision 131 - Directory Listing - [select for diffs]
Modified Fri Aug 25 06:20:58 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 130
Patched ACPI problem in hwpcm which needs further testing.  randomdev was updated along with it.

mii had a bug with recently driver patches as a function was missing to set the ifmedia_baudrate().  The function was added elsewhere.

Revision 130 - Directory Listing - [select for diffs]
Modified Fri Aug 25 06:19:06 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 129
Corrected a problem with keyboard control after kbdmux and kbd patches.

Revision 129 - Directory Listing - [select for diffs]
Modified Fri Aug 25 03:08:09 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 124
Removed baudrate as its not needed.

Revision 124 - Directory Listing - [select for diffs]
Modified Thu Aug 24 07:47:42 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 122
This commit was generated by cvs2svn to compensate for changes in r123,
which included commits to RCS files with non-trunk default branches.
Revision 122 - Directory Listing - [select for diffs]
Modified Thu Aug 24 06:51:36 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 121
Keyboard multiplexer added to GENERIC. syscons patched to detect keyboards and add them as they are found. i386 only.

Revision 121 - Directory Listing - [select for diffs]
Modified Thu Aug 24 05:37:56 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 120
Added psm ID's for glide point devices commonly found on laptops. Brings PSM support to FreeBSD 6.1 release.

Revision 120 - Directory Listing - [select for diffs]
Modified Thu Aug 24 05:35:39 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 119
Intel gigabit network driver (em) updated to 6.05 with FreeBSD 6-stable enhancements.  Commit required a sync to a new version of the sleep queue routines which also fixed a deadlock problem.  An ACPI issue with some laptops has been noted and a fix will be forthcoming.

Revision 119 - Directory Listing - [select for diffs]
Modified Thu Aug 24 00:31:14 2006 UTC (17 years, 8 months ago) by archite
Diff to previous 66
Patch for ppp(4) buffer overflow

Revision 66 - Directory Listing - [select for diffs]
Modified Sat Aug 19 06:52:44 2006 UTC (17 years, 8 months ago) by adam
Diff to previous 49
Added MidnightBSD to the kernel copyright notice.

Revision 49 - Directory Listing - [select for diffs]
Modified Fri Aug 4 17:24:23 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 48
Fixed a bug in nfsd where a payload of zero would cause a kernel panic.

Revision 48 - Directory Listing - [select for diffs]
Modified Fri Aug 4 17:17:04 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 46
fast_ipsec has an error which allows packets to bypass the anti-replay check.  See FreeBSD-SA6:11.ipsec

Revision 46 - Directory Listing - [select for diffs]
Modified Fri Aug 4 17:10:41 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 45
FreeBSD-SA6:13 and 14 were patched.  The nis software and amd athlon fpu handling fixed.  Changes to echo and pfctl are needed to fix compile bugs with changes related to cvs tags and macros.

Revision 45 - Directory Listing - [select for diffs]
Modified Fri Aug 4 12:57:36 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 41
Fixed a bug in smbfs where an attacker can escape a chroot environment.  See FreeBSD-SA-06:16.smbfs

Revision 41 - Directory Listing - [select for diffs]
Modified Wed Jul 26 12:45:59 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 40
Added __FBSDID hack so the tree builds until all cvs tags and macros are fixed.

Revision 40 - Directory Listing - [select for diffs]
Modified Wed Jul 26 12:35:19 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 39
Added cvs tags.

Revision 39 - Directory Listing - [select for diffs]
Modified Wed Jul 26 00:25:33 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 38
added cvs tags.

Revision 38 - Directory Listing - [select for diffs]
Modified Wed Jul 26 00:22:13 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 37
Added cvs tags.

Revision 37 - Directory Listing - [select for diffs]
Modified Wed Jul 26 00:16:40 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 29
Changed text to MidnightBSD.  Added cvs tag.

Revision 29 - Directory Listing - [select for diffs]
Modified Mon Jun 26 15:12:15 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 28
Modifying cvs tags and converting freebsd specific code.

Revision 28 - Directory Listing - [select for diffs]
Modified Mon May 22 06:14:15 2006 UTC (17 years, 11 months ago) by laffer1
Diff to previous 17
Added cvs header.

Revision 17 - Directory Listing - [select for diffs]
Modified Sat Apr 22 20:27:44 2006 UTC (18 years ago) by laffer1
Diff to previous 16
*** empty log message ***

Revision 16 - Directory Listing - [select for diffs]
Modified Sat Apr 22 16:19:36 2006 UTC (18 years ago) by laffer1
Diff to previous 15
add missing sparc64 config and makefile for kernel.

Revision 15 - Directory Listing - [select for diffs]
Modified Sat Apr 22 16:18:59 2006 UTC (18 years ago) by laffer1
Diff to previous 14
Add missing config and makefile.

Revision 14 - Directory Listing - [select for diffs]
Modified Sat Apr 22 16:18:19 2006 UTC (18 years ago) by laffer1
Diff to previous 12
Add missing makefile and config files

Revision 12 - Directory Listing - [select for diffs]
Modified Sat Apr 22 16:13:08 2006 UTC (18 years ago) by laffer1
Diff to previous 11
Correct version of the config files.

Revision 11 - Directory Listing - [select for diffs]
Modified Sat Apr 22 16:04:32 2006 UTC (18 years ago) by laffer1
Diff to previous 6
Kernel config files were missing.

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.
Revision 2 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
Imported from FreeBSD 6.0 sources

Convenience Links