christos
26717b4ba7
new /usr/include/pcap directory.
2010-12-05 05:55:29 +00:00
christos
25abe6c390
tcpdump goes to /usr/sbin
2010-12-05 05:52:46 +00:00
christos
ef3545626b
we don't have a 3PCAP section
2010-12-05 05:40:14 +00:00
christos
0a6931da37
we only have bin
2010-12-05 05:24:21 +00:00
christos
923cb98430
cleanup old stuff and install in the right place
2010-12-05 05:24:03 +00:00
christos
c0b8ed591c
Adjust to the new libpcap prototypes for compatibility.
2010-12-05 05:20:28 +00:00
christos
031df77101
new tcpdump and libpcap
2010-12-05 05:15:59 +00:00
christos
69e620e14c
build and import glue.
2010-12-05 05:14:00 +00:00
christos
90faadda0b
Makefile overrides
2010-12-05 05:13:45 +00:00
christos
11b3aaa125
apply our changes and add the pfsync stuff.
2010-12-05 05:11:30 +00:00
pgoyette
6688046702
Fix a few of the games to use getprogname() in their usage() functions.
...
Suggested by Joerg.
XXX There are probably many more that have their progname hard-coded, but
XXX I'm not up for a wholesale roto-till at the moment.
2010-12-05 04:34:22 +00:00
pgoyette
1c22c7521b
Since this game is installed as 'boggle', fix the usage() text to match.
2010-12-05 04:11:51 +00:00
christos
0f74e101fa
Import tcpdump-4.1.1
2010-12-05 03:14:48 +00:00
christos
ea56eea76f
select IPv6 from the Makefile
2010-12-05 03:06:54 +00:00
christos
8bc69f3e6c
add configure file.
2010-12-05 03:06:08 +00:00
christos
45a3afe368
we need some more files here.
2010-12-05 03:03:27 +00:00
christos
aac80989b6
more sign-compare fixes.
2010-12-05 03:02:41 +00:00
christos
c8eee57ad6
don't print -L/usr/lib and -I/usr/include for no reason.
2010-12-05 03:01:39 +00:00
christos
8d518122c2
install pcap-check. Someone might need it.
2010-12-05 03:00:44 +00:00
christos
70d66231fe
make bpf_validate available in userland.
2010-12-05 02:40:40 +00:00
christos
74c505a81b
- add our fixes
...
- make compile with WARNS=5
- add glue
2010-12-05 01:45:46 +00:00
christos
adf57bf528
add rcs keyword cleaner
2010-12-05 01:28:28 +00:00
christos
62ed3ef9cc
try again fixing RCS keywords
2010-12-05 01:26:52 +00:00
christos
bf1df6d193
Import libpcap-1.1.1
2010-12-05 01:20:21 +00:00
joerg
67e01e0a99
Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64
...
to simplify the assembler code.
2010-12-05 00:56:06 +00:00
christos
d639454cac
constify
2010-12-05 00:34:21 +00:00
christos
e19314b713
Pretending that %d can print size_t on __LP64__, by turning off warnings
...
is not really a good idea. Turn on the warnings and fix them. Unfortunately
there are a bunch of const-castaways... Should be fed upstream.
2010-12-04 23:08:32 +00:00
pooka
f5c0e73abf
RNDADDDATA2 doesn't xfail anymore.
2010-12-04 17:41:18 +00:00
pooka
393c93bb1d
Don't allow "goes to 11^H^Hhyperspace" len field for RNDADDATA.
2010-12-04 17:39:50 +00:00
pooka
f642190056
Add test case for suspected reason behind kernel panic described
...
in PR kern/44190
2010-12-04 17:38:42 +00:00
skrll
dd4fc49621
Remove trailing whitespace from previous. Today is not my day.
2010-12-04 16:04:45 +00:00
skrll
fab9eed30a
Define PDC_ERR_NMOD
2010-12-04 16:02:55 +00:00
skrll
4509878aef
Get capabilities right THIS time.
2010-12-04 16:01:42 +00:00
skrll
8eb08cae49
Spell capabilities correctly in PDC_MODEL_CAPABILITES.
2010-12-04 15:58:52 +00:00
jmmv
255928498d
Note that the default local cipher for passwords is now sha1 in
...
/etc/passwd.conf and that sysinst does not ask for a setting any more.
2010-12-04 14:59:47 +00:00
jmmv
c3babaca78
Remove password cipher selection as discussed in current-users@.
...
Users who really really really want to change the default setting can
continue to change their cipher algorithm right after a clean install
by modifying /etc/passwd.conf and regenerating the root password if
previously set by sysinst.
2010-12-04 14:57:56 +00:00
mrg
356f5a81c0
raid(4): Add support for non 512-byte sector devices.
2010-12-04 10:03:17 +00:00
mrg
1812d0a239
apply my patch to support non-512K sector disks (at least, upto 16KB
...
sector disks..) from my tech-kern post:
the following patch let's me access both 512 byte and 4K
sector disks at the same time, as long as they are in
separate raids. the existing rf code assumes/enforces
this part, i just made it support other sets concurrently.
the main change is moving the parity bitmap to the sector
after the component label sector(s), instead of being
immediately after the label, which meant it was on the same
sector as the label for >1024 byte devices.
i'm a little annoyed at having to add a 2nd call to
getdisksize() to enable auto-configure to work, but i
don't see another way that wasn't much uglier.
2010-12-04 10:01:16 +00:00
joerg
91118529e4
ANSIfy
2010-12-03 23:07:49 +00:00
joerg
239c31f883
Add comment about the unusual stack alignment in .rtld_bind_start.
2010-12-03 22:48:25 +00:00
jmmv
2040b17649
Document what the default values for localcipher and ypcipher are.
2010-12-03 21:41:40 +00:00
jmmv
2a4ba28f3b
Set the default localcypher to sha1 as discussed in current-users@.
2010-12-03 21:40:04 +00:00
plunky
f33b316b63
Remove the do-external-lib and do-gnu-lib targets, along with
...
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.
compat/compatsubdirs.mk becomes simpler now, as everything is built
from lib/Makefile, meaning all the libraries will now be built under
compat so update the set lists to account for that.
2010-12-03 21:38:46 +00:00
joerg
65b45bb0d8
Actually add the check_stack_alignment implementation for x86.
2010-12-03 20:51:21 +00:00
phx
12e38db326
Make sure the new ukbd.any.powerbook keymap is just compiled for macppc.
...
So it can be removed from distrib/sets/lists/base/mi again.
2010-12-03 17:57:43 +00:00
tteras
b3dca9dae4
Recognize direction for Linux per-socket policies.
2010-12-03 15:01:11 +00:00
tteras
7d13a088be
Support GRE key as upper layer protocol specifier (will be supported in
...
Linux kernel 2.6.38).
2010-12-03 14:32:52 +00:00
njoly
71281c77f5
Add testcase for PR/44189: strtod(3) wrong results with "-0x".
2010-12-03 13:11:50 +00:00
hannken
0535cdefcf
Add missing files ./usr/tests/util/make/d_unmatchedvarparen.{mk,out}
2010-12-03 12:02:28 +00:00
tteras
3a9671366f
Netlink deletion notification does not guarentee actual address deletion:
...
it might still exist on some other interface. Make sure we do not unbind
unless the address is really gone.
2010-12-03 09:46:24 +00:00