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

CVS log for src/sys/powerpc/conf/GENERIC

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Jan 5 20:19:33 2012 UTC (4 weeks, 6 days ago) by adrian
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +4 -0 lines
SVN rev 229640 on 2012-01-05 20:19:33Z by adrian

Fix build.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Dec 29 22:48:36 2011 UTC (5 weeks, 6 days ago) by rwatson
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -0 lines
SVN rev 228973 on 2011-12-29 22:48:36Z by rwatson

Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel
configurations for various architectures in FreeBSD 10.x.  This allows
basic Capsicum functionality to be used in the default FreeBSD
configuration on non-embedded architectures; process descriptors are not
yet enabled by default.

MFC after:	3 months
Sponsored by:	Google, Inc

Revision 1.117.2.5.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.117.2.5: preferred, colored; next MAIN 1.118: preferred, colored
Changes since revision 1.117.2.5: +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.119: download - view: text, markup, annotated - select for diffs
Thu Oct 27 13:07:49 2011 UTC (3 months, 1 week ago) by kensmith
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +5 -2 lines
SVN rev 226835 on 2011-10-27 13:07:49Z by kensmith

Adjust the debugger options slightly.  This should help me do the right
thing when changing the debugging options as part of head becoming a new
stable branch.  It may also help people who for one reason or another want
to run head but don't want it slowed down by the debugging support.

Reviewed by:	kib

Revision 1.117.2.5: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:05:59 2011 UTC (3 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.117.2.4: preferred, colored; branchpoint 1.117: preferred, colored; next MAIN 1.118: preferred, colored
Changes since revision 1.117.2.4: +2 -2 lines
SVN rev 226819 on 2011-10-26 23:05:59Z by kensmith

Fix whitespace nit.  "options<space><tab>", not "options<tab><tab>".

Submitted by:	Matthew Fleming <mdf at freebsd dot org>
Pointy hat:	me
Approved by:	re (implicit)

Revision 1.117.2.4: download - view: text, markup, annotated - select for diffs
Wed Oct 26 19:59:06 2011 UTC (3 months, 2 weeks ago) by kensmith
Branches: RELENG_9
Diff to: previous 1.117.2.3: preferred, colored; branchpoint 1.117: preferred, colored
Changes since revision 1.117.2.3: +2 -0 lines
SVN rev 226810 on 2011-10-26 19:59:06Z by kensmith

I forgot we now leave KDB and KDB_TRACE options in stable kernel config
files to help provide stack traces during a panic.

Submitted by:	Sergey Kandaurov <pluknet at freebsd dot org>
Approved by:	re (implicit)

Revision 1.117.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 26 19:45:20 2011 UTC (3 months, 2 weeks ago) by kensmith
Branches: RELENG_9
Diff to: previous 1.117.2.2: preferred, colored; branchpoint 1.117: preferred, colored
Changes since revision 1.117.2.2: +1 -0 lines
SVN rev 226809 on 2011-10-26 19:45:20Z by kensmith

MFC r226510,r226547:
Comment out sbp(4) because it appears to cause boot failure on some
systems.  Add comment explaining why sbp(4) is commented out.

It was a mistake on my part to omit powerpc's GENERIC for r226510.
But when I noticed the mistake I checked with the powerpc maintainer
to see if I should correct the mistake Marcel said he'd prefer it be
left as-is.

Approved by:	re (kib)

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Oct 19 21:55:20 2011 UTC (3 months, 3 weeks ago) by kensmith
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -0 lines
SVN rev 226547 on 2011-10-19 21:55:20Z by kensmith

Add a warning about why sbp(4) is commented out so that curious folks
are forewarned they might wind up with a hole in their foot if they
decide to give it a try.

Suggested by:	dougb

Revision 1.117.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 15 21:23:04 2011 UTC (3 months, 3 weeks ago) by kensmith
Branches: RELENG_9
Diff to: previous 1.117.2.1: preferred, colored; branchpoint 1.117: preferred, colored
Changes since revision 1.117.2.1: +0 -10 lines
SVN rev 226405 on 2011-10-15 21:23:04Z by kensmith

Remove extra debuggin gsupport that is turned on for head but turned off
for stable branches:

	- shift to MALLOC_PRODUCTION
	- turn off automatic crash dumps
	- remove kernel debuggers, INVARIANT*[1], WITNESS* from GENERIC
	  kernel config files

[1] INVARIANT* left on for ia64 at least temporarily, marcel@ will test
    to see if they are still required as they had been for stable/8.

Approved by:	re (implicit)

Revision 1.117.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
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +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.117: download - view: text, markup, annotated - select for diffs
Thu Jul 14 15:35:43 2011 UTC (6 months, 3 weeks ago) by nwhitehorn
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -0 lines
SVN rev 224019 on 2011-07-14 15:35:43Z by nwhitehorn

Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTION
bug on PowerPC was resolved by r223485, and it appears to run stably at this
point.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Jun 11 12:34:08 2011 UTC (7 months, 4 weeks ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +8 -4 lines
SVN rev 222982 on 2011-06-11 12:34:08Z by nwhitehorn

Follow up r222980 on PowerPC: add sound(4) and common device drivers
to PowerPC GENERIC (along with a small rearrangement).

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Jun 4 15:17:35 2011 UTC (8 months ago) by andreast
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -0 lines
SVN rev 222686 on 2011-06-04 15:17:35Z by andreast

Add new fan controller driver for the G4 MDD PowerMac. Submitted and tested
by Justin Hibbits.

Approved by:	nwhitehorn (mentor)

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sun May 29 14:25:42 2011 UTC (8 months, 1 week ago) by andreast
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -0 lines
SVN rev 222449 on 2011-05-29 14:25:42Z by andreast

Add a new driver, the ad7417, to read temperatures and voltages on some
PowerMac's.

Approved by:	nwhitehorn (mentor)

Revision 1.94.2.11: download - view: text, markup, annotated - select for diffs
Sun May 22 15:14:21 2011 UTC (8 months, 2 weeks ago) by nwhitehorn
Branches: RELENG_8
Diff to: previous 1.94.2.10: preferred, colored; branchpoint 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94.2.10: +1 -1 lines
SVN rev 222181 on 2011-05-22 15:14:21Z by nwhitehorn

MFC r221550:
SMP has worked perfectly for a very long time on 32-bit PowerPC on both
UP and SMP hardware. Enable it in GENERIC.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri May 6 20:43:02 2011 UTC (9 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -1 lines
SVN rev 221550 on 2011-05-06 20:43:02Z by nwhitehorn

SMP has worked perfectly for a very long time on 32-bit PowerPC on both
UP and SMP hardware. Enable it in GENERIC.

MFC after:	2 weeks

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Apr 27 17:51:51 2011 UTC (9 months, 2 weeks ago) by rmacklem
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2 lines
SVN rev 221124 on 2011-04-27 17:51:51Z by rmacklem

This patch changes head so that the default NFS client is now the new
NFS client (which I guess is no longer experimental). The fstype "newnfs"
is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
Although mounts via fstype "nfs" will usually work without userland
changes, an updated mount_nfs(8) binary is needed for kernels built with
"options NFSCL" but not "options NFSCLIENT". Updated mount_nfs(8) and
mount(8) binaries are needed to do mounts for fstype "oldnfs".
The GENERIC kernel configs have been changed to use options
NFSCL and NFSD (the new client and server) instead of NFSCLIENT and NFSSERVER.
For kernels being used on diskless NFS root systems, "options NFSCL"
must be in the kernel config.
Discussed on freebsd-fs@.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Apr 24 08:58:58 2011 UTC (9 months, 2 weeks ago) by mav
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +9 -9 lines
SVN rev 220982 on 2011-04-24 08:58:58Z by mav

Switch the GENERIC kernels for all architectures to the new CAM-based ATA
stack. It means that all legacy ATA drivers are disabled and replaced by
respective CAM drivers. If you are using ATA device names in /etc/fstab or
other places, make sure to update them respectively (adX -> adaY,
acdX -> cdY, afdX -> daY, astX -> saY, where 'Y's are the sequential
numbers for each type in order of detection, unless configured otherwise
with tunables, see cam(4)).

ataraid(4) functionality is now supported by the RAID GEOM class.
To use it you can load geom_raid kernel module and use graid(8) tool
for management. Instead of /dev/arX device names, use /dev/raid/rX.

Revision 1.71.2.11.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.71.2.11: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.11: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.94.2.10.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.94.2.10: preferred, colored; next MAIN 1.94.2.11: preferred, colored
Changes since revision 1.94.2.10: +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.110: download - view: text, markup, annotated - select for diffs
Sun Oct 31 18:27:05 2010 UTC (15 months, 1 week ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -0 lines
SVN rev 214603 on 2010-10-31 18:27:05Z by nwhitehorn

Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC
Macintoshes with an AGP bus.

Revision 1.94.2.10: download - view: text, markup, annotated - select for diffs
Mon Oct 25 07:58:37 2010 UTC (15 months, 2 weeks ago) by avg
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.94.2.9: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.9: +3 -0 lines
SVN rev 214326 on 2010-10-25 07:58:37Z by avg

stable/8: add options KDB and KDB_TRACE to GENERIC kernels

Now that we have code for printing a stack trace on panic using stack(9)
facility without any debugger backend configured, use this ability
in GENERIC kernels to slightly increase amount of debugging information
available in default installations.

This change should not break anything for those who include GENERIC into
a custom kernel config file and have the above options already enabled.
They should only get a warning about duplicate options.

This commit should not change behavior of GENERIC kernels for panics and
traps with respect to core dumping and automatic reset.
As no debugger backend is configured, enter-to-debugger key combination
should still be ignored.

With this commit the sizes of GENERIC kernels increase by one to two KB.

This is a direct commit to the branch.

Approved by:	re
No objections:	core, secteam

Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Oct 15 20:08:16 2010 UTC (15 months, 3 weeks ago) by andreast
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -0 lines
SVN rev 213904 on 2010-10-15 20:08:16Z by andreast

Add three new drivers for fan control and temperature reading on the
PowerMac7,2.

- The fcu driver lets us read and write the fan RPMs for all fans in the
  PowerMac7,2. This driver is PowerMac specific.
- The ds1775 is a driver to read the temperature for the drive bay sensor.
- The max6690 is another driver to read temperatures. Here it is used to
  read the inlet, the backside and the U3 heatsink temperature.

An additional driver, the ad7417, will follow later.

Thanks to nwhitehorn for guiding me through this driver development.

Approved by:	nwhitehorn (mentor)

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Sep 24 09:04:16 2010 UTC (16 months, 2 weeks ago) by davidxu
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +0 -1 lines
SVN rev 213098 on 2010-09-24 09:04:16Z by davidxu

Now userland POSIX semaphore is based on umtx. The kernel module
is only used to support binary compatible, if want to run old
binary, you need to kldload the module.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Jul 31 13:22:34 2010 UTC (18 months, 1 week ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -0 lines
SVN rev 210677 on 2010-07-31 13:22:34Z by nwhitehorn

Add support for the IBM Full-System Simulator (Mambo). This code has been
developed against the 970 and Cell simulators.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Jul 28 15:36:12 2010 UTC (18 months, 1 week ago) by mdf
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -0 lines
SVN rev 210564 on 2010-07-28 15:36:12Z by mdf

Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
zones for each malloc bucket size.  The purpose is to isolate
different malloc types into hash classes, so that any buffer overruns
or use-after-free will usually only affect memory from malloc types in
that hash class.  This is purely a debugging tool; by varying the hash
function and tracking which hash class was corrupted, the intersection
of the hash classes from each instance will point to a single malloc
type that is being misused.  At this point inspection or memguard(9)
can be used to catch the offending code.

Add MALLOC_DEBUG_MAXZONES=8 to -current GENERIC configuration files.
The suggestion to have this on by default came from Kostik Belousov on
-arch.

This code is based on work by Ron Steinke at Isilon Systems.

Reviewed by:    -arch (mostly silence)
Reviewed by:    zml
Approved by:    zml (mentor)

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jul 13 05:32:19 2010 UTC (18 months, 4 weeks ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -0 lines
SVN rev 209975 on 2010-07-13 05:32:19Z by nwhitehorn

MFppc64:

Kernel sources for 64-bit PowerPC, along with build-system changes to keep
32-bit kernels compiling (build system changes for 64-bit kernels are
coming later). Existing 32-bit PowerPC kernel configurations must be
updated after this change to specify their architecture.

Revision 1.94.2.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 3 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.94.2.9: preferred, colored; next MAIN 1.94.2.10: preferred, colored
Changes since revision 1.94.2.9: +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.94.2.9: download - view: text, markup, annotated - select for diffs
Thu Apr 29 22:44:04 2010 UTC (21 months, 1 week ago) by thompsa
Branches: RELENG_8
CVS tags: RELENG_8_1_BP
Branch point for: RELENG_8_1
Diff to: previous 1.94.2.8: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.8: +1 -0 lines
SVN rev 207399 on 2010-04-29 22:44:04Z by thompsa

MFC r207077

 Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
 the illusion of a tunable setting but was always turned on regardless.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Apr 22 21:31:34 2010 UTC (21 months, 2 weeks ago) by thompsa
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -0 lines
SVN rev 207077 on 2010-04-22 21:31:34Z by thompsa

Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
the illusion of a tunable setting but was always turned on regardless.

MFC after:	1 week

Revision 1.103: 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.102: preferred, colored
Changes since revision 1.102: +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.102: 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.101: preferred, colored
Changes since revision 1.101: +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.101: 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.100: preferred, colored
Changes since revision 1.100: +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.71.2.11.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (23 months, 4 weeks ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.71.2.11: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.11: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Jan 19 17:20:34 2010 UTC (2 years ago) by jhb
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +0 -3 lines
SVN rev 202634 on 2010-01-19 17:20:34Z by jhb

Move the examples for the 'hints' and 'env' keywords from various GENERIC
kernel configs into NOTES.

Reviewed by:	imp

Revision 1.71.2.11: download - view: text, markup, annotated - select for diffs
Mon Jan 18 04:08:43 2010 UTC (2 years ago) by imp
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP
Branch point for: RELENG_7_4, RELENG_7_3
Diff to: previous 1.71.2.10: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.10: +1 -0 lines
SVN rev 202547 on 2010-01-18 04:08:43Z by imp

MFC 202019:
  Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
  # This is the resolution of removing it from DEFAULTS...

Revision 1.94.2.8: download - view: text, markup, annotated - select for diffs
Mon Jan 18 00:53:21 2010 UTC (2 years ago) by imp
Branches: RELENG_8
Diff to: previous 1.94.2.7: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.7: +1 -0 lines
SVN rev 202536 on 2010-01-18 00:53:21Z by imp

MFC r202019:
  Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
  # This is the resolution of removing it from DEFAULTS...

Revision 1.71.2.10: download - view: text, markup, annotated - select for diffs
Tue Jan 12 06:04:32 2010 UTC (2 years ago) by brooks
Branches: RELENG_7
Diff to: previous 1.71.2.9: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.9: +1 -0 lines
SVN rev 202135 on 2010-01-12 06:04:32Z by brooks

MFC r201443:
  Add vlan(4) to all GENERIC kernels.

Revision 1.94.2.7: download - view: text, markup, annotated - select for diffs
Tue Jan 12 06:00:56 2010 UTC (2 years ago) by brooks
Branches: RELENG_8
Diff to: previous 1.94.2.6: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.6: +1 -0 lines
SVN rev 202134 on 2010-01-12 06:00:56Z by brooks

MFC r201443:
  Add vlan(4) to all GENERIC kernels.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun Jan 10 17:44:22 2010 UTC (2 years ago) by imp
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -0 lines
SVN rev 202019 on 2010-01-10 17:44:22Z by imp

Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.

# This is the resolution of removing it from DEFAULTS...

MFC after:	5 days

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Jan 3 20:40:54 2010 UTC (2 years, 1 month ago) by brooks
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -0 lines
SVN rev 201443 on 2010-01-03 20:40:54Z by brooks

Add vlan(4) to all GENERIC kernels.

MFC after:	1 week

Revision 1.94.2.6: download - view: text, markup, annotated - select for diffs
Wed Dec 9 21:58:39 2009 UTC (2 years, 2 months ago) by nwhitehorn
Branches: RELENG_8
Diff to: previous 1.94.2.5: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.5: +1 -0 lines
SVN rev 200317 on 2009-12-09 21:58:39Z by nwhitehorn

MFC r199949:

Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptops
have trackpads that do not work at all without this driver.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Nov 29 20:51:23 2009 UTC (2 years, 2 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -0 lines
SVN rev 199949 on 2009-11-29 20:51:23Z by nwhitehorn

Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptops
have trackpads that do not work at all without this driver.

Revision 1.94.2.4.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 9 23:48:01 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.94.2.4.2.1: preferred, colored; branchpoint 1.94.2.4: preferred, colored; next MAIN 1.94.2.5: preferred, colored
Changes since revision 1.94.2.4.2.1: +1 -1 lines
SVN rev 199117 on 2009-11-09 23:48:01Z by kensmith

MFC r199112:
> Comment out the sbp(4) entry for GENERIC config files that contain it.
> There are known issues with this driver that are beyond what can be
> fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems.
> It's not clear if it impacts all systems and there is interest in getting
> the problem fixed so for now just comment it out instead of remove it.

Reviewed by:	Primary misc. architecture maintainers (marcel, marius)
Approved by:	re (kib)

Revision 1.94.2.5: download - view: text, markup, annotated - select for diffs
Mon Nov 9 21:39:42 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8
Diff to: previous 1.94.2.4: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.4: +1 -1 lines
SVN rev 199112 on 2009-11-09 21:39:42Z by kensmith

Comment out the sbp(4) entry for GENERIC config files that contain it.
There are known issues with this driver that are beyond what can be
fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems.
It's not clear if it impacts all systems and there is interest in getting
the problem fixed so for now just comment it out instead of remove it.

Commit straight to stable/8, this is an 8.0-RELEASE issue.  Head was left
alone so work on it can continue there.

Reviewed by:	Primary misc. architecture maintainers (marcel, marius)

Revision 1.94.2.4.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
Diff to: previous 1.94.2.4: preferred, colored
Changes since revision 1.94.2.4: +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.94.2.4: download - view: text, markup, annotated - select for diffs
Sat Sep 19 01:49:36 2009 UTC (2 years, 4 months ago) by nwhitehorn
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.94.2.3: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.3: +11 -0 lines
SVN rev 197321 on 2009-09-19 01:49:36Z by nwhitehorn

MFC r197080

Add a few SCSI controllers to GENERIC that can be found in Powermacs.
This allows installation onto SCSI disks as shipped, for example,
as an option with the Powermac G3.

PR:		powerpc/138543
Reviewed by:	grehan
Approved by:	re (kib)
Obtained from:	sparc64

Revision 1.94.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 19 01:48:12 2009 UTC (2 years, 4 months ago) by nwhitehorn
Branches: RELENG_8
Diff to: previous 1.94.2.2: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.2: +0 -4 lines
SVN rev 197320 on 2009-09-19 01:48:12Z by nwhitehorn

MFC r196993

Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long ago
and is present on no other architectures by default.

Reviewed by:	grehan
Approved by:	re (kib)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Thu Sep 10 21:25:05 2009 UTC (2 years, 4 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +11 -0 lines
SVN rev 197080 on 2009-09-10 21:25:05Z by nwhitehorn

Add a few SCSI controllers to GENERIC that can be found on Powermacs.
This allows installation onto SCSI disks as shipped, for example,
with the Powermac G3.

PR:		powerpc/138543
Obtained from:	sparc64
MFC after:	3 days

Revision 1.94.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 10 14:04:00 2009 UTC (2 years, 5 months ago) by kensmith
Branches: RELENG_8
Diff to: previous 1.94.2.1: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.2.1: +0 -8 lines
SVN rev 197065 on 2009-09-10 14:04:00Z by kensmith

Remove extra debugging support that is turned on for head but turned off
for stable branches:

	- shift to MALLOC_PRODUCTION
	- turn off automatic crash dumps
	- Remove kernel debuggers, INVARIANTS*[1], WITNESS* from
	  GENERIC kernel config files[2]

[1] INVARIANTS* left on for ia64 by request marcel
[2] sun4v was left as-is

Reviewed by:	marcel, kib
Approved by:	re (implicit)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Sep 8 20:12:26 2009 UTC (2 years, 5 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +0 -4 lines
SVN rev 196993 on 2009-09-08 20:12:26Z by nwhitehorn

Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long ago
and is present on no other architectures by default.

MFC after:	4 days

Revision 1.94.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
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +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.71.2.9: download - view: text, markup, annotated - select for diffs
Wed Jul 15 08:32:19 2009 UTC (2 years, 6 months ago) by ed
Branches: RELENG_7
Diff to: previous 1.71.2.8: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.8: +1 -0 lines
SVN rev 195706 on 2009-07-15 08:32:19Z by ed

MFC r195295:

  Enable POSIX semaphores on all non-embedded architectures by default.

  More applications (including Firefox) seem to depend on this nowadays,
  so not having this enabled by default is a bad idea.

  Proposed by:  miwi
  Patch by:     Florian Smeets <flo kasimir com>
  Approved by:  re (kib)

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Jul 2 18:24:37 2009 UTC (2 years, 7 months ago) by ed
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -0 lines
SVN rev 195295 on 2009-07-02 18:24:37Z by ed

Enable POSIX semaphores on all non-embedded architectures by default.

More applications (including Firefox) seem to depend on this nowadays,
so not having this enabled by default is a bad idea.

Proposed by:	miwi
Patch by:	Florian Smeets <flo kasimir com>
Approved by:	re (kib)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Jun 23 04:28:32 2009 UTC (2 years, 7 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -0 lines
SVN rev 194679 on 2009-06-23 04:28:32Z by nwhitehorn

Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver
in order to slew CPU voltage during frequency changes. The OpenBSD SMU
driver was an extremely helpful reference for this.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jun 2 18:31:08 2009 UTC (2 years, 8 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -0 lines
SVN rev 193334 on 2009-06-02 18:31:08Z by rwatson

Remove MAC kernel config files and add "options MAC" to GENERIC, with the
goal of shipping 8.0 with MAC support in the default kernel.  No policies
will be compiled in or enabled by default, but it will now be possible to
load them at boot or runtime without a kernel recompile.

While the framework is not believed to impose measurable overhead when no
policies are loaded (a result of optimization over the past few months in
HEAD), we'll continue to benchmark and optimize as the release approaches.
Please keep an eye out for performance or functionality regressions that
could be a result of this change.

Approved by:	re (kensmith)
Obtained from:	TrustedBSD Project

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun May 31 09:01:23 2009 UTC (2 years, 8 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -0 lines
SVN rev 193156 on 2009-05-31 09:01:23Z by nwhitehorn

Introduce support for cpufreq on PowerPC with the dynamic frequency
switching capabilities of the MPC7447A and MPC7448.

Revision 1.90: 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
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
SVN rev 191954 on 2009-05-10 00:00:25Z by kuriyama

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

Revision 1.71.2.8.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.71.2.8: preferred, colored; next MAIN 1.71.2.9: preferred, colored
Changes since revision 1.71.2.8: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Mar 19 20:33:26 2009 UTC (2 years, 10 months ago) by thompsa
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +0 -1 lines
SVN rev 190100 on 2009-03-19 20:33:26Z by thompsa

Remove the uscanner(4) driver, this follows the removal of the kernel scanner
driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and
contained no logic, the default interface is now libusb (supported by sane).

Reviewed by:	HPS

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Feb 23 18:34:56 2009 UTC (2 years, 11 months ago) by thompsa
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +18 -71 lines
SVN rev 188944 on 2009-02-23 18:34:56Z by thompsa

Change over the usb kernel options to the new stack (retaining existing
naming). The old usb stack can be compiled in my prefixing the name with 'o'.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Feb 15 23:40:37 2009 UTC (2 years, 11 months ago) by svn
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -0 lines
SVN rev 188665 on 2009-02-15 23:40:37Z by svn

Add uslcom to the build too.

Reminded by:	Michael Butler

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Feb 15 22:33:44 2009 UTC (2 years, 11 months ago) by thompsa
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +70 -19 lines
SVN rev 188660 on 2009-02-15 22:33:44Z by thompsa

Switch over GENERIC kernels to USB2 by default.

Tested by:	make universe

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Jan 25 18:20:15 2009 UTC (3 years ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -0 lines
SVN rev 187692 on 2009-01-25 18:20:15Z by nwhitehorn

Add support for the I2S and davbus audio controllers found in Apple PowerPC
hardware.

Submitted by:	Marco Trillo

Revision 1.84: 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.83: preferred, colored
Changes since revision 1.83: +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.71.2.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.71.2.8: preferred, colored; next MAIN 1.71.2.9: preferred, colored
Changes since revision 1.71.2.8: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Oct 26 19:37:38 2008 UTC (3 years, 3 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -0 lines
SVN rev 184299 on 2008-10-26 19:37:38Z by nwhitehorn

Add ADB support. This provides support for the external ADB bus on the PowerMac
G3 as well as the internal ADB keyboard and mice in PowerBooks and iBooks. This
also brings in Mac GPIO support, for which we should eventually have a better
interface.

Obtained from:  NetBSD (CUDA and PMU drivers)

Revision 1.48.2.6.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.48.2.6: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.6: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.71.2.8: download - view: text, markup, annotated - select for diffs
Mon Sep 1 18:11:22 2008 UTC (3 years, 5 months ago) by obrien
Branches: RELENG_7
CVS tags: RELENG_7_2_BP, RELENG_7_1_BP
Branch point for: RELENG_7_2, RELENG_7_1
Diff to: previous 1.71.2.7: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.7: +2 -2 lines
SVN rev 182621 on 2008-09-01 18:11:22Z by obrien

MFC: r179164: "options " spelling (vs. "options<TAB>") so that commented
lines line up nicely.

Revision 1.71.2.7: download - view: text, markup, annotated - select for diffs
Thu Aug 28 17:06:24 2008 UTC (3 years, 5 months ago) by nwhitehorn
Branches: RELENG_7
Diff to: previous 1.71.2.6: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.6: +1 -0 lines
SVN rev 182379 on 2008-08-28 17:06:24Z by nwhitehorn

MFC of r178599,178600,179644,179645,180254,180233

Support for Apple BMAC ethernet controller and associated DBDMA support and required changes to macio and scc(4) to support multiple interrupts on macio children.

Approved by:	grehan (mentor)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Aug 20 08:31:58 2008 UTC (3 years, 5 months ago) by ed
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
SVN rev 181905 on 2008-08-20 08:31:58Z by ed

Integrate the new MPSAFE TTY layer to the FreeBSD operating system.

The last half year I've been working on a replacement TTY layer for the
FreeBSD kernel. The new TTY layer was designed to improve the following:

- Improved driver model:

  The old TTY layer has a driver model that is not abstract enough to
  make it friendly to use. A good example is the output path, where the
  device drivers directly access the output buffers. This means that an
  in-kernel PPP implementation must always convert network buffers into
  TTY buffers.

  If a PPP implementation would be built on top of the new TTY layer
  (still needs a hooks layer, though), it would allow the PPP
  implementation to directly hand the data to the TTY driver.

- Improved hotplugging:

  With the old TTY layer, it isn't entirely safe to destroy TTY's from
  the system. This implementation has a two-step destructing design,
  where the driver first abandons the TTY. After all threads have left
  the TTY, the TTY layer calls a routine in the driver, which can be
  used to free resources (unit numbers, etc).

  The pts(4) driver also implements this feature, which means
  posix_openpt() will now return PTY's that are created on the fly.

- Improved performance:

  One of the major improvements is the per-TTY mutex, which is expected
  to improve scalability when compared to the old Giant locking.
  Another change is the unbuffered copying to userspace, which is both
  used on TTY device nodes and PTY masters.

Upgrading should be quite straightforward. Unlike previous versions,
existing kernel configuration files do not need to be changed, except
when they reference device drivers that are listed in UPDATING.

Obtained from:		//depot/projects/mpsafetty/...
Approved by:		philip (ex-mentor)
Discussed:		on the lists, at BSDCan, at the DevSummit
Sponsored by:		Snow B.V., the Netherlands
dcons(4) fixed by:	kan

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Aug 3 10:32:17 2008 UTC (3 years, 6 months ago) by ed
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +0 -2 lines
SVN rev 181233 on 2008-08-03 10:32:17Z by ed

Disconnect drivers that haven't been ported to MPSAFE TTY yet.

As clearly mentioned on the mailing lists, there is a list of drivers
that have not been ported to the MPSAFE TTY layer yet. Remove them from
the kernel configuration files. This means people can now still use
these drivers if they explicitly put them in their kernel configuration
file, which is good.

People should keep in mind that after August 10, these drivers will not
work anymore. Even though owners of the hardware are capable of getting
these drivers working again, I will see if I can at least get them to a
compilable state (if time permits).

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jul 7 22:55:11 2008 UTC (3 years, 7 months ago) by delphij
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -0 lines
SVN rev 180359 on 2008-07-07 22:55:11Z by delphij

Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out
of the box.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Jun 7 22:58:32 2008 UTC (3 years, 8 months ago) by marcel
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -0 lines
SVN rev 179645 on 2008-06-07 22:58:32Z by marcel

Add support for the Apple Big Mac (BMAC) Ethernet controller,
found on various Apple G3 models.

Submitted by:	Nathan Whitehorn

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed May 21 03:36:53 2008 UTC (3 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
Use the "options " spelling (vs. "options<TAB>") so that commented lines
line up nicely.

Revision 1.48.2.6: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:46:21 2008 UTC (3 years, 9 months ago) by dfr
Branches: RELENG_6
CVS tags: RELENG_6_4_BP
Branch point for: RELENG_6_4
Diff to: previous 1.48.2.5: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.5: +1 -0 lines
MFC: kernel-mode NFS lock manager.

Revision 1.71.2.6: download - view: text, markup, annotated - select for diffs
Thu Apr 10 22:09:24 2008 UTC (3 years, 10 months ago) by rwatson
Branches: RELENG_7
Diff to: previous 1.71.2.5: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.5: +1 -0 lines
Merge stack.9:1.5, amd64/db_trace.c:1.82, amd64/stack_machdep.c:1.1,
amd64/conf/GENERIC:1.489, amd64/include/stack.h:1.1, arm/db_trace.c:1.14,
arm/stack_machdep.c:1.1, arm/include/stack.h:1.1, NOTES:1.1457,
files:1.1254, files.amd64:1.115, files.arm:1.19, files.i386:1.588,
files.ia64:1.94, files.powerpc:1.67, files.sparc64:1.93, files.sun4v:1.13,
options:1.610, i386/conf/GENERIC:1.478, i386/db_trace.c:1.80,
i386/stack_machdep.c:1.1, i386/include/stack.h:1.1, ia64/conf/GENERIC:1.93,
ia64/db_machdep.c:1.6, ia64/stack_machdep.c:1.1, kern/subr_stack.c:1.5,
pc98/conf/GENERIC:1.299, powerpc/conf/GENERIC:1.73,
powerpc/include/stack.h:1.1, powerpc/db_trace.c:1.14,
powerpc/stack_machdep.c:1.1, sparc64/conf/GENERIC:1.129,
sparc64/include/stack.h:1.1, sparc64/db_trace.c:1.27,
sparc64/stack_machdep.c:1.1, sun4v/conf/GENERIC:1.16,
sun4v/include/stack.h:1.1, sun4v/db_trace.c:1.2, sun4v/stack_machdep.c:1.1,
sys/stack.h:1.4 from HEAD to RELENG_7:

  Break out stack(9) from ddb(4):

  - Introduce per-architecture stack_machdep.c to hold stack_save(9).
  - Introduce per-architecture machine/stack.h to capture any common
    definitions required between db_trace.c and stack_machdep.c.
  - Add new kernel option "options STACK"; we will build in stack(9) if it
    is defined, or also if "options DDB" is defined to provide
    compatibility with existing users of stack(9).

  Add new stack_save_td(9) function, which allows the capture of a
  stacktrace of another thread rather than the current thread, which the
  existing stack_save(9) was limited to.  It requires that the thread be
  neither swapped out nor running, which is the responsibility of the
  consumer to enforce.

  Update stack(9) man page.

  Build tested:   amd64, arm, i386, ia64, powerpc, sparc64, sun4v
  Runtime tested: amd64 (rwatson), arm (cognet), i386 (rwatson)

Merge i386/stack_machdep.c:1.2 from HEAD to RELENG_7:

  Remove duplicate $FreeBSD$ tag.

Merge files.pc98:1.359, pc98/include/stack.h:1.1 from HEAD to RELENG_7:

  Catch up pc98 for i386 stack(9) changes:

    Add stub stack.h for pc98 that includes i386 pc98.

    Add i386 stack_machdep.c to files.pc98.

  Spotted by:     tinderbox

Revision 1.71.2.5: download - view: text, markup, annotated - select for diffs
Thu Apr 10 09:39:26 2008 UTC (3 years, 10 months ago) by dfr
Branches: RELENG_7
Diff to: previous 1.71.2.4: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.4: +1 -0 lines
MFC: Kernel mode Network Lock Manager.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Mar 27 11:54:19 2008 UTC (3 years, 10 months ago) by dfr
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
Add kernel module support for nfslockd and krpc. Use the module system
to detect (or load) kernel NLM support in rpc.lockd. Remove the '-k'
option to rpc.lockd and make kernel NLM the default. A user can still
force the use of the old user NLM by building a kernel without NFSLOCKD
and/or removing the nfslockd.ko module.

Revision 1.71.2.4: download - view: text, markup, annotated - select for diffs
Sat Mar 8 09:38:18 2008 UTC (3 years, 11 months ago) by delphij
Branches: RELENG_7
Diff to: previous 1.71.2.3: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.3: +1 -1 lines
Revert powerpc scheduler change for now. This change should be
done after necessary ULE changes to be MFC'ed.

Pointed out by:	peter

Revision 1.71.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 7 23:09:10 2008 UTC (3 years, 11 months ago) by delphij
Branches: RELENG_7
Diff to: previous 1.71.2.2: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.2: +1 -1 lines
MFC: Switch to use ULE as default scheduler on amd64, i386 and powerpc
architectures.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Feb 16 17:59:27 2008 UTC (3 years, 11 months ago) by marcel
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -0 lines
Enable option WITNESS_SKIPSPIN by default.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Jan 7 21:40:10 2008 UTC (4 years, 1 month ago) by jhb
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Dec 16 00:45:56 2007 UTC (4 years, 1 month ago) by marcel
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Rename OEA to AIM. The former means nothing as it applies to all
processors (it's the PowerPC Operating Environment Architecture).
AIM designates the processors made by the Apple-IBM-Motorola
alliance and those we typically support.

While here, remove the NetBSD option IPKDB. It's not an option
used by us. Also, PPC_HAVE_FPU is not used by us either. Remove
that too.

Obtained from: Juniper, Semihalf

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Dec 2 20:40:33 2007 UTC (4 years, 2 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -0 lines
Break out stack(9) from ddb(4):

- Introduce per-architecture stack_machdep.c to hold stack_save(9).
- Introduce per-architecture machine/stack.h to capture any common
  definitions required between db_trace.c and stack_machdep.c.
- Add new kernel option "options STACK"; we will build in stack(9) if it is
  defined, or also if "options DDB" is defined to provide compatibility
  with existing users of stack(9).

Add new stack_save_td(9) function, which allows the capture of a stacktrace
of another thread rather than the current thread, which the existing
stack_save(9) was limited to.  It requires that the thread be neither
swapped out nor running, which is the responsibility of the consumer to
enforce.

Update stack(9) man page.

Build tested:	amd64, arm, i386, ia64, powerpc, sparc64, sun4v
Runtime tested:	amd64 (rwatson), arm (cognet), i386 (rwatson)

Revision 1.71.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 29 00:07:03 2007 UTC (4 years, 3 months ago) by marcel
Branches: RELENG_7
CVS tags: RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Diff to: previous 1.71.2.1: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.1: +0 -5 lines
Unbreak. With DDB removed, KTR can not be used as-is because
GEOM wants to save the stack as part of KTR support.

Approved by: re (kensmith)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Oct 23 00:52:25 2007 UTC (4 years, 3 months ago) by grehan
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Cut over to ULE on PowerPC

kern/sched_ule.c - Add __powerpc__ to the list of supported architectures

powerpc/conf/GENERIC - Swap SCHED_4BSD with SCHED_ULE

powerpc/powerpc/genassym.c - Export TD_LOCK field of thread struct

powerpc/powerpc/swtch.S - Handle new 3rd parameter to cpu_switch() by
 updating the old thread's lock. Note: uniprocessor-only, will require
 modification for MP support.

powerpc/powerpc/vm_machdep.c - Set 3rd param of cpu_switch to mutex of
old thread's lock, making the call a no-op.

Reviewed by:	marcel, jeffr (slightly older version)

Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 11 06:20:27 2007 UTC (4 years, 4 months ago) by kensmith
Branches: RELENG_7
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +0 -7 lines
Remove debugging support from GENERIC kernels, remove warning in
UPDATING that says debugging support makes FreeBSD slower, and note
RELENG_7 creation.

Approved by:	re (implicit)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Sep 26 20:05:07 2007 UTC (4 years, 4 months ago) by brueffer
Branches: MAIN
CVS tags: RELENG_7_BP
Branch point for: RELENG_7
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Use the correct expanded name for SCTP.

PR:		116496
Submitted by:	koitsu
Reviewed by:	rrs
Approved by:	re (kensmith)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jun 14 17:14:26 2007 UTC (4 years, 7 months ago) by delphij
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -0 lines
Enable SCTP by default for GENERIC kernels in order to give it
more exposure.  The current state of SCTP implementation is
considered to be ready for 32-bit platforms, but still need some
work/testing on 64-bit platforms.

Approved by:	re (kensmith)
Discussed with:	rrs

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Jun 8 20:29:06 2007 UTC (4 years, 8 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
Enable AUDIT by default in the GENERIC kernel, allowing security event
auditing to be turned on without a kernel recompile, just an rc.conf
option.

Approved by:	re (kensmith)
Obtained from:	TrustedBSD Project

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Apr 10 21:40:13 2007 UTC (4 years, 10 months ago) by pjd
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Remove trailing '.' for consistency!

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Apr 10 16:49:40 2007 UTC (4 years, 10 months ago) by pjd
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
Add UFS_GJOURNAL options to the GENERIC kernel.

Approved by:	re (kensmith)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Apr 1 06:24:19 2007 UTC (4 years, 10 months ago) by marcel
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -2 lines
Add bge(4).
Fix a white-space nit while I'm here.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:03:18 2007 UTC (5 years ago) by brooks
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
Include GEOM_LABEL in GENERIC.  It's very useful and not well publicized
enough.

Approved by:	pjd

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Feb 7 18:55:30 2007 UTC (5 years ago) by marcel
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Evolve the ctlreq interface added to geom_gpt into a generic
partitioning class that supports multiple schemes. Current
schemes supported are APM (Apple Partition Map) and GPT.
Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM
and GEOM_PART_GPT (resp).

The ctlreq interface supports verbs to create and destroy
partitioning schemes on a disk; to add, delete and modify
partitions; and to commit or undo changes made.

Revision 1.48.2.5: download - view: text, markup, annotated - select for diffs
Tue Nov 14 16:14:43 2006 UTC (5 years, 2 months ago) by grehan
Branches: RELENG_6
CVS tags: RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2
Diff to: previous 1.48.2.4: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.4: +0 -1 lines
Unbreak ppc kernel build by removing zs driver.

Approved by: re (Ken Smith)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Oct 26 22:11:35 2006 UTC (5 years, 3 months ago) by jb
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +0 -1 lines
Remove the KSE option now that it's in DEFAULTS on these arches/machines.

The 'nooption' kernel config entry has to be used to turn KSE off now.
This isn't my preferred way of dealing with this, but I'll defer to
scottl's experience with the io/mem kernel option change and the grief
experienced over that.

Submitted by:	scottl@

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Oct 26 21:42:21 2006 UTC (5 years, 3 months ago) by jb
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
Make KSE a kernel option, turned on by default in all GENERIC
kernel configs except sun4v (which doesn't process signals properly
with KSE).

Reviewed by:	davidxu@

Revision 1.48.2.4: download - view: text, markup, annotated - select for diffs
Mon Oct 9 18:41:37 2006 UTC (5 years, 4 months ago) by simon
Branches: RELENG_6
Diff to: previous 1.48.2.3: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.3: +0 -1 lines
MFC:
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
  unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
  stronger.

This is not an exact MFC since we don't have alpha in -CURRENT.

Approved by:	re (kensmith)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Oct 5 20:31:58 2006 UTC (5 years, 4 months ago) by simon
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -1 lines
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
  unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
  stronger.

Suggested and reviewed by:	dougb
Discussed on:			developers
MFC after:			3 days

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Sep 26 12:36:34 2006 UTC (5 years, 4 months ago) by ru
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
Added COMPAT_FREEBSD6 option.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Aug 1 22:19:01 2006 UTC (5 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -0 lines
Add device to access and modify Open Firmware NVRAM settings in
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.

Only tested on 1.25GHz G4 Mac Mini.

MFC after:	1 month

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jul 26 17:34:05 2006 UTC (5 years, 6 months ago) by marcel
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -3 lines
o  Enable -Werror
o  Remove commented-out sio(4)
o  Remove zs(4)
o  Add scc(4)
o  Add uart(4)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jun 26 22:03:22 2006 UTC (5 years, 7 months ago) by babkin
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +0 -1 lines
Backed out the change by request from rwatson.

PR:		kern/14584

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Jun 25 18:37:44 2006 UTC (5 years, 7 months ago) by babkin
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
The common UID/GID space implementation. It has been discussed on -arch
in 1999, and there are changes to the sysctl names compared to PR,
according to that discussion. The description is in sys/conf/NOTES.
Lines in the GENERIC files are added in commented-out form.
I'll attach the test script I've used to PR.

PR:		kern/14584
Submitted by:	babkin

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jun 15 19:58:52 2006 UTC (5 years, 7 months ago) by netchild
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +0 -1 lines
Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's
an explicit comment that it's needed for the linuxolator. This is not the
case anymore. For all other architectures there was only a "KEEP THIS".
I'm (and other people too) running a COMPAT_43-less kernel since it's not
necessary anymore for the linuxolator. Roman is running such a kernel for a
for longer time. No problems so far. And I doubt other (newer than ia32
or alpha) architectures really depend on it.

This may result in a small performance increase for some workloads.

If the removal of COMPAT_43 results in a not working program, please
recompile it and all dependencies and try again before reporting a
problem.

The only place where COMPAT_43 is needed (as in: does not compile without
it) is in the (outdated/not usable since too old) svr4 code.

Note: this does not remove the COMPAT_43TTY option.

Nagging by:	rdivacky

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Apr 7 22:04:07 2006 UTC (5 years, 10 months ago) by marcel
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26
trick on a PowerBook G4 and friends to get the USB keyboard as ukbd0.

Revision 1.48.2.3: download - view: text, markup, annotated - select for diffs
Fri Feb 3 23:37:21 2006 UTC (6 years ago) by sam
Branches: RELENG_6
CVS tags: RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1
Diff to: previous 1.48.2.2: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.2: +0 -2 lines
add DEFAULTS and remove entries in GENERIC now duplicated

Approved by:	re (scottl)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jan 10 09:19:10 2006 UTC (6 years, 1 month ago) by phk
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)
to COMPAT_43TTY.

Add COMPAT_43TTY to NOTES and */conf/GENERIC

Compile tty_compat.c only under the new option.

Spit out
	#warning "Old BSD tty API used, please upgrade."
if ioctl_compat.h gets #included from userland.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 27 23:17:00 2005 UTC (6 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +0 -1 lines
- Allow duplicate "machine" directives with the same arguments.
- Move existing "machine" directives to DEFAULTS.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Nov 21 20:17:46 2005 UTC (6 years, 2 months ago) by jhb
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move
'device mem' over from GENERIC to DEFAULTS to be consistent with i386 and
amd64.  Additionally, on ia64 enable ACPI by default since ia64 requires
acpi.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Nov 21 04:47:46 2005 UTC (6 years, 2 months ago) by arun
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
Create a device node in /dev when a USB keyboard is plugged in.

Reviewed by: grehan

Revision 1.48.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 22 12:36:39 2005 UTC (6 years, 4 months ago) by kensmith
Branches: RELENG_6
CVS tags: RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Diff to: previous 1.48.2.1: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.1: +1 -1 lines
Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.
It's supposed to be "option", "space", "tab"; not "option", "tab", "tab".

Approved by:	re (scottl)
Pointed out by:	rwatson
Pointy hat:	kensmith

Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 18 12:23:42 2005 UTC (6 years, 6 months ago) by kensmith
Branches: RELENG_6
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
MFC addition of the COMPAT_FREEBSD5 option.  Specific versions
being MFCed:

> Path                          Revision
> src/sys/alpha/conf/GENERIC    1.187
> src/sys/amd64/conf/GENERIC    1.440
> src/sys/i386/conf/GENERIC     1.430
> src/sys/ia64/conf/GENERIC     1.73
> src/sys/pc98/conf/GENERIC     1.270
> src/sys/powerpc/conf/GENERIC  1.49
> src/sys/sparc64/conf/GENERIC  1.97

Approved by:    re (scottl)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jul 14 15:39:05 2005 UTC (6 years, 6 months ago) by kensmith
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
Add recently invented COMPAT_FREEBSD5 option.

MFC after:	3 days

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue May 3 11:56:05 2005 UTC (6 years, 9 months ago) by grehan
Branches: MAIN
CVS tags: RELENG_6_BP
Branch point for: RELENG_6
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -5 lines
- move to SCHED_4BSD per jeffr's comments on SCHED_ULE's state
- enable MSDOSFS
- ehci is stable on the powerbook
- modules have been working for a long time.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 22 14:52:39 2005 UTC (6 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Add USB Communication Device Class Ethernet driver. Originally written for
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.

Obtained from:  http://www.gank.org/freebsd/cdce/
                NetBSD
                OpenBSD

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Mar 18 15:24:00 2005 UTC (6 years, 10 months ago) by murray
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Add a comment to note that pseudo-device bpf is required for DHCP.
This is mentioned in the Handbook but it is not as obvious to new
users why bpf is needed compared to the other largely self-explanatory
items in GENERIC.

PR:		conf/40855
MFC after:	1 week

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 2 20:57:19 2004 UTC (7 years, 3 months ago) by andre
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.

Discussed on:	-current

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Nov 2 09:06:48 2004 UTC (7 years, 3 months ago) by ssouhlal
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the
other architectures, and does not give any problems.

Approved by:	grehan (mentor)

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 22 19:23:39 2004 UTC (7 years, 4 months ago) by andre
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +0 -1 lines
MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated
kernel compile option.

Approved by:	re (scottl)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 27 15:16:23 2004 UTC (7 years, 5 months ago) by andre
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 lines
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
compile option.  All FreeBSD packet filters now use the PFIL_HOOKS API and
thus it becomes a standard part of the network stack.

If no hooks are connected the entire packet filter hooks section and related
activities are jumped over.  This removes any performance impact if no hooks
are active.

Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Aug 16 15:45:26 2004 UTC (7 years, 5 months ago) by marius
Branches: MAIN
CVS tags: RELENG_5_BP
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).

Ok'ed by:	tmm

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 16 13:07:39 2004 UTC (7 years, 5 months ago) by ssouhlal
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
Add /dev/mem and /dev/kmem to powerpc.

Approved by:	grehan (mentor)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 3 19:24:54 2004 UTC (7 years, 6 months ago) by markm
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
Making a loadable null.ko for /dev/(null|zero) proved rather
unpopular, so remove this (mis)feature.

Encouragement provided by:	jhb (and others)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 2 11:08:48 2004 UTC (7 years, 6 months ago) by ssouhlal
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
Remove 'device mem' from GENERIC, which markm@ mistakingly added.
We don't have mem/kmem yet.

Approved by:	grehan (mentor)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Aug 1 11:40:54 2004 UTC (7 years, 6 months ago) by markm
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -1 lines
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
their own directory and module, leaving the MD parts in the MD
area (the MD parts _are_ part of the modules). /dev/mem and /dev/io
are now loadable modules, thus taking us one step further towards
a kernel created entirely out of modules. Of course, there is nothing
preventing the kernel from having these statically compiled.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jul 18 09:03:12 2004 UTC (7 years, 6 months ago) by maxim
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
In -CURRENT pseudo devices are not statically assigned at compile time,
remove a stale comment.

PR:		kern/62285

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 12 22:14:21 2004 UTC (7 years, 6 months ago) by grehan
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1 lines
Add new KDB option, and also drop in long-held fxp/dc eth drivers.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun May 2 20:40:18 2004 UTC (7 years, 9 months ago) by marcel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
Add option GEOM_GPT. This brings the ability to have a large number of
partitions on a single disk.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun May 2 18:57:28 2004 UTC (7 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
Spell Ethernet correctly.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 26 19:42:13 2004 UTC (8 years ago) by nectar
Branches: RELENG_5_2
CVS tags: RELENG_5_2_1_RELEASE
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +1 -0 lines
MFC: Add PFIL_HOOKS to the GENERIC kernel configuration.

Requested by:	re

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jan 24 21:38:52 2004 UTC (8 years ago) by jeff
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
 - Recruit some new ULE users by making it the default scheduler in GENERIC.
   ULE will be in a probationary period to determine whether it will be left
   as the default in 5.3 which would likely mean the rest of the 5.x series.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 24 14:59:51 2004 UTC (8 years ago) by nectar
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so
that one can load the IPFilter module (which requires PFIL_HOOKS).

Requested by:	Many, for over a year

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 21 05:22:53 2004 UTC (8 years ago) by grehan
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +21 -12 lines
Add syscons options and enable USB, since there is no conflict between
the OpenFirmware console and the syscons console when using a USB
keyboard.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jun 8 02:03:01 2003 UTC (8 years, 8 months ago) by jmallett
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_0_RELEASE
Branch point for: RELENG_5_2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Note that scbus is required for SCSI, not just "required" in general.

Submitted by:	Edward Kaplan (tmbg37 on IRC)
Reviewed by:	rwatson (in principle)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 22 04:39:20 2003 UTC (8 years, 9 months ago) by simokawa
Branches: MAIN
CVS tags: RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -0 lines
add scbus for FireWire.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 21 16:44:05 2003 UTC (8 years, 9 months ago) by simokawa
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -0 lines
Add FireWire drivers to GENERIC.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 22 14:18:22 2003 UTC (8 years, 10 months ago) by ru
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
Remove bitrot associated with `maxusers'.

Submitted by:	bde

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 13 22:27:40 2003 UTC (8 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +31 -31 lines
Fix whitespace problems with option lines.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 13 22:24:44 2003 UTC (8 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Fix the style of the SCHED_4BSD commit.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 5 11:37:58 2003 UTC (9 years ago) by benno
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Not all cpus are MPC750s.  Replace the MPC750 cpu option with OEA.  This
stands for Operating Environment Architecture and is the specification that
all of the MPC6xx, MPC7xx, MPC7xxx and IBM7xx CPUs adhere to.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Feb 2 06:11:23 2003 UTC (9 years ago) by benno
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
Add device zs to GENERIC on powerpc.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 1 18:45:18 2003 UTC (9 years ago) by joe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Put replace spaces with tabs in keeping with the rest of the file.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 26 05:29:12 2003 UTC (9 years ago) by jeff
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
 - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
   of the scheduler.
 - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jan 9 01:09:41 2003 UTC (9 years, 1 month ago) by grehan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -7 lines
Remove obsolete GEOM option, and bring diskless options up-to-date

Approved by:  benno

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 19 16:54:07 2002 UTC (9 years, 3 months ago) by rwatson
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
Permits UFS ACLs to be used with the GENERIC kernel.  Due to recent
ACL configuration changes, this shouldn't result in different code paths
for file systems not explicitly configured for ACLs by the system
administrator.  For UFS1, administrators must still recompile their
kernel to add support for extended attributes; for UFS2, it's sufficient
to enable ACLs using tunefs or at mount-time (tunefs preferred for
reliability reasons).  UFS2, for a variety of reasons, including
performance and reliability, is the preferred file system for use with
ACLs.

Approved by:	re

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 13 16:29:17 2002 UTC (9 years, 3 months ago) by mike
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Remove the P1003_1B kernel option; it is no longer used.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 6 12:13:12 2002 UTC (9 years, 4 months ago) by grehan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -2 lines
Roll back to previous version, no need for NO_GEOM when GEOM is
standard.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 5 16:35:32 2002 UTC (9 years, 4 months ago) by phk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -0 lines
NB: This commit does *NOT* make GEOM the default in FreeBSD
NB: But it will enable it in all kernels not having options "NO_GEOM"

Put the GEOM related options into the intended order.

Add "options NO_GEOM" to all kernel configs apart from NOTES.

In some order of controlled fashion, the NO_GEOM options will be
removed, architecture by architecture in the coming days.

There are currently three known issues which may force people to
need the NO_GEOM option:

boot0cfg/fdisk:
        Tries to update the MBR while it is being used to control
        slices.  GEOM does not allow this as a direct operation.

SCSI floppy drives:
        Appearantly the scsi-da driver return "EBUSY" if no media
        is inserted.  This is wrong, it should return ENXIO.

PC98:
        It is unclear if GEOM correctly recognizes all variants of
        PC98 disklabels.  (Help Wanted!  I have neither docs nor HW)

These issues are all being worked.

Sponsored by:	DARPA & NAI Labs.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 4 01:19:18 2002 UTC (9 years, 4 months ago) by grehan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Clean up ddb warnings/errors and enable in GENERIC

Approved by: benno
Motivated by: gallatin

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Sep 22 01:18:06 2002 UTC (9 years, 4 months ago) by benno
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
It's Apple GMAC, not HMAC.

Approved by:	jake (for sparc64)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 19 11:20:13 2002 UTC (9 years, 4 months ago) by grehan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +93 -17 lines
Updated to somewhat match sparc64/conf/GENERIC

Approved by: benno

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 9 02:40:59 2002 UTC (9 years, 5 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -9 lines
Use "options " rather than "options<tab>".

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 1 17:21:13 2002 UTC (9 years, 6 months ago) by blackend
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Fix the link to the Handbook

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 23 06:38:21 2002 UTC (9 years, 6 months ago) by peter
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
de-count pci

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 22 00:21:17 2002 UTC (9 years, 6 months ago) by peter
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
No more NO_WERROR for the kernel.  It's still possible though, but
seperate from NO_WERROR which is easily mixed up with in userland.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 21 23:07:31 2002 UTC (9 years, 6 months ago) by peter
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Add explicit unit count on 'device pci' for ahc/ahd

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 16 18:20:16 2002 UTC (9 years, 6 months ago) by jhb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Various comment and minor style fixes.  No actual content changes.

Inspired by:	bde

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 9 13:46:27 2002 UTC (9 years, 7 months ago) by benno
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -2 lines
Bring this in line with what I'm using.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 15 12:30:18 2002 UTC (9 years, 9 months ago) by benno
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Add ofwd to the GENERIC config for powerpc.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 26 09:55:17 2002 UTC (9 years, 11 months ago) by benno
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Add makeoptions NO_WERROR=true so that we can build. =)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 9 01:57:08 2001 UTC (10 years, 2 months ago) by dillon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Allow maxusers to be specified as 0 in the kernel config, which will
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.

MFC after:	1 week

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 12 20:02:50 2001 UTC (10 years, 4 months ago) by mp
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
Add memory disk support to allow the boot process to proceed a bit further.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 17 09:39:44 2001 UTC (10 years, 7 months ago) by benno
Branches: MAIN
CVS tags: KSE_PRE_MILESTONE_2, KSE_MILESTONE_2
The final commit for the first phase of PowerPC support.

This adds the config stuff needed to build kernels.

Reviewed by:	obrien

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