| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not install this with set-user-ID bit set. This utility does not | Jacques Vidrine | 2002-05-11 | 2 | -2/+2 |
| * | Reword the ``alias'' description slightly. We must specify a non-conflicting | Brian Somers | 2002-05-11 | 1 | -2/+3 |
| * | #include netinet/in.h when !__FreeBSD__ to silence some warnings from | Brian Somers | 2002-05-11 | 1 | -0/+3 |
| * | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | Alfred Perlstein | 2002-05-11 | 6 | -38/+132 |
| * | Fix logic inversion bug. | Kelly Yancey | 2002-05-11 | 1 | -2/+2 |
| * | sysctl -w -> sysctl | Dima Dorfman | 2002-05-11 | 8 | -15/+15 |
| * | sysctl -w -> sysctl | Dima Dorfman | 2002-05-11 | 2 | -2/+2 |
| * | Beware the log demon! (Fix typo: s/demon/daemon/) | Dima Dorfman | 2002-05-11 | 1 | -1/+1 |
| * | Sorry, I did not mean to turn collect2 back on yet. | David E. O'Brien | 2002-05-11 | 1 | -1/+1 |
| * | Fix warnings by commenting out text after #else/#endif. | Alfred Perlstein | 2002-05-11 | 3 | -5/+5 |
| * | Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the | John Baldwin | 2002-05-11 | 1 | -0/+2 |
| * | replace __FUNCTION__ with standardized __func__. | Alfred Perlstein | 2002-05-11 | 11 | -58/+58 |
| * | unbreak build: fix multi-line string literal | Alfred Perlstein | 2002-05-11 | 1 | -1/+1 |
| * | As a temporary bandaid disable '__printf0like' unconditionally, it | Alfred Perlstein | 2002-05-11 | 1 | -1/+1 |
| * | unbreak build: ditch multi-line string literals | Alfred Perlstein | 2002-05-11 | 1 | -1/+1 |
| * | fix build: | Alfred Perlstein | 2002-05-11 | 8 | -51/+67 |
| * | NetBSD keeps des.h in /usr/include/openssl these days | Brian Somers | 2002-05-11 | 1 | -0/+4 |
| * | unbreak build: | Alfred Perlstein | 2002-05-11 | 2 | -6/+2 |
| * | unbreak build: | Alfred Perlstein | 2002-05-11 | 10 | -6/+14 |
| * | #include <stdlib.h> for exit(3) prototype. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | Add semicolon to empty default case to silence warning. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | Garrett Wollman | 2002-05-11 | 2 | -1/+18 |
| * | unbreak build: include string.h for strcmp prototype. | Alfred Perlstein | 2002-05-11 | 1 | -0/+1 |
| * | Add a dummy cleandir target to the kernel section so that make buildkernel | John Baldwin | 2002-05-11 | 1 | -0/+1 |
| * | Mention the other RAS_PORT_TYPEs from rfc2865 | Brian Somers | 2002-05-11 | 1 | -0/+14 |
| * | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | Alfred Perlstein | 2002-05-11 | 1 | -2/+1 |
| * | backout additional include of cdefs.h, it's not helping any. | Alfred Perlstein | 2002-05-11 | 1 | -1/+0 |
| * | include cdefs.h for __printf0like to silence warning. | Alfred Perlstein | 2002-05-11 | 1 | -0/+1 |
| * | Add semicolon to empty default case to silence warning. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | Localize the version number at the request of the GCC developers. | David E. O'Brien | 2002-05-11 | 1 | -1/+3 |
| * | Add semicolon to empty default case to silence warning. | Alfred Perlstein | 2002-05-11 | 1 | -0/+1 |
| * | Revert rev 1.3 -- I tested using the wrong build compiler. | David E. O'Brien | 2002-05-11 | 1 | -1/+8 |
| * | Actually we don't need any special YACC'ing here. The ones known to | David E. O'Brien | 2002-05-10 | 1 | -8/+1 |
| * | The response to my POSIX interpretation request says that `expr' | Garrett Wollman | 2002-05-10 | 2 | -46/+88 |
| * | Note potential cvs update problem in contrib/gcc. | David E. O'Brien | 2002-05-10 | 1 | -0/+5 |
| * | This commit was generated by cvs2svn to compensate for changes in r96364, | Dag-Erling Smørgrav | 2002-05-10 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing include (perforce change 11137) | Dag-Erling Smørgrav | 2002-05-10 | 1 | -0/+1 |
| * | | BWK awk appears to work for world builds just fine now. We want to make | David E. O'Brien | 2002-05-10 | 2 | -9/+0 |
| * | | Add tweaks needed when using as the system compiler. | David E. O'Brien | 2002-05-10 | 1 | -1/+21 |
| * | | Change the PIO loops from a hard counter into a loop that calls DELAY() | Joerg Wunsch | 2002-05-10 | 4 | -16/+52 |
| * | | Touching the sjlj setting on IA-64 makes things not build. | David E. O'Brien | 2002-05-10 | 1 | -0/+2 |
| * | | Build compiler on all platforms. | David E. O'Brien | 2002-05-10 | 1 | -5/+1 |
| * | | Doh! Add IA-64 to our target list. | David E. O'Brien | 2002-05-10 | 1 | -0/+2 |
| * | | Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains | Andrew Gallatin | 2002-05-10 | 1 | -2/+2 |
| * | | Fix several bugs in devfs_lookupx(). When we check the nameiop to | Maxime Henrion | 2002-05-10 | 1 | -3/+3 |
| * | | p_leader is only set at fork1() time, so update its locking note | John Baldwin | 2002-05-10 | 1 | -1/+1 |
| * | | Implement the following functions: | Benno Rice | 2002-05-10 | 3 | -24/+96 |
| * | | Install the system call trap handler. | Benno Rice | 2002-05-10 | 2 | -0/+2 |
| * | | xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. | Ruslan Ermilov | 2002-05-10 | 2 | -1/+13 |
| * | | Avoid casting a different sized integer to a pointer on LP64 systems. | Peter Wemm | 2002-05-10 | 1 | -1/+1 |