summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o Don't forget to close our transfer socket if we cannotbrian1998-05-287-19/+50
* Remove extraneous ";" from C++'s version of __END_DECLS.dt1998-05-281-2/+3
* Sync with sys/i386/isa/clock.c revision 1.121.kato1998-05-283-9/+9
* Sync with sys/i386/i386/machdep.c revision 1.297.kato1998-05-282-22/+4
* Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.kato1998-05-281-2/+2
* Sync with sys/i386/boot/biosboot/Makefile revision 1.64.kato1998-05-281-1/+5
* Only pre-build the "default" libcrypt, since it gets to set the symlinkspeter1998-05-281-4/+7
* Turn on the rcsid storage so that it's easier to tell the differencepeter1998-05-281-2/+2
* Urgent fix for bootstrap target. If the old symlinks are pointing to thepeter1998-05-281-4/+6
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-2834-191/+211
* Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address.julian1998-05-281-14/+33
* Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... Thepeter1998-05-281-3/+1
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>danny1998-05-282-18/+47
* Don't assume stdout is a tty in interactive modebrian1998-05-272-18/+26
* Correctly display the interrupt counts.jhay1998-05-271-1/+6
* Replace the partial symlink tree to src/sys/* in $OBJDIR/tmp/usr/includepeter1998-05-271-3/+14
* If building and installing libdescrypt, do it first so that the symlinkspeter1998-05-271-3/+4
* If we are logging into a cvs pserver with the username of "anoncvs",peter1998-05-271-0/+10
* On the other hand, when /usr/bin/as is really a link to objformat, it's notpeter1998-05-271-3/+4
* Make cvs really ignore a pserver password when the passwd field of thepeter1998-05-271-3/+4
* It would help if it compiled. *blush*peter1998-05-271-1/+1
* Convert to more canonical format.. It seems that both Soren and I werepeter1998-05-271-8/+8
* Move objformat after binutils, otherwise we get chicken/egg problems whenpeter1998-05-271-3/+3
* Add a new long flag that causes cvs to ignore the CVSROOT/passwd file.peter1998-05-273-5/+17
* Remove my hacks for capturing stdout/stderr through the protocol channelpeter1998-05-271-106/+2
* Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().des1998-05-272-15/+12
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-272-2/+7
* Correct manual page, based on feedback from Bruce Evans.jkoshy1998-05-271-31/+33
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-272-4/+4
* This time add an Id string that'll actually get expanded :-)paul1998-05-272-2/+2
* Add an ID string (can't believe it never had one!)paul1998-05-272-0/+2
* "make world" replaces /bin/rmail even when NO_SENDMAIL has been set tophk1998-05-271-2/+6
* Install in /usr/lib/aoutsos1998-05-271-2/+2
* Compile & use objformat as it was intended to, I have no idea whysos1998-05-273-19/+13
* Don't use absolute path.jkh1998-05-271-1/+1
* A fix to a debug test from Kirk.julian1998-05-273-3/+12
* accidently omitted two file declarations.jmb1998-05-271-1/+2
* Make a copy of the caller's iovec array, mallocing if necessary,jb1998-05-273-42/+186
* Remove error check from call to set the file descriptor to non-blockingjb1998-05-271-12/+9
* Ignore 'invalid' interrupts that occur while the interface is down.wpaul1998-05-261-2/+12
* ELF preparation step 2:sos1998-05-2616-88/+107
* Get owner/group/modes rightsos1998-05-261-9/+11
* Fixed logic in the test to drop ICMP echo and timestamp packets whendg1998-05-261-5/+3
* Oops, remember CFLAGS...sos1998-05-261-8/+6
* PR: 1904danny1998-05-261-1/+6
* Remove a couple style bugs from the code snippet thatsteve1998-05-261-3/+3
* code was using wrong temporary variable "i", in place of "j".jmb1998-05-261-2/+2
* "EOF of file..." is written to stderr and not stdout.steve1998-05-261-2/+2
* Don't append a '/' to the destination directory if theresteve1998-05-251-3/+5
* When doing a blocking write, keep looping until all the bytes arejb1998-05-256-60/+318
OpenPOWER on IntegriCloud