Age | Commit message (Expand) | Author |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-02 | Use the same cache cleaning address computation as done in cpufunc_asm_xscale, | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | Some archs used memset() rather than bzero(). So duplicate diff | Kenneth R Westerback |
2007-09-22 | cf_context_switch takes an u_int argument. | Mark Kettenis |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-08-22 | Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compiling | Marcus Glocker |
2007-08-14 | removal of zts sysctls created a numeric gap. repair. ok miod robert | Theo de Raadt |
2007-08-06 | Fix some "that that"s. | Tom Cosgrove |
2007-08-01 | I have a dream of cvs not missing the files I have cvs rm'd with love. | Miod Vallat |
2007-07-01 | Move more fpe-related stuff in #ifdef ARMFPU blocks. | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel(), too | Theo de Raadt |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | unbreak tree after untested timeout.h deletions | Theo de Raadt |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | annoying spacing glitch which makes the diffs bigger | Theo de Raadt |
2007-06-08 | all disklabels read from the kernel now always contain a total sector | Theo de Raadt |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback |
2007-05-30 | Missed one minaddr initialization before invoking uvm_km_suballoc(). | Miod Vallat |
2007-05-29 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy |
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 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |