⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 压缩包中包含LINUX下多个命令的源码
💻
📖 第 1 页 / 共 2 页
字号:
	* ping_address.c, ping_echo.c, ping_impl.h, ping_router.c,	  ping_timestamp.c: added to repository.	* paths: PATH_HEQUIV needs search in <netdb.h> (for Solaris)2001-06-05  Sergey Poznyakoff  <gray@farlep.net>	* libinetutils/ttymsg.c (normalize_path): Define static and provide	a prototype and it was call with the wrong number of arguments.2001-06-05  Sergey Poznyakoff  <gray@farlep.net>        * ftpd/ftpd.c: MAP_FAILED is not defined on some systems          (e.g. Solaris, SunOS)        * headers/paths.h: Added missing _PATH_LOGCONF, _PATH_LOGPID,          _PATH_LOG        * libls/print.c: Provided defaults for major() and minor() macros          for systems lacking them.2001-06-02  Sergey Poznyakoff  <gray@farlep.net>	* libinetutils/ttymsg.c: Simple check for '/' in the line name is	way too week: it doesn't work for tty names like pts/2, which are	perfectly OK. Changed to more sophisticated one: all "./", "../"	references in the name are resolved and the resulting name is	compared with PATH_TTY_PFX. If it lies under it, everything's	Ok. Otherwise we just bail out and quit.	* talk/display.c: Added check for *text == '\a' to produce audible	bell.	* talk/io.c: changed \007's in initial message to beep() after	message(). On solaris's AT386 those \007 just produce ^G on	the screen.	Changed read(0, buf, nb) to getch() in loop. Reason: read()	returns raw data from console, thus pressing <enter> returns	'\r' which gets displayed on console as ^M, because display.c	is expecting to get '\n'. getch() returns '\n' and everything	goes smooth.	* talk/announce.c: syslog error message from ttymsg(). One never	knows...	* talkd/process.c: changed find_user(). Previous version returned	first console the remote party was logged onto. This one returns	the one where he currently is. This is a slightly modified version	of berkeley's find_user() dated 1997/04/06.2001-05-07  Jeff Bailey  <jbailey@oasis.zugzug.com>	* Makefile.am: Integrate ifconfig into build	* configure.in: Integrate ifconfig into build2001-03-14  Joachim Gabler <joga@sun.com>	* rlogind/rlogind.c: exec to /bin/login requires additional	parameters on SOLARIS2001-02-09  Jeff Bailey  <jbailey@oasis.zugzug.com>	* Makefile.am: Use 4 digit year for `make release'2001-01-16  Alain Magloire	* gwhois/whois.c gwhois/TODO gwhois/Makefile: Update from the	patch send by Marco d'Itri.2001-01-16  Marcus Brinkmann  <marcus@gnu.org>	* main.c: Terminate array longopts with an element containing all	zeros.2000-11-25  Marcus Brinkmann  <marcus@gnu.org>	* README: Uppercase the Hurd, fix comment about long option	support missing (most -> many).	* TODO: Update the entry about long options support (we can now	list those which are missing, instead those which have it).	Add internationalization/gettext to the list. Uppercase the Hurd.2000-08-22  Alain Magloire	* configure.in:  Options --with-pam and --with-wrap	so far they are only usefull for ftpd.	* Makefile.am: Syslog change for logger.2000-08-16  Alain Magloire	* syslog: Deleted.	* logger: New directory, .i.e syslog rename to logger.	* configure.in: Change name syslog for logger.2000-08-15  Alain Magloire	* configure.in: Check for fchdir().	Check for ruserok().2000-08-09  Alain Magloire	* configure.in: Check for poll() and link headers/poll.h	to include/poll.h if the OS does not have poll.2000-08-05  Alain Magloire	* configure.in: Remove the check for setlinebuf(), it	was for syslogd.  We use the more portable:	setvbuf (stream, 0, _IOLBF, 0);	* header/config.h.in: remove HAVE_SETLINEBUF2000-08-03 Jeff Bailey	* .cvsignore: Add INCLUDE file.  Delete it from repository.2000-08-02 Jeff Bailey	* */.cvsignore: Mass add of .cvsignore files to beat CVS into	submission.2000-08-02 Jeff Bailey	* README-alpha: Advertise the new commit-inetutils@gnu.org mailing	list.2000-08-01 Michael Vogt	* configure.in: added checks for mkdev.h, features.h, dirfd()	* headers/config.h.in: added defines for HABE_SYS_MKDEV	HAVE_FEATURES_H, HAVE_DIRFD.2000-07-30 Alain Magloire	* headers/config.h.in: new macro HAVE_LIBWRAP.2000-07-30 Michael Vogt <mvo@debian.org>	* configure.in: check for libwrap and <tcpd.h>	* headers/config.h.in: new macros HAVE_TCPD_H2000-07-26 Alain Magloire	* configure.in: check for libpam and <security/pam_appl.h>.	* headers/config.h.in: new marcros HAVE_LIBPAM, HAVE_SECURITY_APPL_H.2000-07-18 Alain Magloire	* all C files and header files, we make a bold move	and translate the prototypes to ANSI C, instead of K&R	for better compile time warnings etc ..	ansi2knr will the massaging for old C compilers.2000-07-14 Alain Magloire	* configure.in: check for initgroups().2000-07-08 Michael Vogt <mvo@debian.org>	* ftpd/Makefile.am (INCLUDES): Added $(PATHDEF_FTPDPID)	* paths: add PATHDEF_FTPDPID2000-07-07  Alain Magloire	* configure.in: check for <shadow.h>2000-07-06  Jeff Bailey  <jbailey@nisa.net>	* autogen.sh: New file for generating build environment for	the first time from a CVS checkout.  Not added to Makefile.am	for distribution.2000-06-23  Jakob 'sparky' Kaivo  <jkaivo@timothy.nodomainname.net>	* paths: add PATH_INETDDIR2000-06-15 David O'Shea	* rlogin/rlogin.c(speed): the fd may not be associated with	a terminal, when checking for speed(), take appropriate actions	to handle the error case.2000-06-14 Joachim Gabler	* configure.in: add check for element ut_exit in struct utmp	* lininetutils/utmp_logout: check for HAVE_UTMP_UT_EXIT	* libinetutils/openpty.c: smaller fixes (missing ';',	structure element gr_pid of struct group replaced by gr_gid1999-10-03  Jeff Bailey	* README-alpha: Update with CVS info and mailing list info.	* THANKS: Add Marcus Brinkman1999-09-13  Jeff Bailey	* COPYING, INSTALL, aclocal.m4, install-sh, missing, mkinstalldirs:	Remove from CVS repository - They are automatically generated.1999-05-19 Alain Magloire	* configure.in : check for ptsname(), this will give	a hint to use SYSVR4 pseudo ptys handling.  particularly	for telnetd and rlogind.	* libinetutls/utmp_{init,logout} : new files.	* libinetutils/openpty.c : a new version that should be	compatible with SYSV STREAM.	* paths : add check for PATH_UTMPX and PATH_WTMPX	* configure.in : add check for getcwd, since we use xgetcwd.1999-05-18 Dan Stromberg	* headers/arpa/tftp.h : changing tu_clock to be unsigned to handle	larger files (twice as big), without sacrificing anything.	We need this to allow sgis to roboinst from a sun tftp server.1999-05-16 Alain Magloire	* config.{guess,sub} : files removed from the repository.	We let automake -a create a newer version when releasing	From Jeff Bailey.	* Makefile.am : added ChangeLog.0 in EXTRA_DIST	Noted by Jeff Bailey.1999-05-14 Alain Magloire	* libinetutils/opentty.c : writing on a constant string	"/dev/ptyXX" would cause the server to sigsegv.  Change	to be an array.	Problem first noted by Frederic Goudal.1999-04-18 Alain Magloire	* configure.in: ping disable.	* configure.in: make links for fnmatch	* libinetutils/snprintf.[ch] : support for "%ul".	patch from  Gerald Combs <gerald@unicom.net>1999-02-17 Alain Magloire	* configure.in: Force the check of HAVE_SOCKADDR_IN_SIN_LEN	all the time not just for talk.	* configure.in: Check for mmap(), HAVE_MMAP.	* configure.in: Check for tzset(), HAVE_TZSET.	* configure.in: Check for strcasecmp().	* libinetutils/strcasecmp.c: New file.	* libinetutils/xgetcwd.c: New file.	* libinetutils/pathmax.h: New file.1999-02-13 Alain Magloire	* ChangeLog.0 : New file, mv ChangeLog ChangeLog.0.	Since inetutils is such an heteroclite package, it is	more manageable for each utility to have their own ChangLog.	* */ChangeLog : New files.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -