| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 4 | -12/+12 |
* | Remove register qualifier. | jmallett | 2002-05-22 | 1 | -29/+29 |
* | Use function prototypes. | jmallett | 2002-05-22 | 1 | -95/+71 |
* | PSD:19 (curses) is long dead. | ru | 2002-05-22 | 1 | -8/+0 |
* | Unencumber. | ru | 2002-05-22 | 1 | -12/+12 |
* | Build sccs(1) docs. | ru | 2002-05-22 | 3 | -2/+13 |
* | 19.curses wasn't encumbered, it's just dead. | ru | 2002-05-22 | 1 | -1/+1 |
* | Clean up formatting. | jmallett | 2002-05-22 | 1 | -9/+11 |
* | Replace the evil that is __DECONST() with (void *). This is one of the least | jmallett | 2002-05-22 | 1 | -2/+2 |
* | Make sccs(1) compile cleanly by fixing syntax errors such as #endif followed | jmallett | 2002-05-22 | 1 | -9/+14 |
* | Unroff all forms of \f and \*, and the simplest form of \s. | ru | 2002-05-22 | 1 | -8/+14 |
* | Revision 1.39 made filtering of CFLAGS unnecessary. | ru | 2002-05-22 | 1 | -6/+6 |
* | Revive the SCCS front-end, sccs(1), back from the Attic, since it's something | jmallett | 2002-05-22 | 6 | -0/+3700 |
* | Fixed build of recently added legacy docs. | ru | 2002-05-22 | 6 | -27/+6 |
* | Added share/doc/[pu]sd entries. | ru | 2002-05-22 | 1 | -0/+20 |
* | Eliminate free'ing already freed chunks. | sobomax | 2002-05-22 | 1 | -2/+3 |
* | Build pathchk(1). | tjr | 2002-05-22 | 1 | -0/+1 |
* | Add the pathchk utility, which checks pathnames for validity or | tjr | 2002-05-22 | 3 | -0/+321 |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 2 | -12/+28 |
* | Include <sys.systm.h> for the declaration of some atomic functions -- don't | bde | 2002-05-22 | 1 | -0/+1 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | o Add records for PCI bus and PCI device errors. | marcel | 2002-05-22 | 1 | -10/+70 |
* | Don't build doc on ia64. No groff in sight. | marcel | 2002-05-22 | 1 | -2/+1 |
* | o Make contigmalloc1() static. | alc | 2002-05-22 | 2 | -5/+1 |
* | Permit alternative break sequence to break to debugger in GENERIC. Breakage | rwatson | 2002-05-21 | 2 | -0/+2 |
* | Add appropriate IA32 "pause" instructions to improve performanec on | jhb | 2002-05-21 | 2 | -2/+34 |
* | - td will never be NULL, so the call to soalloc() in socreate() will always | arr | 2002-05-21 | 1 | -2/+2 |
* | Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i' | jhb | 2002-05-21 | 2 | -2/+2 |
* | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | arr | 2002-05-21 | 1 | -2/+1 |
* | Whitespace fixup, properly indent the body of an else clause. | jhb | 2002-05-21 | 2 | -4/+4 |
* | Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kernel | jhb | 2002-05-21 | 4 | -0/+58 |
* | Update to match kernel side. | phk | 2002-05-21 | 16 | -906/+1152 |
* | Optimize spin mutexes for UP kernels without debugging to just enter and | jhb | 2002-05-21 | 3 | -2/+23 |
* | Introduce the concept of "magic spaces", and implement them in most of | phk | 2002-05-21 | 6 | -3/+108 |
* | Make ReadMakefile() operate using the realpath(3) name for the file handed to | jmallett | 2002-05-21 | 1 | -3/+7 |
* | Add an inline function cpu_pause() for the IA32 'pause' instruction. | jhb | 2002-05-21 | 2 | -0/+12 |
* | Remove the "-class" suffix from classes, they will not be ambiguous. | phk | 2002-05-21 | 6 | -8/+8 |
* | - Change the newly turned INVARIANTS #ifdef blocks (they were changed from | arr | 2002-05-21 | 3 | -24/+16 |
* | Allow prefix/prefixlen syntax for IPv6 to have consistency | ume | 2002-05-21 | 1 | -15/+22 |
* | Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER. | semenu | 2002-05-21 | 1 | -2/+6 |
* | Reword a small part of the uniq(1) manual page to help reduce word | trhodes | 2002-05-21 | 1 | -3/+3 |
* | Added support for ia64 and sparc64. | ru | 2002-05-21 | 2 | -0/+10 |
* | Fixed to conflict labels. | nyan | 2002-05-21 | 1 | -3/+3 |
* | Remove unneeded ## for GCC 3.1 | nyan | 2002-05-21 | 1 | -26/+26 |
* | Have RTF_HOST for /128 destionation. | ume | 2002-05-21 | 1 | -4/+9 |
* | Mention our support of the authentication side of rfc2548 | brian | 2002-05-21 | 1 | -1/+1 |
* | MFi386: revision 1.22 | nyan | 2002-05-21 | 1 | -9/+8 |
* | Remove ptx. It is not used anywhere in the base system, has not been | markm | 2002-05-21 | 41 | -6893/+1 |
* | Do not guess what a bool is, just use it. | peter | 2002-05-21 | 1 | -1/+2 |