| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs | Ken Smith | 2008-11-26 | 1 | -1/+1 |
| * | 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 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+2 |
| * | Switch from save/disable/restore_intr() to critical_enter/exit(). | John Baldwin | 2001-03-28 | 1 | -4/+3 |
| * | Since the PC is a pointer to a code address, change the second parameter of | John Baldwin | 2001-02-22 | 1 | -2/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -3/+3 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -2/+6 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Hide intrstate in the #ifdef where it belongs. | Poul-Henning Kamp | 2000-12-07 | 1 | -1/+1 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -1/+3 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | Commit major SMP cleanups and move the BGL (big giant lock) in the | Matthew Dillon | 2000-03-28 | 1 | -0/+1 |
| * | Unremove used includes. | Bruce Evans | 1999-10-12 | 1 | -0/+2 |
| * | Trim unused options (or #ifdef for undoc options). | Peter Wemm | 1999-10-11 | 1 | -2/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fixed profiling of elf kernels. Made high resolution profiling compile | Bruce Evans | 1999-05-06 | 1 | -2/+5 |
| * | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | Bruce Evans | 1998-09-05 | 1 | -3/+3 |
| * | Changed to the C9x draft spelling of the (unsigned) integral type | Bruce Evans | 1998-07-14 | 1 | -4/+4 |