| Commit message (Expand) | Author | Age | Files | Lines |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 34 | -191/+211 |
* | Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address. | julian | 1998-05-28 | 1 | -14/+33 |
* | Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... The | peter | 1998-05-28 | 1 | -3/+1 |
* | Reviewed by: Peter Hawkins <thepish@FreeBSD.org> | danny | 1998-05-28 | 2 | -18/+47 |
* | Don't assume stdout is a tty in interactive mode | brian | 1998-05-27 | 2 | -18/+26 |
* | Correctly display the interrupt counts. | jhay | 1998-05-27 | 1 | -1/+6 |
* | Replace the partial symlink tree to src/sys/* in $OBJDIR/tmp/usr/include | peter | 1998-05-27 | 1 | -3/+14 |
* | If building and installing libdescrypt, do it first so that the symlinks | peter | 1998-05-27 | 1 | -3/+4 |
* | If we are logging into a cvs pserver with the username of "anoncvs", | peter | 1998-05-27 | 1 | -0/+10 |
* | On the other hand, when /usr/bin/as is really a link to objformat, it's not | peter | 1998-05-27 | 1 | -3/+4 |
* | Make cvs really ignore a pserver password when the passwd field of the | peter | 1998-05-27 | 1 | -3/+4 |
* | It would help if it compiled. *blush* | peter | 1998-05-27 | 1 | -1/+1 |
* | Convert to more canonical format.. It seems that both Soren and I were | peter | 1998-05-27 | 1 | -8/+8 |
* | Move objformat after binutils, otherwise we get chicken/egg problems when | peter | 1998-05-27 | 1 | -3/+3 |
* | Add a new long flag that causes cvs to ignore the CVSROOT/passwd file. | peter | 1998-05-27 | 3 | -5/+17 |
* | Remove my hacks for capturing stdout/stderr through the protocol channel | peter | 1998-05-27 | 1 | -106/+2 |
* | Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage(). | des | 1998-05-27 | 2 | -15/+12 |
* | Install ${DESTDIR}/boot.help during `make distribution'. | jkoshy | 1998-05-27 | 2 | -2/+7 |
* | Correct manual page, based on feedback from Bruce Evans. | jkoshy | 1998-05-27 | 1 | -31/+33 |
* | Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i... | paul | 1998-05-27 | 2 | -4/+4 |
* | This time add an Id string that'll actually get expanded :-) | paul | 1998-05-27 | 2 | -2/+2 |
* | Add an ID string (can't believe it never had one!) | paul | 1998-05-27 | 2 | -0/+2 |
* | "make world" replaces /bin/rmail even when NO_SENDMAIL has been set to | phk | 1998-05-27 | 1 | -2/+6 |
* | Install in /usr/lib/aout | sos | 1998-05-27 | 1 | -2/+2 |
* | Compile & use objformat as it was intended to, I have no idea why | sos | 1998-05-27 | 3 | -19/+13 |
* | Don't use absolute path. | jkh | 1998-05-27 | 1 | -1/+1 |
* | A fix to a debug test from Kirk. | julian | 1998-05-27 | 3 | -3/+12 |
* | accidently omitted two file declarations. | jmb | 1998-05-27 | 1 | -1/+2 |
* | Make a copy of the caller's iovec array, mallocing if necessary, | jb | 1998-05-27 | 3 | -42/+186 |
* | Remove error check from call to set the file descriptor to non-blocking | jb | 1998-05-27 | 1 | -12/+9 |
* | Ignore 'invalid' interrupts that occur while the interface is down. | wpaul | 1998-05-26 | 1 | -2/+12 |
* | ELF preparation step 2: | sos | 1998-05-26 | 16 | -88/+107 |
* | Get owner/group/modes right | sos | 1998-05-26 | 1 | -9/+11 |
* | Fixed logic in the test to drop ICMP echo and timestamp packets when | dg | 1998-05-26 | 1 | -5/+3 |
* | Oops, remember CFLAGS... | sos | 1998-05-26 | 1 | -8/+6 |
* | PR: 1904 | danny | 1998-05-26 | 1 | -1/+6 |
* | Remove a couple style bugs from the code snippet that | steve | 1998-05-26 | 1 | -3/+3 |
* | code was using wrong temporary variable "i", in place of "j". | jmb | 1998-05-26 | 1 | -2/+2 |
* | "EOF of file..." is written to stderr and not stdout. | steve | 1998-05-26 | 1 | -2/+2 |
* | Don't append a '/' to the destination directory if there | steve | 1998-05-25 | 1 | -3/+5 |
* | When doing a blocking write, keep looping until all the bytes are | jb | 1998-05-25 | 6 | -60/+318 |
* | Update code example to reflect current practice. | steve | 1998-05-25 | 1 | -12/+10 |
* | Use select() timeouts instead of SIGALRM to schedule packet transmission. | fenner | 1998-05-25 | 1 | -81/+104 |
* | Norwegian dates should have a dot after day of month. | steve | 1998-05-25 | 3 | -9/+9 |
* | ELF preparation step 1: | sos | 1998-05-25 | 11 | -15/+22 |
* | Only compile on install. | sos | 1998-05-25 | 1 | -0/+3 |
* | Make objformat DTRT when in the make world environment. | sos | 1998-05-25 | 2 | -4/+14 |
* | Back out Steve's fix, as this was already fixed by me in revision 1.6 | des | 1998-05-25 | 1 | -4/+0 |
* | Add optional code to change the way that divert and ipfw work together. | julian | 1998-05-25 | 6 | -8/+126 |
* | o Only do the /bin/cat bit when we're transferring our ctty. | brian | 1998-05-25 | 2 | -5/+5 |