| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+3 |
* | ANSIfy sys/kern | Ed Maste | 2018-06-01 | 1 | -2/+1 |
* | Stop using fuswintr() and suswintr() in the profiler. | Brooks Davis | 2018-04-17 | 1 | -20/+12 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | sys/kern: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 1 | -8/+8 |
* | When sleeping waiting for the profiling stop, always set P_STOPPROF | Konstantin Belousov | 2014-11-10 | 1 | -0/+1 |
* | Fully support constructors for the purpose of code coverage analysis. | Marcel Moolenaar | 2014-10-20 | 1 | -47/+0 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -3/+3 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | Use ANSI function definition for profil. | Warner Losh | 2009-02-03 | 1 | -3/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -2/+2 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -7/+10 |
* | - Move clock synchronization into a seperate clock lock so the global | Jeff Roberson | 2007-05-20 | 1 | -5/+5 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -3/+0 |
* | Change the addupc_*() functions to use the uintfptr_t type for pc rather | John Baldwin | 2005-12-16 | 1 | -2/+2 |
* | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 1 | -2/+2 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | John Baldwin | 2004-07-16 | 1 | -3/+4 |
* | Tidy up uprof locking. Mostly the fields are protected by both the proc | John Baldwin | 2004-07-02 | 1 | -10/+18 |
* | Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64. | Tim J. Robbins | 2004-05-29 | 1 | -1/+2 |
* | Fixed printf format errors which helped break GUPROF for arches with | Bruce Evans | 2004-05-20 | 1 | -2/+2 |
* | Initialize the history counter type field in struct gmonparam as | Bruce Evans | 2004-05-20 | 1 | -0/+4 |
* | Moved i386 asms to an i386 header. The asms are for calibration of | Bruce Evans | 2004-05-20 | 1 | -19/+3 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -3/+3 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | remove old and inaccurate XXX comment. | Julian Elischer | 2003-05-02 | 1 | -1/+0 |
* | - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and | John Baldwin | 2003-04-22 | 1 | -21/+13 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | Move a bunch of flags from the KSE to the thread. | Julian Elischer | 2003-02-17 | 1 | -5/+5 |
* | A little infrastructure, preceding some upcoming changes | Julian Elischer | 2003-02-08 | 1 | -21/+46 |
* | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -47/+22 |
* | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -22/+47 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
* | Fix warnings & errors caused by my last commit. | Poul-Henning Kamp | 2003-01-07 | 1 | -2/+1 |
* | This is all "#if defined(__i386__) && __GNUC__ >= 2": | Poul-Henning Kamp | 2003-01-06 | 1 | -0/+47 |
* | Don't #error if we are lint. | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+2 |
* | more caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -2/+2 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | - Change all callers of addupc_task() to check PS_PROFIL explicitly and | John Baldwin | 2001-12-18 | 1 | -2/+1 |
* | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 1 | -6/+4 |
* | Add kmupetext(), a function that expands the range of memory covered | Brian Feldman | 2001-10-30 | 1 | -5/+64 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -11/+12 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | Matthew Dillon | 2001-09-01 | 1 | -4/+14 |
* | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -1/+3 |
* | We don't need to hold a lock just to test a flag. | John Baldwin | 2001-06-06 | 1 | -5/+1 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | John Baldwin | 2001-05-15 | 1 | -1/+0 |