Age | Commit message (Expand) | Author |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | use the right capitalization for `MBus' | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | include files.bluetooth here; ok gwk | Uwe Stuehler |
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | Uwe Stuehler |
2007-05-31 | Add a comment so this is identical to the i386 version | Tom Cosgrove |
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | Gordon Willem Klok |
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback |
2007-05-31 | Be consistant and use b_cylinder when saving the cylinder number for | Kenneth R Westerback |
2007-05-31 | extend the sun disklabel format to contain filesystem types. also, | Theo de Raadt |
2007-05-30 | Add support for iBook G4. -moj | Mats O Jansson |
2007-05-30 | Q: How did _dmamap_sync() work before? | Miod Vallat |
2007-05-30 | Missed one minaddr initialization before invoking uvm_km_suballoc(). | Miod Vallat |
2007-05-30 | More cpuinfo vs _KERNEL fallback. | Miod Vallat |
2007-05-30 | Make xlights(4) probe correctly on the Xserve G5, still does not correct | Gordon Willem Klok |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | Improve copyinstr and copyoutstr by erroring out when the userland | Tom Cosgrove |
2007-05-29 | Improve copyinstr and copyoutstr by performing the check against | Tom Cosgrove |
2007-05-29 | only the i810 is known to be needed for agp, reduce driver set to just that | Ted Unangst |
2007-05-29 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy |
2007-05-29 | add support for core cpu temperature sensors. | Ted Unangst |
2007-05-29 | s/entrace/entrance (not obvious that the code was cut/paste =) | Jason Wright |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | Panic if the locker is self. | Dale Rahn |
2007-05-29 | Die Die Die wt. | Kenneth R Westerback |
2007-05-29 | take a lot more stuff out of userland namespace (sysctl cared about ksensor u... | Theo de Raadt |
2007-05-29 | Remove trapwrite(), which was only used by 80386. | Tom Cosgrove |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | TAILQ_LAST takes two arguments. | Pierre-Yves Ritschard |
2007-05-29 | use the right capitalization for `SBus' | Igor Sobrado |
2007-05-29 | use the right capitalization for `MBus' and `SBus' | Igor Sobrado |
2007-05-29 | use the right capitalization for `MBus' | Igor Sobrado |
2007-05-29 | Add global variable apm_attached, machine dependant probe routine for ACPI | Gordon Willem Klok |
2007-05-29 | forgot to move to using shared boot.c | Theo de Raadt |
2007-05-29 | theo says degrees is spelled degrees | Ted Unangst |
2007-05-29 | code typo | Theo de Raadt |
2007-05-29 | typo | Theo de Raadt |
2007-05-29 | put the temperature msr in line with the others | Ted Unangst |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-29 | Add led(4). | Mark Kettenis |
2007-05-29 | New driver for front panel LEDs on the V215/245. | Mark Kettenis |
2007-05-29 | Fix compilation of kernels without I686_CPU: piixpcib is always | Tom Cosgrove |
2007-05-29 | Remove a debugging printf left behind by accident. | Artur Grabowski |
2007-05-29 | PMAP_STEAL_MEMORY for amd64 | Artur Grabowski |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-28 | Revert accidental commit of acpi enabling. don't do that yet. | Bob Beck |