Brooks Davis
2f70892f19
The size of credential messages is limited by CMGROUP_MAX rather than
...
NGROUPS.
MFC after: 1 week
2010-01-03 20:45:49 +00:00
Brooks Davis
9efde58392
Add vlan(4) to all GENERIC kernels.
...
MFC after: 1 week
2010-01-03 20:40:54 +00:00
Rick Macklem
3968293472
The test for "same client" for the experimental nfs server over NFSv4
...
was broken w.r.t. byte range lock conflicts when it was the same client
and the request used the open_to_lock_owner4 case, since lckstp->ls_clp
was not set. This patch fixes it by using "clp" instead of "lckstp->ls_clp".
MFC after: 2 weeks
2010-01-03 20:08:10 +00:00
Gavin Atkinson
a196444862
The default hash table size is 257 not 255. Reword the rest of the line
...
slightly while here.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
2010-01-03 19:28:51 +00:00
Gavin Atkinson
3e736db050
The default hash table size is 257 not 255. Reword the rest of the line
...
slightly while here.
PR: bin/121671
Submitted by: Artis Caune artis.caune gmail.com
Approved by: ed (mentor)
2010-01-03 19:14:22 +00:00
Rick Macklem
b04b4acda0
Fix three related problems in the experimental nfs client when
...
checking for conflicts w.r.t. byte range locks for NFSv4.
1 - Return 0 instead of EACCES when a conflict is found, for F_GETLK.
2 - Check for "same file" when checking for a conflict.
3 - Don't check for a conflict for the F_UNLCK case.
2010-01-03 18:27:10 +00:00
Edward Tomasz Napierala
3a597bfc7b
Make mac_lomac(4) able to interpret NFSv4 access bits.
...
Reviewed by: rwatson
2010-01-03 17:19:14 +00:00
Ed Schouten
fffa535e95
Lower WARNS for sendmail.
...
Even though it builds with WARNS=2, some users link sendmail from the
base system against SASL. This doesn't build in this case.
Reported by: Andrzej Tobola <ato iem pw edu pl>
2010-01-03 15:32:25 +00:00
Edward Tomasz Napierala
cf7710e1da
Add manual page for gcache(8).
2010-01-03 15:20:52 +00:00
Jilles Tjoelker
dc82a6f600
sh: Send the "not found" message for builtin <cmd> to redirected fd 2.
2010-01-03 15:01:38 +00:00
Martin Blapp
593a1aea1a
Fix card/device names, no functional change
...
The ADMtek AN985 is the cardbus variant of ADMtek AN983
The Netgear FA511 is just a relabled ADMtek AN985
PR: kern/50574
MFC after: 1 month
2010-01-03 13:59:59 +00:00
Gavin Atkinson
9dfc434d60
Fix return code in the case of successful file transfer, broken in
...
tftp.c 1.13
PR: bin/117452
Submitted by: Spencer Minear minear securecomputing.com
Approved by: ed (mentor)
MFC after: 2 weeks
2010-01-03 13:48:58 +00:00
Jilles Tjoelker
b485cf94fb
sh: Add a regression test that tries out all arithmetic ops.
...
MFC after: 1 week
2010-01-03 12:50:27 +00:00
David E. O'Brien
043ccc7cf3
Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.
2010-01-03 12:17:51 +00:00
David E. O'Brien
70ec99bfd2
Provide clean output with 'prove -r'.
2010-01-03 11:53:48 +00:00
David E. O'Brien
91212b8c98
Hide expected error output so the 'prove -r' results are easy to read.
2010-01-03 09:31:33 +00:00
David E. O'Brien
a56d32a6a0
Allow to be driven by 'prove -r'.
2010-01-03 09:30:50 +00:00
David E. O'Brien
a174aecc2e
Make sure 'pack' is usable for 'prove -r'.
2010-01-03 08:44:18 +00:00
David E. O'Brien
25255d7808
Transform from kernel file to userland source.
2010-01-03 08:33:24 +00:00
Navdeep Parhar
567145993f
Avoid NULL dereference in arpresolve.
2010-01-03 06:43:13 +00:00
Yoshihiro Takahashi
dd2bf8ea67
Re-enable more options and devices. Now kernel size problem is gone.
...
MFC after: 2 week
2010-01-03 04:38:38 +00:00
Marius Strobl
9a41d9ef93
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
...
is gone since r201396 and which is also in line with the fact that
FreeBSD 4 didn't supported sparc64.
2010-01-03 02:58:43 +00:00
Matt Jacob
1943fd192a
Make sure that the WWNN is also created for 2100..2300 cards.
...
MFC after: 1 day
2010-01-03 02:43:46 +00:00
Xin LI
1ee5de4482
Reduce diff against OpenSolaris - move Giant acquire/release to
...
zfs_znode.c. As a side effect this also eliminates two potential
Giant leaks.
Approved by: pjd
MFC after: 1 month
2010-01-02 23:38:03 +00:00
Ed Schouten
442aea92f6
Don't forget to clean up the file copied from the kernel sources.
...
MFC after: 1 week
2010-01-02 20:27:14 +00:00
Gavin Atkinson
eb747250e6
Remove dead code. This section of code is only run in the
...
(sblock.fs_magic == FS_UFS1_MAGIC) case, so the check within the
loop is redundant.
Submitted by: Nate Eldredge nge cs.hmc.edu
Reviewed by: mjacob
Approved by: ed (mentor)
MFC after: 1 month
2010-01-02 20:18:10 +00:00
Konstantin Belousov
5033fdb761
Remove reference to the bug in FreeBSD 2.0.
...
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 3 days
2010-01-02 17:45:53 +00:00
Martin Blapp
1457e0cdac
Fix typo: s/partion/partition/
...
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
2010-01-02 17:32:40 +00:00
Martin Blapp
bb40fa6f73
Make it clear that "interface" is one out of possibly many interface of the
...
local machine (s/the network interface/a network interface).
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
2010-01-02 17:29:13 +00:00
Christian Brueffer
b449666b8e
Add one more supported controller.
...
Submitted by: pluknet <pluknet@gmail.com>
MFC after: 1 week
2010-01-02 16:27:25 +00:00
Marius Strobl
be70411f82
- Demapping unused kernel TLB slots has proven to work reliably so move
...
the associated debugging under bootverbose.
- Remove freebsd4_sigreturn(); given that FreeBSD 4 didn't supported
sparc64 this only ever served as a transition aid prior to FreeBSD
5.0 and is unused by default since COMPAT_FREEBSD4 was removed from
GENERIC in r143072 nearly 5 years ago.
2010-01-02 15:44:16 +00:00
Marius Strobl
c936816f6d
- Preserve the PROM IOMMU in order to allow OFW drivers to continue to
...
work.
- Sanity check the parameters passed to the implementations of the
pcib_{read,write}_config() methods. Using illegal values can cause
no real harm but it doesn't hurt to avoid unnecessary data error
traps requiring to flush and re-enable the level 1 caches.
2010-01-02 15:19:33 +00:00
Yoshihiro Takahashi
a8bb63996e
Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.
...
MFC after: 2 week.
2010-01-02 12:42:33 +00:00
Yoshihiro Takahashi
3c66b23034
Do kgzip to the loader on pc98, too. Now pc98's boot2 works for ELF.
...
MFC after: 2 week
2010-01-02 12:37:54 +00:00
Ed Schouten
71ccf09269
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
Ed Schouten
1fa2ff1f64
Remove unused variables.
2010-01-02 11:06:39 +00:00
Ed Schouten
3a61cc0822
Mark ftwv as __unused. This compare function does not need it.
2010-01-02 11:06:11 +00:00
Ed Schouten
9a958de54c
ANSIfy some more tools in usr.sbin/.
...
Most of these tools build with WARNS=6, except for their use of K&R
function declarations.
2010-01-02 11:05:34 +00:00
Ed Schouten
b7946da96b
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
Ed Schouten
01cc221b4c
Mute some warnings on uninitialized variables.
...
The code does the right thing, but the compiler is unable to figure it
out. All paths that use that variable use the same invariant.
2010-01-02 10:14:35 +00:00
Ed Schouten
d93708c3e6
Remove a warning by adding extra parentheses.
...
GCC generates warnings when using "if (foo = bar)". In this case its use
is valid.
2010-01-02 10:13:21 +00:00
Ed Schouten
b3c73ef101
Add missing #include for string routines.
2010-01-02 10:12:12 +00:00
Ed Schouten
ef636796f6
ANSIfy various tools in usr.bin/.
...
Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.
2010-01-02 10:09:20 +00:00
Ed Schouten
daaf575910
Build lib/ with WARNS=6 by default.
...
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.
I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
2010-01-02 09:58:07 +00:00
Ed Schouten
1100c00131
Make WARNS=6 the default for libexec/.
...
Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.
- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.
Unfortunately almost all apps in libexec require a lowered value of
WARNS.
2010-01-02 09:50:19 +00:00
Ed Schouten
3e08d559a8
Fix several warnings.
...
- Add __unused keywords.
- Don't shadow a global variable called cr.
- Make the global cr variable const.
2010-01-02 09:45:59 +00:00
Warner Losh
8ba6b16f90
Welcome to 2010.
2010-01-02 01:12:10 +00:00
Marcel Moolenaar
665bb830e2
Properly return the UUID represented by the alias.
...
PR: 142174
Submitted by: Przemyslaw Laczynski <torindel@gmail.com>
Pointy hat to: rpaulo
2010-01-02 01:02:59 +00:00
Marcel Moolenaar
f7afeafebb
Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative
...
for its origin, more than for its accuracy.
MFC after: 1 week
2010-01-02 00:37:00 +00:00
Marius Strobl
209817b163
Fix botches in r201005:
...
- Actually use the newly introduced sc_res in the front-end.
- Remove a whitespace glitch in mk48txx_gettime().
2010-01-01 22:47:53 +00:00