Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-07 | Document a non-obvious aspect of identifycpu() use on i386 | Philip Guenther | |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt | |
boot. ok mlarkin | |||
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt | |
ok miod | |||
2015-02-06 | Enable iwm(4) on i386. | Stefan Sperling | |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa | |
APM_USER_HIBERNATE_REQ event so apmd(8) can get it if it's running. ok mlarkin@, deraadt@, miod@ | |||
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin | |
may not have been mapped previously (in the failure to hibernate case). Also ensure that the lowmem ptp is mapped in all cases (not just MP). ok kettenis | |||
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin | |
with many, ok kettenis@. | |||
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch | |
They are not used anywhere. ok mlarkin@ | |||
2015-01-27 | Remove an unused and confusing assignment that had been commented out for | Mike Larkin | |
years. No functional change. | |||
2015-01-27 | Remove an unused variable whose functionality was moved to locore long ago. | Mike Larkin | |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber | |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis | |
within a range that is more (or less) restrictive than the default range. ok deraadt@, stsp@ | |||
2015-01-21 | I don't foresee knowing that my i386 netbook has an AT/286+ bios and | Ted Unangst | |
not a PCjr bios will help diagnose any problems. ok deraadt kettenis | |||
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis | |
per-process value, and therefpore turns the VM_PSSTRINGS sysctl into a per-process one as well. This gets rid of a pointer to the bottom of the stack at a fixed location. Also clears the road for unmapping the stackgap. ok deraadt@ | |||
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray | |
maximum supported temperature, Tj(Max). As the temperature values are relative to this value this should make the sensor values more accurate. From Simon Mages. | |||
2015-01-17 | guard usingacpi variable inside NACPI. from oyvind jaegtnes | Ted Unangst | |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch | |
This is set by many hypervisors, including kvm, vmware, hyper-v. | |||
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt | |
make install from Simon Nicolussi ok jsing tedu | |||
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt | |
thanks jsg | |||
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt | |
floppy. A few drivers are missing, but the world has moved on (the drivers included are always a work in progress) Speeds up make release substantially, of course. | |||
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt | |
the installer. We used a full release cycle to learn that suspend/resume is reliable enough for this default. Personal policy can disable this using machdep.lidsuspend=0 in /etc/sysctl.conf ok more people begging, and less people whining | |||
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther | |
pointed out by Helg (xx404 (at) msn.com) ok deraadt@ miod@ | |||
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst | |
This should catch all the same bad cases, but be a little less aggravating in circumstances where a prototype isn't necessary ok deraadt | |||
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin | |
backed out because of libkvm breakage, recommitting now with libkvm fix. ok deraadt@ | |||
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt | |
find a different way. | |||
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin | |
user of these was hibernate, which now gets its own PD_MASK (since the resume time PD_MASK is essentially disjoint from the runtime PD_MASK). No functional change, just moving the deck chairs around in preparation for an upcoming change. ok deraadt | |||
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt | |
2014-12-22 | unifdef INET | Ted Unangst | |
2014-12-18 | perform cpu setperf at same position in sequence as acpi.c | Theo de Raadt | |
2014-12-18 | suspend & resume RNG subsystem | Theo de Raadt | |
2014-12-18 | If support is present, use rdrand() at resume time. Make the rdrand() | Theo de Raadt | |
function easier to call. ok reyk djm | |||
2014-12-16 | don't include lock.h by default. poisons namespace. ok deraadt | Ted Unangst | |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst | |
objective: vnode.h doesn't include uvm_extern.h anymore. followup changes: include uvm_extern.h or lock.h where necessary. ok and help from deraadt | |||
2014-12-14 | Disable MWAIT again, this time on both i386 and amd64. Too many systems | Philip Guenther | |
run excessively hot with it to have it on by default, and I still don't have good logic to let acpicpu enable it when the AML says it's good. | |||
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov | |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov | |
ok deraadt, tests on glxpcib and ok mpi | |||
2014-12-10 | enable skgpio(4) | Jonathan Gray | |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray | |
from Matt Dainty. | |||
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan | |
ok tedu@ deraadt@ | |||
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin | |
.rodata (kernel copies to the RW page), protect the code page with RX permissions, protect the code page with RW permissions. ok deraadt@ | |||
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst | |
ok deraadt | |||
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot | |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback | |
ok deraadt@ tedu@ | |||
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst | |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-11-23 | enable xhci(4) in ramdisks | Jonathan Gray | |
ok deraadt@ | |||
2014-11-23 | Make sure the direction bit is cleared on entry to the kernel by syscall | Philip Guenther | |
or interrupt, as specified by the ABIs. Our current gcc doesn't assume this bit of the ABI, but future compilers may and some ASM can be simplified by assuming it. in snaps for a bit | |||
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin | |
a common #defined location for both i386 and amd64. This diff fixes i386 to match. Also fix a tab/space issue in amd64 hibernate_var.h discussed with deraadt |