| Commit message (Expand) | Author | Age | Files | Lines |
* | demon -> daemon | dd | 2002-05-11 | 1 | -1/+1 |
* | Attempt to not crash and burn on UltraSPARC III machines; the cpuid property | jake | 2002-05-11 | 1 | -1/+2 |
* | Restore the ability to take crashdumps on alpha. This was cut and pasted | gallatin | 2002-05-11 | 4 | -0/+234 |
* | Save about 60 bytes by #define memcpy __builtin_memcpy and removing | peter | 2002-05-11 | 2 | -26/+6 |
* | Reconnect boot2. I'm sure I'll regret this though. :-) | peter | 2002-05-11 | 1 | -1/+1 |
* | Use a crowbar and duct-tape to make boot2 fit again. This gets it down | peter | 2002-05-11 | 4 | -2/+14 |
* | Change the disk probing so that it will actually find disks other | jake | 2002-05-11 | 3 | -42/+136 |
* | Add a support macro to convert the 5-bit packed register field of | jake | 2002-05-11 | 4 | -66/+93 |
* | Add pointers to GCC's allowable values for -march, and restore structure | obrien | 2002-05-11 | 1 | -6/+10 |
* | Explicitely note ATEN UC-232A is supported. Sort list entries | wilko | 2002-05-11 | 1 | -3/+4 |
* | With GCC 3.1, we can now treat AMD Athlon and an Athlon. | obrien | 2002-05-11 | 1 | -5/+5 |
* | Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,". | mux | 2002-05-11 | 1 | -1/+1 |
* | Some features should have been marked as &merged;, but weren't. Fix | bmah | 2002-05-11 | 2 | -16/+16 |
* | Add support for stripping non-native object files by using an | marcel | 2002-05-11 | 1 | -1/+5 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | obrien | 2002-05-11 | 10 | -27/+0 |
* | New release notes: ng_split, lpd(8) rc (+MFC). | bmah | 2002-05-11 | 2 | -18/+16 |
* | We don't need libgnumalloc or libresolv on ELF systems. | obrien | 2002-05-11 | 1 | -1/+1 |
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 6 | -25/+6 |
* | New release notes: new crashdump infrastructure, cdcontrol(1) speed, | bmah | 2002-05-11 | 2 | -28/+90 |
* | We don't need to include arpa/inet.h here. In fact, only FreeBSD needs | brian | 2002-05-11 | 1 | -2/+1 |
* | Remove cross reference to pkg_update(1). | eric | 2002-05-11 | 1 | -1/+0 |
* | Do not install this with set-user-ID bit set. This utility does not | nectar | 2002-05-11 | 2 | -2/+2 |
* | Reword the ``alias'' description slightly. We must specify a non-conflicting | brian | 2002-05-11 | 1 | -2/+3 |
* | #include netinet/in.h when !__FreeBSD__ to silence some warnings from | brian | 2002-05-11 | 1 | -0/+3 |
* | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | alfred | 2002-05-11 | 6 | -38/+132 |
* | Fix logic inversion bug. | kbyanc | 2002-05-11 | 1 | -2/+2 |
* | sysctl -w -> sysctl | dd | 2002-05-11 | 8 | -15/+15 |
* | sysctl -w -> sysctl | dd | 2002-05-11 | 2 | -2/+2 |
* | Beware the log demon! (Fix typo: s/demon/daemon/) | dd | 2002-05-11 | 1 | -1/+1 |
* | Sorry, I did not mean to turn collect2 back on yet. | obrien | 2002-05-11 | 1 | -1/+1 |
* | Fix warnings by commenting out text after #else/#endif. | alfred | 2002-05-11 | 3 | -5/+5 |
* | Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the | jhb | 2002-05-11 | 1 | -0/+2 |
* | replace __FUNCTION__ with standardized __func__. | alfred | 2002-05-11 | 11 | -58/+58 |
* | unbreak build: fix multi-line string literal | alfred | 2002-05-11 | 1 | -1/+1 |
* | As a temporary bandaid disable '__printf0like' unconditionally, it | alfred | 2002-05-11 | 1 | -1/+1 |
* | unbreak build: ditch multi-line string literals | alfred | 2002-05-11 | 1 | -1/+1 |
* | fix build: | alfred | 2002-05-11 | 8 | -51/+67 |
* | NetBSD keeps des.h in /usr/include/openssl these days | brian | 2002-05-11 | 1 | -0/+4 |
* | unbreak build: | alfred | 2002-05-11 | 2 | -6/+2 |
* | unbreak build: | alfred | 2002-05-11 | 10 | -6/+14 |
* | #include <stdlib.h> for exit(3) prototype. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | wollman | 2002-05-11 | 2 | -1/+18 |
* | unbreak build: include string.h for strcmp prototype. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Add a dummy cleandir target to the kernel section so that make buildkernel | jhb | 2002-05-11 | 1 | -0/+1 |
* | Mention the other RAS_PORT_TYPEs from rfc2865 | brian | 2002-05-11 | 1 | -0/+14 |
* | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | alfred | 2002-05-11 | 1 | -2/+1 |
* | backout additional include of cdefs.h, it's not helping any. | alfred | 2002-05-11 | 1 | -1/+0 |
* | include cdefs.h for __printf0like to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |