Skip site navigation (1)Skip section navigation (2)

CVS log for src/sys/i386/conf/XEN

[BACK] Up to [FreeBSD] / src / sys / i386 / conf

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 7 19:38:26 2012 UTC (4 weeks, 5 days ago) by adrian
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -0 lines
SVN rev 229789 on 2012-01-07 19:38:26Z by adrian

Fix the broken module build I introduced earlier.

Revision 1.15.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (2 months, 4 weeks ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.15.2.1: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 7 20:16:46 2011 UTC (6 months ago) by rmacklem
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
SVN rev 224699 on 2011-08-07 20:16:46Z by rmacklem

Change all the sample kernel configurations to use
NFSCL, NFSD instead of NFSCLIENT, NFSSERVER since
NFSCL and NFSD are now the defaults. The client change is
needed for diskless configurations, so that the root
mount works for fstype nfs.
Reported by seanbru at yahoo-inc.com for i386/XEN.

Approved by:	re (hrs)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 27 23:59:27 2010 UTC (13 months, 1 week ago) by cperciva
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
SVN rev 216748 on 2010-12-27 23:59:27Z by cperciva

Build the modules which can be built.  The excluded modules fall into two
categories: Those which can't build with PAE because they attempt to cast
a pointer to a bus_addr_t (mostly scsi drivers); and those which can't be
built with XEN because they conflict with something in xen-os.h (e.g., in
cxgb there is a conflicting definition of test_and_clear_bit).

MFC after:	1 week

Revision 1.9.2.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.9.2.2: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.2: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Sun Nov 28 16:25:16 2010 UTC (14 months, 1 week ago) by cperciva
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.1: +3 -3 lines
SVN rev 216008 on 2010-11-28 16:25:16Z by cperciva

MFC r204157: Remove atkbd and friends, since they cause the XEN kernel
to panic.

PR:		kern/148262, kern/149853

Revision 1.9.2.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.9.2.1: preferred, colored; next MAIN 1.9.2.2: preferred, colored
Changes since revision 1.9.2.1: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 13 09:21:00 2010 UTC (22 months, 4 weeks ago) by ed
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
SVN rev 205116 on 2010-03-13 09:21:00Z by ed

Remove COMPAT_43TTY from stock kernel configuration files.

COMPAT_43TTY enables the sgtty interface. Even though its exposure has
only been removed in FreeBSD 8.0, it wasn't used by anything in the base
system in FreeBSD 5.x (possibly even 4.x?). On those releases, if your
ports/packages are less than two years old, they will prefer termios
over sgtty.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 21 01:06:07 2010 UTC (23 months, 2 weeks ago) by kmacy
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
SVN rev 204157 on 2010-02-21 01:06:07Z by kmacy

remove atkbd from default config to avoid pulling in real-mode bios emulation

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 15 23:44:48 2010 UTC (23 months, 3 weeks ago) by attilio
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
SVN rev 203938 on 2010-02-15 23:44:48Z by attilio

Adjust style (following the already existing rules) for the newly
introduced option DEADLKRES.

Reported by:	danfe, julian, avg

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 10 16:30:04 2010 UTC (23 months, 4 weeks ago) by attilio
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
SVN rev 203758 on 2010-02-10 16:30:04Z by attilio

Add the options DEADLKRES (introducing the deadlock resolver thread) in
the 'debugging' section of any HEAD kernel and enable for the mainstream
ones, excluding the embedded architectures.
It may, of course, enabled on a case-by-case basis.

Sponsored by:	Sandvine Incorporated
Requested by:	emaste
Discussed with:	kib

Revision 1.9.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.9.2.1: preferred, colored; next MAIN 1.9.2.2: preferred, colored
Changes since revision 1.9.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_1_BP, RELENG_8_0_BP
Branch point for: RELENG_8_1, RELENG_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 10 00:00:25 2009 UTC (2 years, 9 months ago) by kuriyama
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -7 lines
SVN rev 191954 on 2009-05-10 00:00:25Z by kuriyama

- Use "device\t" and "options \t" for consistency.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 29 06:31:03 2008 UTC (3 years, 1 month ago) by kmacy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
SVN rev 186557 on 2008-12-29 06:31:03Z by kmacy

merge 186535, 186537, and 186538 from releng_7_xen

Log:
 - merge in latest xenbus from dfr's xenhvm
 - fix race condition in xs_read_reply by converting tsleep to mtx_sleep

Log:
 unmask evtchn in bind_{virq, ipi}_to_irq

Log:
 - remove code for handling case of not being able to sleep
 - eliminate tsleep - make sleeps atomic

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 2 19:09:08 2008 UTC (3 years, 2 months ago) by ed
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
SVN rev 185567 on 2008-12-02 19:09:08Z by ed

Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.

Sgtty is a programming interface that has been replaced by termios over
the years. In June we already removed <sgtty.h>, which exposes the
ioctl()'s that are implemented by this interface. The importance of this
flag is overrated right now.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Nov 14 07:05:51 2008 UTC (3 years, 2 months ago) by kmacy
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -0 lines
SVN rev 184957 on 2008-11-14 07:05:51Z by kmacy

repair config file from spamming

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 3 00:53:54 2008 UTC (3 years, 3 months ago) by scottl
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -69 lines
SVN rev 184573 on 2008-11-03 00:53:54Z by scottl

Move the CAM passthrough code into a true module so that it doesn't have to be
compiled into the main AMR driver.  It's code that is nice to have but not
required for normal operation, and it is reported to cause problems for some
people.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 10 07:11:08 2008 UTC (3 years, 5 months ago) by kmacy
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -1 lines
SVN rev 182902 on 2008-09-10 07:11:08Z by kmacy

Get initial bootstrap of APs working under xen.
Note that the APs still blow up in sched_throw().

MFC after:	1 month

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 10:07:10 2008 UTC (3 years, 5 months ago) by kmacy
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
SVN rev 181917 on 2008-08-20 10:07:10Z by kmacy

set MCLSHIFT to correspond to page size

MFC after:	1 month

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 15 21:47:11 2008 UTC (3 years, 5 months ago) by kmacy
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
SVN rev 181781 on 2008-08-15 21:47:11Z by kmacy

disable PREEMPTION pending bug fixes to i386/xen/pmap.c

MFC after:	1 month

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 15 20:58:57 2008 UTC (3 years, 5 months ago) by kmacy
Branches: MAIN
SVN rev 181776 on 2008-08-15 20:58:57Z by kmacy

Integrate configuration bits for compling xen.

MFC after:	1 month

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options