Age | Commit message (Collapse) | Author |
|
ok marc@ fgsch@
|
|
problems noted by fgsch@ and deraadt@
|
|
disabled by default.
Enable with sysctl -w machdep.userldt=1
This will allow people to use the few ports that require this functionality
to work without requiring the user to recompile a kernel.
The option USER_LDT remains in order to not increase size on the
installation media. It is now enabled in GENERIC.
Per espie@'s idea, but my diff was much simpler than his; ok deraadt@
|
|
|
|
powerdown work correctly on some processors. Idea from mickey@ and
smcho@tsp.korea.ac.kr. Tested my me and angelos@.
Note: If you want to try these out you'll need to
cd /sys/arch/i386/include &&
sudo install -m 444 -o root -g root cpu.h /usr/include/i386
cd /usr/src/sbin/sysctl && make obj && make && sudo make install
to get a sysctl that understands the new variable (machdep.apmhalt).
|
|
|
|
|
|
to change it if they so desire
|
|
|