Julian Elischer
0f49c887b9
Might as well move to the right place if we are not there.
...
The whole question of how much to rely on teh sources being in /usr/src
needs visiting.
2006-10-11 21:46:53 +00:00
Julian Elischer
aca334fe83
let the user know what configurations are available when asking for it.
2006-10-11 21:39:19 +00:00
Maxim Konovalov
13fff3d67b
o Grammar.
...
Submitted by: kris
2006-10-09 06:47:08 +00:00
Maxim Konovalov
6bc39031ef
o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
...
sys/vm/vnode_pager.c.
cVS: ----------------------------------------------------------------------
2006-10-09 05:31:37 +00:00
Julian Elischer
b1a49547a0
Large rewrite of the tinybsd script.
...
This allows the user to specify that the root filoesystem should be
an MFS or teh actual medium itself.
Also a new command syntax, along with an interactive mode by default,
with crossinvocation memory of the last used values as defaults for the
current invocation.
Submitted by:jmeloatfreebsdbrasil,com-br
2006-10-04 22:16:40 +00:00
Ruslan Ermilov
6b4674389d
Revise markup.
2006-09-30 17:21:37 +00:00
Ruslan Ermilov
2e97500669
Removed libc_r build support.
2006-09-30 11:32:46 +00:00
Ruslan Ermilov
3b9de5ed0c
Initializate "offset" variable to zero; otherwise, if not using
...
the -o option, it might contain garbage.
MFC after: 1 day
2006-09-28 12:33:36 +00:00
Julian Elischer
8d2b600b3e
Slight tunups to the config files.
2006-09-21 22:17:04 +00:00
Julian Elischer
1474f88f74
In the spirit of nanoBSD and PicoBSD, add TinyBSD.
...
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
2006-09-20 22:24:20 +00:00
Pawel Jakub Dawidek
b58ab5f02a
Move readonly.t regression tests file to where it belongs.
...
I accidentally added it to a wrong directory.
2006-09-19 11:28:06 +00:00
Pawel Jakub Dawidek
0608d9863a
Add regression tests for 'geli configure' subcommand.
...
MFC after: 1 week
2006-09-16 10:44:33 +00:00
Pawel Jakub Dawidek
b88743e637
Regression tests for read-only option (attach -r).
...
MFC after: 1 week
2006-09-16 09:30:24 +00:00
Robert Watson
9fa5f6b4b9
dd a series of regression tests to validate that privilege requirements are
...
implemented properly for a number of kernel subsystems. In general, they
try to exercise the privilege first as the root user, then as a test user,
in order to determine when privilege is being checked.
Currently, these tests do not compare inside/outside jail, and probably
should be enhanced to do that.
Sponsored by: nCircle Network Security, Inc.
Obtained from: TrustedBSD Project
2006-09-13 09:05:39 +00:00
Ruslan Ermilov
aa5bab2179
Document the new know, WITHOUT_ASSERT_DEBUG.
2006-09-11 13:55:27 +00:00
Ruslan Ermilov
c1e29f712e
- Utilize the "showconfig" top-level target.
...
- Pass __MAKE_CONF=/dev/null to get a pristine output.
2006-09-11 13:39:44 +00:00
Robert Watson
ce105e8f5a
Enforce the compile-time threads limit at run-time, so that a high thread
...
count argument doesn't cause a segfault or memory corruption when the
compile-time array is overrun.
2006-09-02 08:25:40 +00:00
Poul-Henning Kamp
fd0232603d
Improve input parsing:
...
Add "-C <column>" and "-d <delims>" options to chop up input lines.
Make '#' a comment character, rest of line is ignored.
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
2006-08-28 08:27:02 +00:00
Ruslan Ermilov
2b46c64c9c
Remove alpha left-overs.
2006-08-22 08:03:01 +00:00
Simon L. B. Nielsen
22eb0575f2
Move the setup of "diskless" /etc magic files from install_etc() to a
...
separate function which is called right after install_etc(). This makes
it simpler to (ab)use nanobsd.sh as a framework to build more normal
FreeBSD images where a normal /etc is used, since setup_nanobsd_etc()
can just be redefined.
OK'ed in principle by: phk
MFC after: 1 week
2006-08-15 21:59:33 +00:00
Sam Leffler
2f549d72a2
checkpoint new version
2006-08-10 19:01:16 +00:00
Giorgos Keramidas
bfbb8643cf
Fix some minor nits in the README file of wesside
...
Reviewed by: sam, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-07 17:08:05 +00:00
Sam Leffler
c4aa5369ba
add wesside
2006-08-07 00:05:32 +00:00
Sam Leffler
b9d1573c05
another tool that uses the raw tx api
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-07 00:05:04 +00:00
Sam Leffler
86bf2b45da
use proper tx series
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-06 23:50:56 +00:00
Sam Leffler
a323dd4352
make it work after the api change
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-05 18:21:04 +00:00
Sam Leffler
0c65897149
hook packet injection tools up
2006-08-05 05:20:40 +00:00
Sam Leffler
2137fdb5ec
test programs for 802.11 packet injection
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-05 05:18:03 +00:00
Sam Leffler
7c37a38d03
802.11 packet injection test tool
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-05 05:13:31 +00:00
Sam Leffler
b86de580a1
crude stumbler using raw packet api's
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2006-08-05 05:12:03 +00:00
Sam Leffler
3b8a5ed28a
raw tx stat
2006-08-05 05:09:20 +00:00
John Birrell
ffc48c2814
Fix for architectures where sizeof(void *) > sizeof(int).
2006-08-04 21:45:08 +00:00
Alexander Leidinger
69f1cb3c91
Fix build when .CURDIR != .OBJDIR.
...
Noticed by: "Alexander Mogilny" <sg@astral.ntu-kpi.kiev.ua>
2006-08-02 15:24:59 +00:00
Yaroslav Tykhiy
ed4ab6bbe9
Tell the bitter truth that WITHOUT_GNU and WITHOUT_PAM
...
don't have any effect now.
2006-07-31 13:53:27 +00:00
Yaroslav Tykhiy
f7ee05c00b
Document some more src.conf(5) options:
...
WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM.
Noticed by: src/tools/build/options/makeman
2006-07-31 13:08:47 +00:00
Yaroslav Tykhiy
c3b08cc667
Actually skip over undocumented options with "continue"
...
to avoid artifacts in the manpage generated. Previously
an orphaned paragraph on dependencies of such an option
would appear.
2006-07-31 12:41:13 +00:00
Yaroslav Tykhiy
c3e63d569c
Extend the MK_INET6 section by rescue/ping6 and the manpages.
2006-07-29 06:29:07 +00:00
Simon L. B. Nielsen
6e0d070709
Add a test program which performs some very basic tests of libmp(3).
...
It is by no means expected to perform a complete test of the library
for correctness, but is meant to test the API to make sure libmp (or
libcrypto) updates don't totally break the library.
2006-07-28 16:00:59 +00:00
Thomas Quinot
42f470c0e5
'make distribution' must be run from src, not src/etc, so that the proper
...
set of /usr/share/mk/* is available. This is necessary to build a 7.x
NanoBSD image on a 6.x host.
Reviewed by: phk
2006-07-28 14:37:38 +00:00
Yaroslav Tykhiy
cd5297916c
Do not forget about INET6 and MK_INET6_SUPPORT.
2006-07-28 10:59:27 +00:00
Yaroslav Tykhiy
9da33b3565
Populate the MK_INET6 block.
2006-07-28 10:16:24 +00:00
Simon L. B. Nielsen
b78ee6d0ff
Add Memory Corp 512MB CF Flash.
...
MFC after: 3 days
2006-07-26 20:35:52 +00:00
Robert Watson
13496464e5
Add a test case for closing a UDPv6 socket that has been connected to
...
the IPv6 loopback address.
Warns ?= 2.
2006-07-19 12:54:14 +00:00
Robert Watson
9b498b31a9
Add very basic regression test for netinet6: create and close raw,
...
UDP, and TCP IPv6 sockets.
2006-07-19 12:10:33 +00:00
Marcel Moolenaar
f2f0337e84
Add regression tests of the emulation of the long branch conditional form.
...
These tests can obviously only be run on Merced processors, as they don't
implement the long branch.
2006-07-17 00:27:12 +00:00
Thomas Quinot
cf58ce8477
When creating the NanoBSD disk image, install boot blocks from the
...
newly-built world, in preference to those from the host system.
Reviewed by: phk
2006-07-15 20:41:38 +00:00
Poul-Henning Kamp
aa00f90024
Create the diskless magic files in /etc during the install_etc() step
...
instead of setup_nanobsd(), because this gives customize tasks a chance
to fiddle the details.
Inspired & tested by: Jordan Coleman <jordan@JordanColeman.com>
2006-07-13 14:06:09 +00:00
Maxim Konovalov
8847579c57
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 11:51:14 +00:00
Robert Watson
b0388d6b91
When extending a file with truncate, check that newly added bytes have
...
a value of 0 in the extended region.
Make sure that we get EINVAL back if we try to truncate a read-only
file descriptor.
2006-07-09 10:56:36 +00:00
Robert Watson
17d6f0e53b
Add regression tests to make sure that attempting to call ftruncate() on
...
various non-file objects fails.
2006-07-09 10:43:31 +00:00