| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the return types for strtoq and strtouq to int64_t and u_int64_t | jb | 1998-05-11 | 1 | -3/+2 |
* | Make -Werror i386 specific because gcc with -nostdinc on alpha belches | jb | 1998-05-11 | 1 | -1/+6 |
* | Cast a pointer to a long, not an int and make the arg passed to the function | jb | 1998-05-11 | 1 | -2/+2 |
* | Change some tests from CPU_CLASS686 to CPU_686 as appropriate, and | dyson | 1998-05-11 | 2 | -16/+36 |
* | Fix PR 1607, hopefully without breaking the PR 5208 fixes. | peter | 1998-05-11 | 1 | -7/+7 |
* | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | dyson | 1998-05-11 | 12 | -205/+873 |
* | Fix spelling error. | steve | 1998-05-11 | 1 | -1/+1 |
* | Change NBPG to PAGE_SIZE to match one of phk's recent commits. | steve | 1998-05-11 | 1 | -2/+2 |
* | Support better performance with P6 architectures and in SMP | dyson | 1998-05-11 | 9 | -31/+217 |
* | Attempt to set write combining mode for graphics devices. | dyson | 1998-05-11 | 12 | -420/+268 |
* | Make Mitsumi and Sony CDROM devs also use the `a' device. I think | jkh | 1998-05-11 | 3 | -9/+9 |
* | It was incorrect to use the `c' device for the matcd driver; | jkh | 1998-05-11 | 3 | -6/+6 |
* | Add support for the Yamaha YMF-719. | steve | 1998-05-10 | 3 | -3/+12 |
* | Remove a 'const' because it was getting thrown away anyway. | jb | 1998-05-10 | 1 | -1/+1 |
* | There is no alpha asm code like on i386, so all the functions that | jb | 1998-05-10 | 1 | -1/+28 |
* | Cast a pointer to a long, not an int before masking it. | jb | 1998-05-10 | 1 | -1/+1 |
* | Remove 'of type long' from a sentence talking about four 4-byte values | jb | 1998-05-10 | 1 | -2/+1 |
* | ut_time is a time_t, not a long. | jb | 1998-05-10 | 1 | -2/+2 |
* | 1) kill -HUP syslog, even if compressing supposedly "binary" files | hoek | 1998-05-10 | 1 | -12/+16 |
* | Treat all internet addresses as u_int32_t. | jb | 1998-05-10 | 1 | -15/+15 |
* | Don't try to build shared libraries or libc_r yet. | jb | 1998-05-10 | 1 | -2/+4 |
* | Arg! Someone fixed the synopsis in -stable's newsyslog.8, but not | hoek | 1998-05-10 | 2 | -4/+4 |
* | Fix the usage here, too (-F option). | hoek | 1998-05-10 | 1 | -3/+3 |
* | 1) Remove a line that somehow strayed from the one true path of | hoek | 1998-05-10 | 1 | -3/+2 |
* | Removed share/info from build-tools. It should never have been there, | bde | 1998-05-10 | 1 | -2/+1 |
* | Fix minor typo. | steve | 1998-05-10 | 1 | -2/+2 |
* | Removed bogus dependencies of generated .c files on generated headers. | bde | 1998-05-10 | 6 | -17/+17 |
* | Fixed missing dependencies on headers generated by rpcgen, as usual. | bde | 1998-05-10 | 3 | -25/+26 |
* | Fixed the usual missing dependencies on headers generated by rpcgen. | bde | 1998-05-10 | 1 | -2/+2 |
* | Simplified by putting all generated headers in SRCS. The explicit | bde | 1998-05-10 | 1 | -4/+2 |
* | Use rpcgen's -C option to get prototypes in nfs_prot.h. | bde | 1998-05-10 | 2 | -2/+2 |
* | Print a human-readable warning and die if $INFODIR do not exist. | wosch | 1998-05-09 | 1 | -1/+11 |
* | Fix my last change: the .Fx macro doesn't do anything useful without an | wollman | 1998-05-09 | 1 | -2/+2 |
* | Add join to the list of bootstrap tools and remove the cpp script because | jb | 1998-05-09 | 1 | -10/+18 |
* | Documentation fix: delete references to T/TCP as they are not relevant | wollman | 1998-05-09 | 2 | -12/+36 |
* | Add character major for 'loe' loopback pseudo-ethernet device. | msmith | 1998-05-09 | 2 | -2/+4 |
* | Fixed the usual missing dependencies on headers generated by rpcgen. | bde | 1998-05-09 | 1 | -6/+6 |
* | Add a BUGS section and describe a problem I've been having for | brian | 1998-05-09 | 1 | -1/+14 |
* | Fixed the usual dependency bugs. This Makefile accidentally usually | bde | 1998-05-09 | 1 | -3/+3 |
* | Fixed overflow in sysinit enum constants. In that little-used | bde | 1998-05-09 | 1 | -47/+47 |
* | Cast pointers to longs, not ints. | jb | 1998-05-09 | 1 | -3/+3 |
* | Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus | bde | 1998-05-09 | 1 | -6/+7 |
* | Change long variable to time_t where it is passed to time() by reference. | jb | 1998-05-09 | 1 | -1/+1 |
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 2 | -0/+2 |
* | Add #include string.h to get prototypes and change variables from long | jb | 1998-05-09 | 2 | -3/+5 |
* | Remove bogus time() prototype and let the one in time.h rule. | jb | 1998-05-09 | 1 | -1/+0 |
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 3 | -0/+3 |
* | Cast pointers to long instead of int. | jb | 1998-05-09 | 4 | -9/+9 |
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 3 | -0/+3 |
* | Change casts of function pointers from int to long. This makes the | jb | 1998-05-09 | 6 | -7/+7 |