Roman Kurakin
e7ef3e9494
Fix the build.
...
Noted by: ganbold@
2008-09-27 15:58:54 +00:00
Roman Kurakin
e927c2b2e6
* add all keyword for table list & flush actions.
...
* add tables_max sysctl.
* add default_rule sysctl.
PR: 127058 (partially)
2008-09-27 15:09:00 +00:00
Roman Kurakin
c15c249000
Add keyword all in addtion to the table number for the 'list' and the
...
'flush' actions on tables. Part of PR: 127058.
PR: 127058 (based on)
MFC after: 1 month
2008-09-27 14:30:34 +00:00
Xin LI
45cfb1dc53
Static-ify procedures in init(8).
2008-09-27 00:09:10 +00:00
Ruslan Ermilov
0a4b670e07
Add missing library dependencies.
...
PR: bin/127573
Submitted by: Eygene Ryabinkin
2008-09-23 13:12:51 +00:00
Giorgos Keramidas
7bf717b721
Unbreak the build.
2008-09-22 04:12:27 +00:00
Sam Leffler
51947cb625
MIMO power save and RIFS; while here also update per-node state/flags for ampdu
2008-09-22 00:30:26 +00:00
Sam Leffler
8db67fd293
"ampdudensity -" is too subtle; use "NA" for any and accept it as a parameter
2008-09-22 00:24:47 +00:00
Sam Leffler
40808af3aa
check for undefined identifiers
2008-09-21 22:16:03 +00:00
Sam Leffler
690f477d75
add new build knobs and jigger some existing controls to improve
...
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd
Reviewed by: various (posted to arch)
MFC after: 1 month
2008-09-21 22:02:26 +00:00
Roman Kurakin
eba1dd2124
Add the check of the table number.
2008-09-21 21:46:56 +00:00
Roman Kurakin
5ec36cd651
Move table list to a separate function.
2008-09-21 12:54:09 +00:00
Roman Kurakin
b0000a98c4
Free allocated memory.
2008-09-20 19:25:02 +00:00
Roman Kurakin
015002df0d
Remove some unused variables.
2008-09-20 16:46:19 +00:00
Roman Kurakin
b88a2fe170
Style(9) the show_nat() function.
2008-09-20 16:17:49 +00:00
Roman Kurakin
03d4b38d9e
Do not do the useless job for an empty table.
...
MFC after: 1 month
2008-09-20 15:54:22 +00:00
Craig Rodrigues
049307ba00
Use the version of the kernel returned by getosreldate()
...
to determine whether to call the fallback_mount() backwards
compatibility function or not.
Reviewed by: dfr
2008-09-19 11:59:10 +00:00
Ulf Lilleengen
7a4b0bb24a
- Make bsdlabel use libgeom to determine provider name, device path, the media
...
size and the sector size.
- Fix a bug where bsdlabel would try to read a regular file using the geom_bsd
class.
Quick review by: phk
Approved by: pjd (mentor)
2008-09-18 14:04:02 +00:00
Remko Lodder
6f5c443661
Document the -F 's return statement.
...
If the application returns succesfully
the return code is 7 (which means the
filesystem is clean).
PR: 127432
Submitted by: edwin
MFC after: 3 days
2008-09-17 06:56:27 +00:00
Craig Rodrigues
4b5bc28358
Instead of building up a "struct nfs_args" to pass to the kernel
...
via nmount(), build up an iovec where each iovec member is an NFS mount
option, and pass the iovec down to the kernel via nmount(). These options
are then parsed in the kernel.
This should make it easier to add new NFS mount options in future.
Many, many thanks to Doug Rabson for taking my initial patches,
and cleaning them up. In addition, Doug added a fallback_mount()
function so that the newer mount_nfs program will work against older
kernels, to facilitate upgrading/downgrading scenarios.
Doug also re-wrote the mount_nfs.8 man page.
Reviewed by: dfr
2008-09-13 20:22:46 +00:00
Tom Rhodes
8156052b20
Bring a paragraph in this manual page a bit closer to the present date.
...
Discussed with: des
2008-09-07 15:19:34 +00:00
Ulf Lilleengen
b31e5ae243
- Make use of the new and g_device_path utility function in libgeom to avoid
...
duplication of code in fdisk and boot0cfg. Also make use of g_providername to
fix an issue with fdisk and boot0cfg not using the correct provider when
writing the MBR.
Reviewed by: phk
Approved by: pjd (mentor)
2008-09-07 13:58:35 +00:00
Roman Kurakin
d53fe7108b
Check rule numbers against maximum value to avoid rules cleanup due
...
to overflow.
MFC after: 5 days.
2008-09-06 17:26:52 +00:00
Roman Kurakin
759dd6f7f7
Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is
...
available.
MFC after: 5 days.
2008-09-06 17:23:37 +00:00
Kevin Lo
1f0e597d5a
Use RUSAGE_SELF for the current process instead of hardcoded value
2008-09-02 02:59:13 +00:00
Matteo Riondato
bbe9d7da79
Don't return always 0. Return what we get from exec_mountprog or
...
mount_fs.
PR: bin/125154
MFC after: 1 day
2008-08-31 20:08:05 +00:00
Pawel Jakub Dawidek
ba196edbd2
By default backup geli metadata to a file. It is quite critical 512 bytes,
...
once it is lost, all data is gone.
Option '-B none' can by used to prevent backup. Option '-B path' can be
used to backup metadata to a different file than the default, which is
/var/backups/<prov>.eli.
The 'geli init' command also prints backup file location and gives short
procedure how to restore metadata.
The 'geli setkey' command now warns that even after passphrase change or keys
update there could be version of the master key encrypted with old
keys/passphrase in the backup file.
Add regression tests to verify that new functionality works as expected.
Update other regression tests so they don't create backup files.
Reviewed by: keramida, rink
Dedicated to: a friend who lost 400GB of his live by accidentally overwritting geli metadata
MFC after: 2 weeks
2008-08-29 18:10:18 +00:00
Pawel Jakub Dawidek
785c7ba6a1
- Give algorithms recommendation.
...
- Keep options in alphabetical order.
2008-08-29 17:13:07 +00:00
Jack F Vogel
eafbb00d24
Add support in ifconfig to control the vlan hardware filter feature.
...
Reviewed by: EvilSam and moi
MFC after:1 week
2008-08-28 22:13:44 +00:00
Ivan Voras
0d6ff382c3
Trivial typo fix.
...
Approved by: gnn (mentor)
2008-08-27 15:30:09 +00:00
Matteo Riondato
865bdc6208
Implement -R support, similar to ping(8)'s -A.
...
ping(8)'s -a was mapped to -e, but -E was already taken in ping6 (old
option) so rename -e to -r.
Now:
ping -a => ping6 -r
ping -A => ping6 -R
MFC after: 2 days
2008-08-27 15:01:23 +00:00
Matteo Riondato
248e5e18af
Add -e to usage()
...
MFC after: 2 days
2008-08-27 13:29:43 +00:00
Rui Paulo
b3c9746474
Fix typo.
2008-08-27 12:54:29 +00:00
Matteo Riondato
155dac2fdc
Implement audible support similar to ping(8) -a option. Since -a was already taken, I chose -e (no real argument for this) but I'm willing to change to a different character if needed/desired.
...
PR: bin/123752 (inspired by)
MFC after: 2 days
2008-08-26 14:34:09 +00:00
Craig Rodrigues
6910e995d9
Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from
...
userspace to kernel via nmount(), pass in the strings
"update", "snapshot", "reload".
We want to move away from passing MNT_ flags from userspace -> kernel
via nmount(), and instead favor passing the string options.
2008-08-23 01:21:10 +00:00
Andrew Thompson
5c43e5f42d
Fix channel parsing which was broken in r179958, the channel number may be
...
suffixed with :flag and /width.
2008-08-14 03:49:14 +00:00
Pawel Jakub Dawidek
4c5739d8f7
geli onetime command can take only one GEOM provider at a time.
2008-08-12 19:42:03 +00:00
Ivan Voras
970a8ddc44
Clean up of dead code and possible unassigned variable usage.
...
Found by: LLVM/Clang Static Checker
Approved by: gnn (mentor)
2008-08-09 16:47:30 +00:00
Dag-Erling Smørgrav
2616144e43
Add sbuf_new_auto as a shortcut for the very common case of creating a
...
completely dynamic sbuf.
Obtained from: Varnish
MFC after: 2 weeks
2008-08-09 11:14:05 +00:00
Sam Leffler
ed8b5a9370
recognize WPS ie's
...
Submitted by: "Chuck Tuffli" <chuck@tuffli.net>
MFC after: 1 week
2008-08-09 05:37:22 +00:00
Antoine Brodin
5718b3f2c0
Make atacontrol(8) rebuild work when /usr is not mounted or from /rescue
...
PR: bin/125680
MFC after: 1 month
Tested by: Stef Walter
2008-08-06 18:08:02 +00:00
Robert Watson
1492a26084
DDB scripting, textdumps, output capture, etc, all will appear in
...
FreeBSD 7.1 before 8.0 ships.
Spotted by: Ulrich Spoerlein <uspoerlein at gmail dot com>
MFC after: 3 days
2008-08-03 14:27:06 +00:00
Andrew Thompson
3b0edf7dd0
Move the grekey to its own file, ifconfig.c does not have interface specific
...
code.
Submitted by: sam
2008-08-03 03:36:12 +00:00
Sam Leffler
87a8e294f5
change list wme to only print the channel parameters; to
...
get channel+bss use -v
2008-08-02 18:10:14 +00:00
Sam Leffler
7842b6be31
don't silently exit if the regdomain.xml file is missing
2008-08-02 18:06:27 +00:00
Julian Elischer
2cc8ab2a83
Slight wordsmithing. prompted by danger@
2008-08-01 23:31:28 +00:00
Julian Elischer
bc20b62b0e
Document the use of the tablearg keyword together with the skipto command.
2008-08-01 22:34:01 +00:00
Sam Leffler
c0f198ca9b
add missing capability bits
2008-08-01 01:27:52 +00:00
David E. O'Brien
a61d918656
Add a -q[uiet] flag for scripts.
2008-07-31 00:55:29 +00:00
Sam Leffler
4a5184dc80
correct description of how to clear a desired channel
...
Pointed out by: Chris Buechler
MFC after: 1 week
2008-07-30 16:22:52 +00:00