Rick Macklem
dd831c63e0
Fix nfsstat.1 to indicate that "-z" now works for
...
the new NFS subsystems after r221308.
This is a content change.
MFC after: 2 weeks
2011-05-01 23:55:56 +00:00
Rick Macklem
d380a59d3d
Fix nfsstat so that the "-z" option works for the
...
new NFS subsystem.
MFC after: 2 weeks
2011-05-01 23:41:35 +00:00
Ulrich Spörlein
aeea395e35
Let users' PATH decide which groff suite to pick up.
...
Let groff pass the -c flag to grotty, which will turn off ANSI
sequences. While these are not a problem for our more/less, they get
mangled by col(1) and this will result in garbage output.
This makes man(1) work together with textproc/groff, in case the
user decided to delete the old groff from base (-DWITHOUT_GROFF).
2011-05-01 19:47:34 +00:00
John Baldwin
a011c62e8b
Raise rlogin back to a WARNS level of 6.
...
Tested by: make universe
2011-04-27 17:36:37 +00:00
Doug Barton
46dccdb284
Revert r221053 by replacing WARNS?= 3 since it's breaking the build on
...
several arches.
2011-04-26 22:02:51 +00:00
John Baldwin
dc0a06319e
Generate the network byte order version of the window size structure in a
...
temporary variable on the stack and then copy that into the output buffer
so that the htons() conversions use aligned accesses.
MFC after: 1 month
2011-04-26 20:14:29 +00:00
David E. O'Brien
37508ef3eb
This builds OK using the parent dir's WARNS=6.
...
[built on both AMD64 and i386]
2011-04-26 04:09:20 +00:00
David E. O'Brien
5d46cc89b9
Catch up with r57841 which removed the possible linking against libutil
...
by not bothering to include its API.
2011-04-26 04:01:08 +00:00
Jilles Tjoelker
1792d820be
printf(1): Move non-bugs from the BUGS section to a new section CAVEATS.
2011-04-25 19:15:58 +00:00
Jilles Tjoelker
8a906b236a
printf(1): Mention effect of '#' modifier on other conversions.
2011-04-25 12:36:29 +00:00
Simon L. B. Nielsen
6e46c1cc7d
Check return code of setuid() and setgid() in finger.
...
While they will not fail in normal circumstances, better safe than
sorry.
MFC after: 1 week
2011-04-23 14:19:26 +00:00
Jilles Tjoelker
a4a1c5b11e
kdump: Show code for signals where the default action was taken.
...
This information is available as of kernel r220740. Trace files from older
kernels will always have 0.
MFC after: 1 week
2011-04-17 21:11:55 +00:00
Edward Tomasz Napierala
ee2509d1a2
Add manual page for rctl.conf(5).
2011-04-14 18:37:27 +00:00
Ruslan Ermilov
4898f742c7
Show client's access cache statistics.
2011-04-13 13:05:48 +00:00
Edward Tomasz Napierala
ae1fdbee9e
Add link to rctl(8).
2011-04-10 10:17:01 +00:00
Edwin Groothuis
8128094045
When specifying the -t option (send tag in front of message), this tag
...
should also be forwarded to the remote logging host, not only when the
logging is done locally.
PR: bin/154324
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
MFC after: 1 week
2011-04-08 12:33:07 +00:00
Gabor Kovesdan
b66a823be8
- Adjust a comment to actual behaviour
...
- Makefile nit
- Add more CVS/SVN keywords to make it easier to track changes from NetBSD
in case they add further improvements
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
2011-04-07 13:03:35 +00:00
Gabor Kovesdan
d841ecb30d
- Simplify the fixed string pattern preprocessing code
...
- Improve readability
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
2011-04-07 13:01:03 +00:00
Gabor Kovesdan
acac8baf59
- Replace some strcpy()-family functions with memcpy() ones. It has been
...
discussed earlier that the extra safeness is not required in these
cases and we can avoid the overhead by using the more general
memory copy functions.
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
2011-04-07 12:52:46 +00:00
Sergey Kandaurov
89b13f486a
Document -w for swapuse.
...
PR: docs/156089
Submitted by: Andrey Ignatov <rdna att rdna.ru>
MFC after: 1 week
2011-04-05 07:56:40 +00:00
Gordon Tetlow
deeff310cc
Overhaul locale handling.
...
Use locale(1) to determine the locale instead of trying to hand roll it.
Correctly construct groff call based on charset and locale independently,
not the mix between the two.
Submitted by: uqs@
2011-04-02 05:01:09 +00:00
Ed Maste
41aebe5fc9
Remove $Log$ keyword, which can cause annoyance in diffs in some cases.
...
Revision control tools have a history command to obtain this information.
2011-03-31 14:35:33 +00:00
Edward Tomasz Napierala
20d3bac00f
Fix grammar and bump date.
...
Submitted by: trociny
2011-03-30 20:13:55 +00:00
Edward Tomasz Napierala
6ec54a57b4
Add rctl(8), the utility to manage rctl rules.
...
Sponsored by: The FreeBSD Foundation
Reviewed by: kib (earlier version)
2011-03-30 18:27:52 +00:00
Ganael LAPLANCHE
8321d59192
Add myself
2011-03-28 08:37:48 +00:00
Hajimu UMEMOTO
3db78cf013
getpwnam(3) may return NULL.
...
Requested by: nork
Reviewed by: Takeharu KATO <takeharu1219__at__ybb.ne.jp>, nork
MFC after: 1 week
2011-03-27 12:53:20 +00:00
Ruslan Ermilov
afc7401525
Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A).
...
(I didn't try to fix negative TCP timers with -x.)
MFC after: 3 days
2011-03-26 19:09:28 +00:00
Ruslan Ermilov
97b0bfc2e9
Discourage from using "cp -r".
2011-03-24 13:52:59 +00:00
Edwin Groothuis
8f056e41f7
Please welcome the Brazilian calendar in the FreeBSD base.
...
For now, calendar.brazilian points to pt_BR.ISO8859-1
Submitted by: Renato Tambellini <rtsanch@gmail.com>
MFC after: 1 week
2011-03-23 21:22:03 +00:00
Jeff Roberson
aa0a1e58f0
- Merge in OFED 1.5.3 from projects/ofed/head
2011-03-21 09:58:24 +00:00
Sofian Brabez
f14368513d
Add myself to calendar.freebsd.
...
Approved by: miwi@ (mentor)
2011-03-18 09:06:06 +00:00
Ed Maste
ea9827d3be
Remove uptime validity check that hasn't been necessary since r151417
...
switched to clock_gettime. vmstat will now not exit with an error
if run on a system with 10 years of uptime.
2011-03-17 01:05:54 +00:00
Dmitry Chagin
28e5e0bf4c
Add my birthday to the freebsd calendar.
2011-03-14 13:02:12 +00:00
Rebecca Cran
e17c4d4eb8
Fix typo.
2011-03-13 16:47:21 +00:00
Mikolaj Golub
b95f402d56
Add myself to calendar.freebsd and committers-src.dot.
...
Approved by: pjd (mentor)
2011-03-11 10:11:22 +00:00
Glen Barber
be2cad28b3
Move the explanation of using arguments for the PRIMARIES above
...
the list of PRIMARIES.
PR: 151812
Submitted by: Jay (jouellette of gmail com)
Patch by: eadler
MFC after: 1 week
2011-03-10 18:00:47 +00:00
Jilles Tjoelker
de55508483
Simplify various code that allowed for sys_signame being lower case.
...
This was changed in r218285.
2011-03-06 19:50:47 +00:00
Edward Tomasz Napierala
2bfc50bc4f
Add two new system calls, setloginclass(2) and getloginclass(2). This makes
...
it possible for the kernel to track login class the process is assigned to,
which is required for RCTL. This change also make setusercontext(3) call
setloginclass(2) and makes it possible to retrieve current login class using
id(1).
Reviewed by: kib (as part of a larger patch)
2011-03-05 12:40:35 +00:00
Sergey A. Osokin
7b9758e308
Expand the name of Palm Sunday holiday with more canonical Entry of the
...
Lord into Jerusalem.
Merge the Pentecost and Trinity Sunday holidays, they are synonyms.
Remove Body of Christ day, nonexistent holiday for Orthodox Church.
Fix typo in the name of Ioann The Baptist, introduced in previous commit.
2011-03-02 11:09:34 +00:00
Sergey A. Osokin
a4c7e084c9
Fix beginning day of the Carnival. it starts
2011-03-02 11:04:50 +00:00
Jilles Tjoelker
77fae5c16d
printf: Note that this is used both as a normal program and a shell builtin.
2011-03-01 21:47:06 +00:00
Dmitry Chagin
dde5f9b938
Teach kdump to decode linux syscalls names too.
...
Fix bug introduced in my previous commit: the kernel always dump native
signal numbers, so no need to check the ABI in ktrpsig().
Suggested by: jhb
MFC after: 1 Month.
2011-03-01 16:42:28 +00:00
Rebecca Cran
ac095af538
Remove duplicate "in".
...
Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days
2011-03-01 11:47:51 +00:00
Rebecca Cran
b633aa9451
Revert some of r177626. "in in" is valid in certain sentences.
...
PR: 121490
MFC after: 3 days
2011-02-28 10:03:48 +00:00
Pawel Jakub Dawidek
10b9d77bf1
Finally... Import the latest open-source ZFS version - (SPA) 28.
...
Few new things available from now on:
- Data deduplication.
- Triple parity RAIDZ (RAIDZ3).
- zfs diff.
- zpool split.
- Snapshot holds.
- zpool import -F. Allows to rewind corrupted pool to earlier
transaction group.
- Possibility to import pool in read-only mode.
MFC after: 1 month
2011-02-27 19:41:40 +00:00
Dimitry Andric
9190ccb851
Regenerate clang and tblgen manpages; the clang manpage has some minor
...
updates.
2011-02-27 01:45:36 +00:00
Remko Lodder
6bf23913c2
Not only had I included a syntax / style error, nice.3 is also
...
deprecated.
2011-02-26 11:20:51 +00:00
Dmitry Chagin
a30c325c64
Update manual page to reflect latest changes of ABI description support.
...
MFC after: 1 Month.
2011-02-25 22:14:12 +00:00
Dmitry Chagin
7144d36fab
Teach kdump to understand sv_flags records in the trace files.
...
MFC after: 1 Month.
2011-02-25 22:07:23 +00:00
Remko Lodder
f0d789acde
Revert the commit that I made, there is a lot of discussion
...
and it's not accurate anyway
Requested by: jb, bde
2011-02-25 19:38:42 +00:00