Age | Commit message (Expand) | Author |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2016-02-26 | Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't | mmcc |
2016-01-15 | intr_barrier for sh/landisk; tobiasu noticed the need as well | Theo de Raadt |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-10 | Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@ | Miod Vallat |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-09-01 | free() size | Theo de Raadt |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-05-15 | still needs kcore.h | Theo de Raadt |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-17 | split the int and long implementations to avoid compiler warnings. | David Gwynne |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-13 | Let this compile without option DDB. | Miod Vallat |
2014-09-24 | jmatthew@ found another case of me getting the number of args wrong | David Gwynne |
2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} | David Gwynne |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-08 | Format string fixes and removal of -Wno-format for landisk kernels | Miod Vallat |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-14 | Fewer <uvm/uvm.h> | Martin Pieuchot |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |