]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-06-01 peterHide more kernel stuff from userland. This stops netho...
1998-06-01 gibbsAdd sctargattach that initializes the bufq data structure.
1998-06-01 jbI shouldn't do things early in the morning.
1998-06-01 jbsend and recv are wrappered in libc, so they shouldn...
1998-05-31 jbRemove some syscalls that should have been renamed...
1998-05-31 jbAdd some missing syscall wrappers.
1998-05-31 jbRemove some stale code.
1998-05-31 jbDon't restart a syscall when a SIGCHLD is received...
1998-05-31 steveClarify the example a bit.
1998-05-31 steveMake this ${.OBJDIR} and ${.CURDIR} aware.
1998-05-31 steveAllow this to include from C++ programs.
1998-05-31 peterFor the on-the-wire protocol, u_long -> u_int32_t;...
1998-05-31 peterSupport 'mount -u' remounts. This may require disconne...
1998-05-31 peterCut-n-paste glitch
1998-05-31 peterxdr encode -1 properly.
1998-05-31 peterFully fill in nfsv2 write rpc requests rather than...
1998-05-31 peterDon't silently fail to set file flags.
1998-05-31 peterDon't blindly accept the server's preferences if they...
1998-05-31 peterPrototype support for selectively allowing non-reserved...
1998-05-31 peterHide whiteouts from NFS, since the protocol doesn't...
1998-05-31 peterNetBSD has a comment that Solaris 2.5 doesn't do verifi...
1998-05-31 peterDon't pass a second copy of the uid/gid in with the...
1998-05-31 peterUse the new SB_UPCALL flag,
1998-05-31 peterLet the sowwakeup macro decide when to call sowakeup...
1998-05-31 peterHave the wakeup routine do the upcall if needed.
1998-05-31 peterHave the sorwakeup and sowwakeup check the upcall flags.
1998-05-31 peterNFS_SMALLFH is defined in nfsproto.h, not sys/mount.h
1998-05-31 peterDon't let the user try "rmdir ."
1998-05-31 peterDon't let the user try and unlink() a directory on...
1998-05-31 peterWhen a write rpc returns an error, break the loop.
1998-05-31 peterDon't leak an mbuf when a write rpc returns zero bytes...
1998-05-31 peter#ifdef a diagnostic printf
1998-05-31 peterDon't try and free mrep twice on some error conditions.
1998-05-31 peter#ifdef a diagnostic panic, plus another missed costmeti...
1998-05-31 peterWe have gained 2 more errno's, add them to the NFSv2...
1998-05-31 peterMissed a cosmetic change that the other BSD's have.
1998-05-31 peteroops, nfs_msg() is called from client code too.
1998-05-31 peterWhen we can't reconnect a socket, don't forget to unloc...
1998-05-31 peterDon't log zero length reads, this can happen during...
1998-05-31 peterConsider for readdir chunk sizes when tuning socket...
1998-05-31 peterRefuse READDIR / READDIRPLUS rpc's for non-directories
1998-05-31 peterSome const's
1998-05-31 peterNFS Jumbo commit part 1. Cosmetic and structural chang...
1998-05-31 desAdd a FILES section which references /etc/group
1998-05-31 wpaulAdd a short delay in the read loop in tl_eeprom_getbyte...
1998-05-31 jkhPut operator in its own group rather than "staff".
1998-05-31 bdeFixed overflow in the calculation of the number of...
1998-05-31 bdeFixed imperfections in previous commit (a poor variable...
1998-05-31 bdeInherit BINDIR, don't set it here.
1998-05-31 bdeFixed double slashes in a pathname.
1998-05-31 bdeFixed double slashes in pathnames.
1998-05-31 bdeUndocumented flags which went away a few minutes ago.
1998-05-31 bdeConverted the ICU-level interrupt tests (3, 5 and 8...
1998-05-31 jbobjformat is part of the i386 mid life identity crisis...
1998-05-31 andreasport numbers for zebra,
1998-05-31 thepishPR: conf/2284
1998-05-31 mphCorrect a minor spacing error.
1998-05-31 steveSeveral sources including Unix98 say that semctl's...
1998-05-31 peterVOP_ABORTUP() appears to be called with the wrong vnode...
1998-05-30 steveTypo: Tile -> Title
1998-05-30 phkAdd minimum driver for XC6200 based cards. Currently...
1998-05-30 steveRemove references to getvfsbytype. Also remove getvfsb...
1998-05-30 peterWhen using NFSv3, use the remote server's idea of the...
1998-05-30 jkhA bit of additional ELF changeover stuff I forgot to...
1998-05-30 jhayAdd a test to see if the secure directory exists, befor...
1998-05-29 jkhDo the aout libs if they exist in preference to the...
1998-05-29 briano If there's a session leader left running for a descriptor
1998-05-29 brianSome documentation corrections & typo fixes....
1998-05-29 briano Make modes consistent throughout ppp. The same strin...
1998-05-29 wpaulDon't program the antonegotiation advertisement registe...
1998-05-29 katoSync with sys/i386/conf/majors.i386 revision 1.43.
1998-05-29 jkoshyUse the correct macro for file names. Remove empty...
1998-05-29 phk100 xrpu Xilinx Reprogrammable Processin...
1998-05-29 phkmost recent code for Loran driver.
1998-05-29 jkhAlso check for Satoshi's TMPDIR location of perl when...
1998-05-29 jkhWhoops! Committed the wrong version of that file ...
1998-05-29 jkhMove sh after awk in build tools - sh requires awk...
1998-05-29 briansrandomdev() isn't available in all 2.* versions. ...
1998-05-28 briano #define the name "tun" in defs.h against the future...
1998-05-28 brianAdd uu_lock_txfr() to transfer ownership of a successful
1998-05-28 briano Don't forget to close our transfer socket if we cannot
1998-05-28 dtRemove extraneous ";" from C++'s version of __END_DECLS.
1998-05-28 katoSync with sys/i386/isa/clock.c revision 1.121.
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...
next