]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-05-28 katoSync with sys/i386/i386/machdep.c revision 1.297.
1998-05-28 katoSync with sys/i386/boot/kzipboot/Makefile revision...
1998-05-28 katoSync with sys/i386/boot/biosboot/Makefile revision...
1998-05-28 peterOnly pre-build the "default" libcrypt, since it gets...
1998-05-28 peterTurn on the rcsid storage so that it's easier to tell...
1998-05-28 peterUrgent fix for bootstrap target. If the old symlinks...
1998-05-28 phkSome cleanups related to timecounters and weird ifdefs...
1998-05-28 julianUse AF_LINK rather than AF_UNSPEC to set an ethernet...
1998-05-28 peterGrumble Grumble.. so this is how src/sys/ufs/lfs kept...
1998-05-28 dannyReviewed by: Peter Hawkins <thepish@FreeBSD.org>
1998-05-27 brianDon't assume stdout is a tty in interactive mode
1998-05-27 jhayCorrectly display the interrupt counts.
1998-05-27 peterReplace the partial symlink tree to src/sys/* in $OBJDI...
1998-05-27 peterIf building and installing libdescrypt, do it first...
1998-05-27 peterIf we are logging into a cvs pserver with the username...
1998-05-27 peterOn the other hand, when /usr/bin/as is really a link...
1998-05-27 peterMake cvs really ignore a pserver password when the...
1998-05-27 peterIt would help if it compiled. *blush*
1998-05-27 peterConvert to more canonical format.. It seems that both...
1998-05-27 peterMove objformat after binutils, otherwise we get chicken...
1998-05-27 peterAdd a new long flag that causes cvs to ignore the CVSRO...
1998-05-27 peterRemove my hacks for capturing stdout/stderr through...
1998-05-27 desTypo police. '#ifndef lint' around CVS id. Don't use...
1998-05-27 jkoshyInstall ${DESTDIR}/boot.help during `make distribution'.
1998-05-27 jkoshyCorrect manual page, based on feedback from Bruce Evans.
1998-05-27 paulFix some bitrot in the multicast support, the move...
1998-05-27 paulThis time add an Id string that'll actually get expande...
1998-05-27 paulAdd an ID string (can't believe it never had one!)
1998-05-27 phk"make world" replaces /bin/rmail even when NO_SENDMAIL...
1998-05-27 sosInstall in /usr/lib/aout
1998-05-27 sosCompile & use objformat as it was intended to, I have...
1998-05-27 jkhDon't use absolute path.
1998-05-27 julianA fix to a debug test from Kirk.
1998-05-27 jmb accidently omitted two file declarations.
1998-05-27 jbMake a copy of the caller's iovec array, mallocing...
1998-05-27 jbRemove error check from call to set the file descriptor...
1998-05-26 wpaulIgnore 'invalid' interrupts that occur while the interf...
1998-05-26 sosELF preparation step 2:
1998-05-26 sosGet owner/group/modes right
1998-05-26 dgFixed logic in the test to drop ICMP echo and timestamp...
1998-05-26 sosOops, remember CFLAGS...
1998-05-26 dannyPR: 1904
1998-05-26 steveRemove a couple style bugs from the code snippet that
1998-05-26 jmb code was using wrong temporary variable "i", in place...
1998-05-26 steve"EOF of file..." is written to stderr and not stdout.
1998-05-25 steveDon't append a '/' to the destination directory if...
1998-05-25 jbWhen doing a blocking write, keep looping until all...
1998-05-25 steveUpdate code example to reflect current practice.
1998-05-25 fennerUse select() timeouts instead of SIGALRM to schedule...
1998-05-25 steveNorwegian dates should have a dot after day of month.
1998-05-25 sosELF preparation step 1:
1998-05-25 sosOnly compile on install.
1998-05-25 sosMake objformat DTRT when in the make world environment.
1998-05-25 desBack out Steve's fix, as this was already fixed by...
1998-05-25 julianAdd optional code to change the way that divert and...
1998-05-25 briano Only do the /bin/cat bit when we're transferring...
1998-05-25 katoFixed missing semicolon and added space before semicolon.
1998-05-25 jkoshyManual page fix: add cross references, refer to ``dumpd...
1998-05-25 julianHide the interface name in the sin_zero section of...
1998-05-25 julianTake the user's "IGNORE_DIVERT" argument from where...
1998-05-25 steveOnly allow 'who' and 'who am i' as valid usages.
1998-05-25 jkoshyFix example in manual page.
1998-05-25 steveRevert the previous fix. As it turns out Warner Losh is
1998-05-25 steveAllow spaces in the filename to be decoded to.
1998-05-25 steveGive correct times with old wtmp files.
1998-05-25 steveIf no value is present for the login name set it to...
1998-05-25 steveAllow setting of idle or realtime processing priorities per
1998-05-25 steveAttempt to stop another DoS attack related to ping...
1998-05-25 steveMake ftpd(8) honor its default group setting in the...
1998-05-25 steveAllow a user in group 0 to su(1) to root if their primary
1998-05-25 steveAdd a graceful jumping off point with a new .error...
1998-05-25 steveChange shell from /nonexistent to /sbin/nologin.
1998-05-25 briano Don't try to transfer tty device descriptors as there...
1998-05-24 eivindDon't blow away parts of the sourcetree on a 'make...
1998-05-24 jkhMerge updates from 2.2
1998-05-24 jkhSync documentation with 2.2 updates.
1998-05-24 steveFix Anders Email address.
1998-05-24 steveAdd a fuller-featured Norwegian keycap entry.
1998-05-24 fennerTake IP options into account when calculating the allow...
1998-05-24 ahastyReviewed by: hasty@freebsd.org
1998-05-24 desAdd a chkgrp run after backing up the passwd and group...
1998-05-24 desAdd chkgrp, a small utility for checking for syntax...
1998-05-24 desAdd chkgrp
1998-05-24 dgThe ipt_ptr field is 1-based (see TCP/IP Illustrated...
1998-05-24 peterConvert a couple of large allocations to use zones...
1998-05-24 desHopefully fix behaviour of libreadline when prompt...
1998-05-24 julianReformat some comments to not overflow 80 chars.
1998-05-24 dysonSupport a 16K first level cache for 512K 2nd level...
1998-05-24 steveRemove stray debug message.
1998-05-24 steveLoosely document the '-s' commandline option.
1998-05-24 amuraiPrimary verison of NetBIOS over TCP/IP. Now you can...
1998-05-24 steveAdd 'newsyslog.conf' to the list of files to not clobber
1998-05-24 jkhAdd CVS option
1998-05-24 jkhRemove two CODA entries by request.
1998-05-24 wpaulFix a mind-o in tl_setmulti(): when setting a bit in...
1998-05-23 brianShow the link mode in `show links'.
1998-05-23 brianOops - patch failed in last commit ????
1998-05-23 briano Move our prompt descriptor list outside of the bundle.
1998-05-23 briano Make sure we adjust our min seq and process any outst...
1998-05-23 dfrAdd GDB support for ELF shared libs.
next