Marcel Moolenaar
fb8ce55cf5
o Compile-out "wizard" mode on ia64.
...
o Do not set bootblocks on ia64. It's not even a functionality in
libdisk on ia64.
2003-11-01 20:04:12 +00:00
Bruce Evans
7ee49c89f7
Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead of
...
depending on namespace pollution in <sys/stat.h> for the declarations of
struct timeval and utimes().
Fixed some style bugs in rev.1.30 and some nearby style bugs (mainly
unsorting and missing or extra blank lines).
Removed a wrong comment that was obtained from NetBSD in rev.1.14. It said
that chflags() reset the times that were set "above" by utimes(), but
utimes wasn't "above" in FreeBSD until rev.1.30, and chflags() does't
actually reset the times.
2003-11-01 08:43:54 +00:00
Brooks Davis
cd30ca946d
Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.
...
Pointy hat to: brooks
2003-10-31 18:54:46 +00:00
Brooks Davis
9bf40ede4a
Replace the if_name and if_unit members of struct ifnet with new members
...
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.
This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.
Approved By: re (in principle)
Reviewed By: njl, imp
Tested On: i386, amd64, sparc64
Obtained From: NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
Poul-Henning Kamp
671d15ef2a
Make mtree's update function update the modification time too.
...
Submitted by: Dan Nelson <dnelson@allantgroup.com>
PR: 53063
2003-10-31 13:39:19 +00:00
SUZUKI Shinsuke
7a1413f972
fixe remote panic on short packet
...
Obtained from: KAME
2003-10-31 03:18:45 +00:00
Peter Wemm
482e283b1e
Use -D to rename the log() function (extensively used) rather than
...
using the gcc-specific -fno-builtin-log switch.
2003-10-30 22:59:41 +00:00
Peter Wemm
c903443a2c
Rename the 'log' variable rather than -fno-builtin-log
2003-10-30 22:57:43 +00:00
Peter Wemm
e2c617744f
Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'
...
variable.
2003-10-30 22:56:44 +00:00
Hajimu UMEMOTO
f71d0e1192
add ip6addrctl(8) which is a command to configure address
...
selection policy for IPv6 and IPv4 described in RFC3484.
source address selection part of RFC3484 is not merged
from KAME, yet.
Obtained from: KAME
2003-10-30 17:46:40 +00:00
Poul-Henning Kamp
b585dc87cc
Update test-case to also fail on filenames containing '#'
2003-10-30 12:40:54 +00:00
Poul-Henning Kamp
5d9f6ca65c
Use vis(3) to encode/decode the target for symlinks.
...
Make vis(3) decode errors fatal for both symlink targets and fienames.
2003-10-30 12:03:25 +00:00
Poul-Henning Kamp
13b31fb0d8
Add another test-script for mtree(8): Check symlinks with space in them.
2003-10-30 12:01:32 +00:00
Poul-Henning Kamp
d474d12b52
Fix bug in mtree(8)'s create mode where files or directories with had
...
names containing glob(3) expressions would appear verbatim in the
output.
If such an mtree file were used by mtree in update mode, wrong things
would happen.
2003-10-30 10:48:43 +00:00
Poul-Henning Kamp
92817d311f
Add a test script which Mtree fails.
2003-10-30 10:46:23 +00:00
Ruslan Ermilov
96fd764f25
Basic PAM authentication support.
2003-10-29 20:32:19 +00:00
Peter Wemm
144b6720d9
Disclaim ownership of pppd/chat. It is vendor code, but has been badly
...
neglected here.
2003-10-29 19:24:04 +00:00
Nate Lawson
4e36f5a1b9
Add a newline even if IAPC_BOOT_ARCH == 0.
2003-10-29 17:59:05 +00:00
Martin Blapp
11362b0945
Don't pass NULL as an integer.
...
Obtained from: NetBSD
2003-10-29 09:31:41 +00:00
Martin Blapp
545fbf37df
Don't compare a char to NULL.
...
Obtained from: NetBSD
2003-10-29 09:30:37 +00:00
Hajimu UMEMOTO
36a8118753
fix comment.
2003-10-26 10:30:17 +00:00
Hajimu UMEMOTO
87931aff11
one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.
2003-10-26 06:21:16 +00:00
Peter Wemm
422e293c7f
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
...
(but I haven't turned it on)
2003-10-26 06:14:10 +00:00
Hajimu UMEMOTO
47f0776134
Since semantic of IPV6_PKTINFO was changed in RFC3542, we need to
...
use IPV6_RECVPKTINFO instead.
Reported by: someone (I had removed the mail wrongly, sorry)
2003-10-26 06:11:31 +00:00
Peter Wemm
75e40e4604
Make this compile cleanly. It passes WARNS=2, but I haven't checked
...
it is so on more platforms.
2003-10-26 06:10:44 +00:00
Peter Wemm
cf6453779c
Fix a 64 bit time_t bogon that I missed from before. lastlog.ll_time is
...
not a time_t.
2003-10-26 06:01:06 +00:00
Peter Wemm
389b844652
Use -fno-builtin-log. Fix svc_sendreply() missing required casts.
...
It is now WARNS=2 clean again.
2003-10-26 05:58:21 +00:00
Peter Wemm
3bda2f43af
Use -fno-builtin-log so gcc doesn't get ideas about using a math function
...
to log data. Clean up an unused variable that was hidden by the WARNS?=2
being commented out. Uncomment it now that it compiles cleanly again.
2003-10-26 05:54:07 +00:00
Peter Wemm
88b30ea68c
Make this compile cleanly. Switch to using rpcgen to generate
...
code that can be compiled on an ansi-C compiler, so that it puts the
xdrproc_t casts in. This also implies a slight function name change.
2003-10-26 05:51:51 +00:00
Peter Wemm
3cc5d9ed65
Make 64 bit safe.
2003-10-26 05:33:59 +00:00
Peter Wemm
02f474d6ba
Disable the log() builtin (the math function), because it will not do much
...
logging of information like the program expects.
2003-10-26 03:15:54 +00:00
Peter Wemm
817a5d2482
When we pass a string as auxillary data (type long), be sure to convert
...
it to a suitable type for the initialization.
2003-10-26 03:12:47 +00:00
Peter Wemm
7ed21d3224
Fix a warning about mismatched pointers. A pointer to "void *" is not the
...
same as a pointer to "char *". Tell the compiler this is ok.
2003-10-26 03:01:24 +00:00
John-Mark Gurney
b89fbbb14b
fix spelling of ATTACH
...
Submitted by: Johny Mattsson
MFC after: 2 week
(do to code freeze)
2003-10-25 22:03:10 +00:00
Hidetoshi Shimokawa
0cf85b0de8
update for conserver-8.0.4.
2003-10-25 14:53:53 +00:00
Hidetoshi Shimokawa
be162aff87
remove debug message.
2003-10-25 14:51:36 +00:00
John Baldwin
147c4b81bb
- Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.
...
- Update the DIST_CRYPTO_ALL value to match reality.
2003-10-24 20:55:15 +00:00
Hajimu UMEMOTO
f95d46333d
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
...
(aka RFC2292bis). Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.
Obtained from: KAME
2003-10-24 18:26:30 +00:00
Hajimu UMEMOTO
2b5e03118b
show maxmtu.
...
Obtained from: KAME
2003-10-24 18:00:17 +00:00
Hidetoshi Shimokawa
869093b15d
Add dumb console driver and related bits.
...
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
2003-10-24 15:44:10 +00:00
Hartmut Brandt
b9ff618c3a
Mention the fact that our crontab is not fully POSIX.2 conform, because
...
it doesn't allow the dangerous variant of calling it without any
argument.
2003-10-24 13:02:39 +00:00
Hartmut Brandt
d3a3b08778
Allow nghook to execute a program with the data socket connected to
...
stdin and stdout instead of relaying the data. Now it is possible
to say:
nghook -e path: hook /usr/local/bin/foo arg1 arg2
and foo will have the hook to path: at file descriptors 0 and 1.
Add an option to specify control messages to be send to the node before
either executing the program or entering the data relay loop.
2003-10-24 10:01:36 +00:00
Hajimu UMEMOTO
c449e28482
- style
...
- index() -> strchr()
- stop use of MAXHOSTNAMELEN
Obtained from: KAME
2003-10-23 17:36:29 +00:00
Hidetoshi Shimokawa
cfa42d3692
Add '0x' in front of EUI64 to avoid confusion.
2003-10-22 07:23:27 +00:00
Hajimu UMEMOTO
d24cb2490d
stop use of NI_WITHSCOPEID. it was deprecated.
...
Obtained from: KAME
2003-10-21 20:11:47 +00:00
Poul-Henning Kamp
3206e56993
Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)
...
Remove trailing whitespace.
2003-10-21 08:27:05 +00:00
Poul-Henning Kamp
4d169ae131
Remove "register" keywords.
...
Use newspeak functions definitions.
2003-10-21 07:58:52 +00:00
Dag-Erling Smørgrav
79ef1f32da
Various NFS-related bug fixes (mostly related to using variable_get()
...
instead of variable_cmp() to test boolean rc.conf variables).
Submitted by: hmp
2003-10-19 13:37:12 +00:00
Hajimu UMEMOTO
31423309c2
don't print ndp -i result if the interface is not
...
initialized
Obtained from: KAME
2003-10-17 16:17:47 +00:00
Hajimu UMEMOTO
a96bd7843f
- NI_WITHSCOPEID was deprecated
...
- use strlcpy() and snprintf()
- use err()
- style
Obtained from: KAME
2003-10-17 11:46:40 +00:00