freebsd_amp_hwpstate/sys/conf
John Baldwin 22ea1bc57a Unify the checking for lock misbehavior in the various syscall()
implementations and adjust some of the checks while I'm here:
- Add a new check to make sure we don't return from a syscall in a critical
  section.
- Add a new explicit check before userret() to make sure we don't return
  with any locks held.  The advantage here is that we can include the
  syscall number and name in syscall() whereas that info is not available
  in userret().
- Drop the mtx_assert()'s of sched_lock and Giant.  They are replaced by
  the more general checks just added.

MFC after:	2 weeks
2006-07-27 22:32:30 +00:00
..
Makefile.amd64
Makefile.arm Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent the 2006-07-24 22:09:47 +00:00
Makefile.i386
Makefile.ia64
Makefile.pc98
Makefile.powerpc
Makefile.sparc64
NOTES Hook up stge(4) to the build. 2006-07-25 00:45:55 +00:00
defines
files Unify the checking for lock misbehavior in the various syscall() 2006-07-27 22:32:30 +00:00
files.amd64 Add a pure open source nForce Ethernet driver, under BSDL. 2006-06-26 23:41:07 +00:00
files.arm Add remote GDB bits for arm. 2006-07-14 00:50:51 +00:00
files.i386 Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in 2006-07-22 16:18:47 +00:00
files.ia64 Move default GEOM classes from files.ia64, where they were marked 2006-07-17 20:02:51 +00:00
files.pc98 - Add C-bus and ISA front-ends for le(4) so it can actually replace 2006-05-17 21:25:23 +00:00
files.powerpc Remove zs(4). It has been replaced by scc(4) & uart(4). 2006-07-26 19:44:42 +00:00
files.sparc64
kern.mk Create new dialect knob, as setting the language dialect isn't a warning flag. 2006-06-29 21:15:25 +00:00
kern.post.mk Remove the insistance on having a device.hints. This was a seat belt 2006-06-18 17:48:45 +00:00
kern.pre.mk /etc/src.conf wasn't visable for the kernel build. 2006-07-17 18:43:16 +00:00
kmod.mk Fix kernel module build breakage. 2006-06-30 19:35:35 +00:00
kmod_syms.awk
ldscript.amd64
ldscript.arm
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
makeLINT.mk
makeLINT.sed
newvers.sh
options Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for 2006-07-18 17:00:51 +00:00
options.amd64 Fix LINSYSFS in the platform options files that I missed from the platform 2006-05-10 03:25:45 +00:00
options.arm For the moment, make board configuration a compile time option. This 2006-07-14 21:59:54 +00:00
options.i386 Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
options.ia64
options.pc98 Fix LINSYSFS in the platform options files that I missed from the platform 2006-05-10 03:25:45 +00:00
options.powerpc
options.sparc64
systags.sh