freebsd with flexible iflib nic queues
Go to file
Andrey A. Chernov 0c663b7771 For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know
FTP error return code because
1) They return NULL, it means that ftpErrno can't be used because
it takes file pointer
2) They don't have FILE-type argument as f.e. ftpGet/ftpPut to use
it for ftpErrno instead.

For that functions I add yet one int* type argument to store
FTP error return code. It is impossible to add some global variable
for that reason, because user can have multiply FTP connections
opened at the same time.

So, interface changed, major number bumped.
Userland changes will follows.

Minor bugfixes, the code:
Forget to close file in few places, when failure occurse
Forget to NULL cached host name, multiply free is possible
1996-11-14 06:59:41 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc start rpc.statd for nfs_server case. 1996-11-13 19:04:31 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Gnu tar has problems creating an archive which contains a file with a hard 1996-11-12 18:15:42 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know 1996-11-14 06:59:41 +00:00
libexec remove newly added reference to ppplogin 1996-11-13 01:36:52 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Add Sujal Patel to list of developers - whoops! I've no idea how 1996-11-14 05:47:39 +00:00
sbin Submitted by: Archie@whistle.com 1996-11-13 02:01:36 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share (1) There is no default "orphans" for CATEGORIES, it simply fails if 1996-11-13 11:37:40 +00:00
sys Change WARNING line about SCB paging to: 1996-11-13 22:50:32 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Now that systat's working again, bring the vmstat cleanup over from 1996-11-12 19:16:46 +00:00
usr.sbin "over 600 packages" (geeze, this has been sitting uncommitted in my 1996-11-14 05:46:22 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00