Commit Graph

4415 Commits

Author SHA1 Message Date
wiz
dc8f675935 Fix date, and comment. 2001-04-27 00:10:05 +00:00
wiz
7a345e6d38 Fix date, and add RCS Id. 2001-04-26 23:28:42 +00:00
wiz
301a2dbf8e Fix date and whitespace mininits. 2001-04-26 23:27:44 +00:00
wiz
9c3be95203 Fix date and some whitespace nits. 2001-04-26 23:26:34 +00:00
wiz
af6f773871 Fix date and whitespace nits. 2001-04-26 23:19:50 +00:00
itojun
4db33fdf62 avoid null pointer deref. sync with kame. 2001-04-25 11:25:51 +00:00
atatat
c0da9e56cb Provide an easy way for someone to erase all arp entries as opposed
to the common practice of inventing an unwieldy shell construct each
time.

Note: -f (ala route -f) is in use already, and FreeBSD provides "prior
art" for the use of -d and -a together to accomplish this.
2001-04-24 23:11:06 +00:00
bjh21
f7bfe29cb1 Compile with ELF support on ARM systems. 2001-04-24 19:02:06 +00:00
fvdl
17a51bfa67 Don't allow -mask for v6 addresses, otherwise there could be confusion
leading to incorrect masks being used. Problem pointed out by
Martin Blapp (mb@imp.ch) who ported the code to FreeBSD, fixed
differently for the time being.
2001-04-24 15:04:27 +00:00
fvdl
a5164578ec For an AF_LOCAL connection, don't attempt to do the address merge dance.
While here, fix some memory leaks in error cases.
2001-04-22 21:43:05 +00:00
wiz
0f1257e6a3 Add arch to Dt. 2001-04-21 14:45:12 +00:00
wiz
43de32aa6c Add arch to Dt, since it's only installed for i386. Whitespace nits. 2001-04-21 14:42:32 +00:00
hubertf
965773e0ca Check for return value of getenv() before handing it to strdup().
Fixes a bug in last commit when PKG_ADD was not set.
2001-04-21 01:38:14 +00:00
drochner
115d871078 regen with --enable-parse-clocks as it was intended 2001-04-19 17:52:29 +00:00
drochner
d615c1c1ed link against libparse which is needed for the generic serial driver 2001-04-19 17:50:11 +00:00
drochner
2acdce8cfd build libparse from the ntp distribution which is needed for the generic
serial driver
2001-04-19 17:48:18 +00:00
dmcmahill
b80446717f Allow PKG_PATH (or part of that) to contain a local directory, and
still let "pkg_add foo" work:

        setenv PKG_PATH /usr/upkgsrc/packages/All
        pkg_add -v kde2

Depending pkgs will be pulled in as usual.

If PKG_PATH contains a mixture of local paths and ftp://-URLs, the local
paths will be searched first.

Patch provided by Hubert.
2001-04-19 12:31:59 +00:00
kleink
2c30ea4c58 Add missing quotes to test -z argument; from Tim Preston in PR bin/12687. 2001-04-17 23:25:38 +00:00
ad
fae451430d Nits. 2001-04-17 13:32:39 +00:00
hubertf
dcdc94af10 Don't warn about @src being deprecated any longer - we add it per default
to each binary pkg again (via pkg_create -L) to assist DESTDIR builds.

Noted by Dan McMahill in private mail.
2001-04-17 10:42:11 +00:00
hubertf
152216c60d on pkgdb_remove, don't retain old errors - clear errno before.
This prevents some warnings from being printed over and over again
after one error was found.
2001-04-17 10:33:35 +00:00
martin
bdbf64075a Add basic support for PPPoE interfaces. 2001-04-14 12:31:34 +00:00
hubertf
5db44bee09 Include lsall and lsbest in usage message. 2001-04-14 00:01:28 +00:00
christos
8689c0d412 make the remove route code look exactly the same like the add code. 2001-04-11 21:53:26 +00:00
christos
a775b3feee general cleanup:
1. Use standard shell indentation
2. Use [ expr -a expr ] instead of [ expr ] && [ expr ] (same with -o and ||)
3. Cleanup 0 length string tests
4. Factor out the routing code
5. Use a large switch statement based on $reason instead of the endless
   if elif's
6. Use variables for filenames used
7. Test in all cases for the existance of domainname and hostname
8. No need for individual command redirections in structured statements.

Thanks to kleink for testing and fixing my typos!
2001-04-11 21:22:53 +00:00
wiz
394b1e523e Fix date, xrefs and whitespace. 2001-04-11 19:36:59 +00:00
wiz
2deb62b7ad Fix date. 2001-04-11 19:35:31 +00:00
wiz
83dadeb5b0 ether_hostton(3), not ether_hton(3) (thanks, Klaus!) 2001-04-11 19:32:25 +00:00
wiz
4aa3a2d18b Fix date. 2001-04-11 19:26:40 +00:00
jhawk
4ac5e36af2 Improve error messages; instead of "getfile failed", now:
getfile can't resolve client %s
  getfile can't resolve server %s for %s
  getfile lookup failed for %s
(the second condition had me chasing my tail for a while recently...)
2001-04-11 06:21:49 +00:00
enami
fdb519152d Descent into subdirs so that pstat -v prints files on fdescfs symbolically. 2001-04-10 06:11:27 +00:00
enami
68109f4f6e - Cosmetic changes like:
* Put space after keyword `switch'.
	* Explicitly dereference pointer to function.
- Remove unnecessary cast.
2001-04-10 06:08:12 +00:00
itojun
939a343de8 have EXAMPLES section. 2001-04-10 01:39:44 +00:00
martin
361a81bda9 Don't duplicate essential #defines from if_sppp.h, instead include
that properly.
2001-04-09 21:18:00 +00:00
wiz
0a6334cf3a Update paragraphs for isdntxdel-incoming and isdntxdel-outgoing
(not using timeout()).
2001-04-09 19:34:16 +00:00
mellon
54c97cebbb Take out the reference to the dhcp-contrib man page. 2001-04-09 18:11:33 +00:00
wiz
ad64d63177 Remove reference to pppdump(8), because it's not in our tree. 2001-04-09 17:38:10 +00:00
wiz
b94f4637c4 AUTHOR -> AUTHORS 2001-04-09 13:46:36 +00:00
wiz
7058e975ea Add RCS Id, AUTHOR -> AUTHORS, fix date and some whitespaces. 2001-04-09 13:45:15 +00:00
wiz
9803ac91bf Add RCS Id, sort SEE ALSO, whitespace fixes, slight markup improvements. 2001-04-09 13:44:21 +00:00
wiz
81c62ebf99 Add RCS Id, sort SEE ALSO, whitespace fixes; AUTHOR -> AUTHORS,
and slight markup improvements.
2001-04-09 13:43:47 +00:00
wiz
d27920b6f6 Add RCS Id, whitespace fixes, AUTHOR -> AUTHORS. 2001-04-09 13:42:48 +00:00
wiz
99e152842c Add RCS Id, sort SEE ALSO, AUTHOR -> AUTHORS, whitespace fixes.
Also, comment out mentions of rptrio, which we don't support right now.
2001-04-09 13:41:16 +00:00
wiz
c399ab10a8 Add RCS Id, whitespace fixes, sort SEE ALSO, AUTHOR -> AUTHORS. 2001-04-09 13:38:50 +00:00
wiz
4a12cbfc0c Add RCS Id, whitespace fixes, AUTHOR -> AUTHORS. 2001-04-09 13:37:58 +00:00
wiz
2b29f989ed Add RCS Id, whitespace and markup improvements. 2001-04-09 13:23:42 +00:00
wiz
f1c81e4a91 Add RCS Id, AUTHOR -> AUTHORS, and whitespace improvements. 2001-04-09 13:22:21 +00:00
wiz
156ad75475 Add RCS Id, fix date, and some whitespace improvements. 2001-04-09 13:21:45 +00:00
wiz
83c73426c9 Add RCS Id, correct section (1, not 8, though perhaps it should be in 8),
and xref daic(4). Slight markup improvements.
2001-04-09 13:20:58 +00:00
wiz
8357706e0f lowercase Lpq in xref, and some whitespace fixes. 2001-04-09 12:50:59 +00:00