Age | Commit message (Expand) | Author |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-26 | Clean up how we print the sbus(4) clock speed. Purely cosmetic. | Mark Kettenis |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-14 | There is no "struct filesystem"; uncovered by gcc4. | Mark Kettenis |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN | Miod Vallat |
2010-11-27 | Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, and | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-19 | add pseudo-device hotplug. | Miod Vallat |
2010-11-19 | gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock is | Theo de Raadt |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-11 | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | Miod Vallat |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-28 | malloc() without a WAIT flag | Theo de Raadt |
2010-09-28 | typo | Miod Vallat |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-22 | Add DIOCGPDINFO to drivers that were lacking it. Where there | Kenneth R Westerback |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-06 | - spello, short-hand -> shorthand | Jasper Lievisse Adriaanse |
2010-09-05 | Remove bogus LHS casts. makes gcc4 happy. | Mark Kettenis |
2010-09-05 | Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago. | Mark Kettenis |
2010-09-05 | Fix inline assembler to make it acceptable to gcc4. Similar to what we've | Mark Kettenis |
2010-08-30 | disable SVR4 compat by default; ok kettenis | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-17 | Make sure fast trap handlers correctly invoke soft interrupts by marking | Miod Vallat |
2010-08-16 | Make sure we reserve enough room after the kernel image to avoid stomping | Miod Vallat |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-07-24 | leftover from revert of long ago | Jacob Meuser |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-11 | typo | Miod Vallat |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
2010-07-06 | sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago. | Miod Vallat |
2010-07-06 | Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4m | Miod Vallat |
2010-07-06 | Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unused | Miod Vallat |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | delete sunos files | Ted Unangst |