Age | Commit message (Expand) | Author |
2012-04-28 | Rework the definition of label_t to get it correctly aligned to an 8 byte | Miod Vallat |
2012-04-19 | shrink | Theo de Raadt |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-08 | Make the userland bits actually compile. | Mark Kettenis |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-11-08 | procfs for solaris compat? not anymore; ok miod | Theo de Raadt |
2011-10-24 | The cgtwo control registers only support 16-bit accesses, and respond with | Miod Vallat |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-09-27 | Make struct label_t large enough for the kernel setjmp() purposes. Found after | Miod Vallat |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-09-04 | Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@ | Miod Vallat |
2011-09-03 | Switch the sparc audioamd(4) code to the MI driver; tested on SPARCclassic | Miod Vallat |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-06 | Cleanup presto(4) like other disk drivers. | Matthew Dempsky |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-05-31 | The various cleanups of the last few years have fixed pnozz(4) acceleration | Miod Vallat |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-04-30 | Plug holes in cdevsw[] to make vscsi, diskmap and pppx entries match the | Miod Vallat |
2011-04-28 | Expose pmap prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-26 | MMU address space holes are at a fixed position (ofcourse). | Ariane van der Steldt |
2011-04-25 | fenv for sparc; mostly cloned from sparc64 | Martynas Venckus |
2011-04-22 | Turning on SCSIDEBUG (for debugging other drivers, of course) should | Theo de Raadt |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |