| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused scheduler related definitions. |  mpi | 2019-06-11 | 1 | -4/+1 |
* | Refactor the MAP_STACK feature, and introduce another similar variation: |  deraadt | 2019-06-01 | 1 | -20/+4 |
* | Enable ucrcom(4) on all architectures that have uslcom(4). |  kettenis | 2019-05-08 | 1 | -1/+3 |
* | Remove file name and line number output from witness(4) |  visa | 2019-04-23 | 3 | -38/+26 |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 1 | -2/+2 |
* | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 2019-04-14 | 1 | -1/+5 |
* | crank versions |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 4 | -12/+12 |
* | crank version; looks good deraadt |  florian | 2019-04-08 | 1 | -2/+2 |
* | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 2019-04-01 | 1 | -1/+5 |
* | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 2019-01-02 | 1 | -18/+18 |
* | Fix dino at uturn attachment. From miod@ |  kettenis | 2018-12-28 | 1 | -2/+2 |
* | Include srp.h where struct cpu_info uses srp to avoid erroring out when |  jsg | 2018-12-05 | 1 | -1/+2 |
* | one more typo noticed while pasting miod a reply; |  jmc | 2018-11-15 | 1 | -2/+2 |
* | fix typos in comments; from miod |  jmc | 2018-11-15 | 1 | -4/+4 |
* | Remove cardbus and pcmcia debug options that we don't enable on other |  kettenis | 2018-11-08 | 1 | -3/+2 |
* | grow alpha and hppa media to accomodate some recent growth |  deraadt | 2018-09-20 | 1 | -2/+2 |
* | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 2018-09-14 | 1 | -2/+2 |
* | Enable uscom(4) where uslcom(4) is already present. |  mpi | 2018-08-22 | 1 | -1/+3 |
* | Missed a 'ksi' -> '*ksip' change in previous commit |  guenther | 2018-07-20 | 1 | -2/+2 |
* | Move from sendsig() to its callers the initsiginfo() calls and |  guenther | 2018-07-10 | 1 | -6/+3 |
* | Constipate all the struct lock_type's so they go into .rodata |  guenther | 2018-06-08 | 1 | -3/+3 |
* | Delete antique sigdebug definitions |  guenther | 2018-05-22 | 1 | -7/+1 |
* | Relax the way irqs are assigned. This diff does: |  kettenis | 2018-05-14 | 11 | -181/+171 |
* | Expose memory barriers to userland. |  kettenis | 2018-05-14 | 1 | -2/+3 |
* | Initialize st_count in db_save_stack_trace(). |  visa | 2018-05-04 | 1 | -1/+2 |
* | replace add_*_randomness with enqueue_randomness() |  jasper | 2018-04-28 | 1 | -2/+2 |
* | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and |  deraadt | 2018-04-12 | 2 | -4/+24 |
* | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 2018-03-20 | 1 | -2/+1 |
* | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 2018-03-05 | 1 | -1/+2 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | prune files.* entries that refer to files not in tree |  jsg | 2018-02-14 | 2 | -29/+2 |
* | Check for the existence of /bsd before trying to back it up to /obsd. |  tb | 2018-02-09 | 1 | -2/+2 |
* | Sync the nam2blk entries with the bdevsw table, which is the |  naddy | 2018-01-27 | 1 | -3/+2 |
* | Define and use IPL_MPFLOOR in our common mutex implementation. |  mpi | 2018-01-13 | 2 | -3/+4 |
* | Unify <machine/mutex.h> a bit further. |  mpi | 2018-01-04 | 1 | -2/+2 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 2 | -4/+2 |
* | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so |  guenther | 2017-12-14 | 1 | -1/+9 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -2/+2 |
* | Change __mp_lock_held() to work with an arbitrary CPU info structure and |  mpi | 2017-12-04 | 2 | -6/+6 |
* | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the |  florian | 2017-11-04 | 1 | -3/+5 |
* | use %lx to print the frame address if resolving of the symbol name fails |  jasper | 2017-11-03 | 1 | -2/+5 |
* | When option DDB_STRUCTINFO was removed from the kernel, too much from |  patrick | 2017-09-28 | 1 | -1/+12 |
* | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 2017-09-12 | 1 | -27/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 3 | -6/+3 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -5/+1 |
* | swap ualea for urng |  jasper | 2017-08-28 | 1 | -2/+2 |
* | Use ctfstrip(1) by default to strip kernels. |  mpi | 2017-08-12 | 1 | -2/+2 |
* | change -Os to -Oz all around the tree |  robert | 2017-07-25 | 1 | -2/+2 |