| Commit message (Expand) | Author | Age | Files | Lines |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 8 | -276/+155 |
* | Point sparc64 &release.url; at a directory, rather than a specific | bmah | 2002-03-06 | 1 | -1/+1 |
* | Unbreak the pam_krb5 build: cast a couple of const pointers | roam | 2002-03-06 | 1 | -2/+2 |
* | Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC, | des | 2002-03-06 | 1 | -3/+5 |
* | Remove a bogus cast. | des | 2002-03-06 | 1 | -1/+1 |
* | YA patch I forgot to commit last night. | des | 2002-03-06 | 1 | -1/+1 |
* | Add GETPID to the list of operations for which semctl(2) returns the value. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Removed gprof4. 8-byte counters are now handled by gprof. | bde | 2002-03-06 | 2 | -16/+0 |
* | Belatedly OpenPAMify. I forgot this patch in last night's megacommit. | des | 2002-03-06 | 1 | -2/+2 |
* | Fix a typo, unbreak the world. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Add forgotten NOPROFILE that broke world. | des | 2002-03-06 | 1 | -0/+1 |
* | Boundary check an array holding tab stops. | ru | 2002-03-06 | 1 | -0/+2 |
* | Don't (blindly) truncate the unit number to 4 digits when formatting the | bde | 2002-03-06 | 1 | -1/+3 |
* | Support runtime specification of the history counter type by whatever | bde | 2002-03-06 | 2 | -18/+51 |
* | Log: | maxim | 2002-03-06 | 1 | -10/+6 |
* | Maximum semid is seminfo.semmni not seminfo.semmsl. | maxim | 2002-03-06 | 1 | -3/+3 |
* | Fixed some misspellings of 2 as sizeof(UNIT) so that they won't break | bde | 2002-03-06 | 3 | -13/+19 |
* | Fixed compilation warnings. | ru | 2002-03-06 | 1 | -0/+2 |
* | 1-true-AWK has a build-tool target. | obrien | 2002-03-06 | 1 | -1/+1 |
* | Make it more obvious where to find RELNOTESng source files if someone went | bmah | 2002-03-06 | 2 | -16/+13 |
* | First round of markup/spelling/grammar fixes. | bmah | 2002-03-06 | 1 | -115/+134 |
* | Fixed a printf format error again. Rev.127 was clobbered in rev.1.128 | bde | 2002-03-06 | 1 | -1/+1 |
* | Default to UTC on sparc64 also. | obrien | 2002-03-06 | 1 | -1/+1 |
* | Add a carriage return to each function declaration, and make use of ID tag | eric | 2002-03-06 | 1 | -8/+12 |
* | Add a sequential iteration optimization to vm_object_page_clean(). This | dillon | 2002-03-06 | 1 | -75/+194 |
* | Create a manual to document the new kernel byte order conversion | mike | 2002-03-06 | 2 | -0/+126 |
* | cleanup readability syntax prior to ongoing b_resid work commits. | dillon | 2002-03-06 | 1 | -4/+5 |
* | Add installation instructions for the FreeBSD/sparc64 port. I have very | tmm | 2002-03-05 | 3 | -0/+457 |
* | New release notes: CPU_ATHLON_SSE_HACK, ufm driver (+ MFC), | bmah | 2002-03-05 | 4 | -2/+76 |
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 39 | -531/+240 |
* | - use des_ecb3_encrypt(). | ume | 2002-03-05 | 1 | -11/+9 |
* | Oops, now, encription and decription are separate function. | ume | 2002-03-05 | 1 | -2/+2 |
* | Official timeout routines for netgraph nodes that know how to | julian | 2002-03-05 | 2 | -0/+66 |
* | Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear to | rwatson | 2002-03-05 | 3 | -5/+5 |
* | On the sparc64 platform we install this as "gawk" as Gawk is currently | obrien | 2002-03-05 | 1 | -0/+7 |
* | On the sparc64 platform we install the `1 true AWK' as "awk". On all other | obrien | 2002-03-05 | 1 | -3/+10 |
* | Add the `1 true AWK' back to the mix. | obrien | 2002-03-05 | 1 | -0/+1 |
* | The change from td->td_proc->p_ucred to td->td_ucred has shortened some | rwatson | 2002-03-05 | 2 | -8/+6 |
* | Environmental variable was not being passed to a subshell as intended. | cjc | 2002-03-05 | 1 | -2/+2 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 3 | -84/+45 |
* | Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem and | rwatson | 2002-03-05 | 1 | -3/+4 |
* | Merge reservation of two SI_SUB constants for the MAC policy framework | rwatson | 2002-03-05 | 1 | -0/+2 |
* | * Move bswlist declaration and initialization from kern/vfs_bio.c to | eivind | 2002-03-05 | 3 | -20/+22 |
* | Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/net | green | 2002-03-05 | 1 | -1/+1 |
* | Change wmesg to const char * instead of char * | eivind | 2002-03-05 | 2 | -4/+4 |
* | When multiple threads call atexit at the same time, some operations must | tegge | 2002-03-05 | 1 | -2/+28 |
* | Change every occurrence of "bootblock" into "boot1" after | robert | 2002-03-05 | 1 | -7/+7 |
* | Add roaming and microwave oven support. Some minor formatting nits. | imp | 2002-03-05 | 1 | -12/+58 |
* | Part II: update various mechanically generated files to allow for new | rwatson | 2002-03-05 | 5 | -6/+18 |
* | Remove __P to reduce diffs with NetBSD and my private tree. | imp | 2002-03-05 | 1 | -40/+38 |