Alan Cox
384875a3a6
Simplify vm_radix_{add,dec}lev().
...
Sponsored by: EMC / Isilon Storage Division
2013-04-22 01:26:13 +00:00
Ed Schouten
d0e5fa31a4
Add missing static keyword, to make the code build with WARNS=6.
2013-04-21 22:47:24 +00:00
Ed Schouten
4f929487f3
Unbreak the build of newfs_nandfs.
...
Mark global variables static. While there, make some small style(9)
cleanups and remove a variable that is unused.
2013-04-21 22:36:14 +00:00
Oleg Bulyzhin
1571132f14
Plug static llentry leak (ipv4 & ipv6 were affected).
...
PR: kern/172985
MFC after: 1 month
2013-04-21 21:28:38 +00:00
Mikolaj Golub
f7854e9247
Remove code duplication.
2013-04-21 20:51:53 +00:00
Joel Dahl
1ca3beb91f
Document a few expansions for the $PS1 and $PS2 environmental variables.
...
PR: 173410
Submitted by: Derek Wood <ddwood@outlook.com>
Reviewed by: jilles
2013-04-21 19:55:38 +00:00
Jilles Tjoelker
2cd19a510a
dup(2): Remove incorrect sentence about getdtablesize().
...
There are no getdtablesize() bounds on the file descriptor to be duplicated;
it only has to be open. If the RLIMIT_NOFILE rlimit was decreased after
opening the file descriptor, it may be greater than or equal to
getdtablesize() but still valid.
MFC after: 1 week
2013-04-21 19:42:04 +00:00
Warner Losh
6eeab38939
Fix typos in my last commit.
...
Submitted by: Niclas Zeising and Benjamin Kaduk
2013-04-21 17:23:27 +00:00
Gregory Neil Shapiro
c54a8568fb
Note merge to head for sendmail 8.14.7.
2013-04-21 17:13:58 +00:00
Gregory Neil Shapiro
67cdc89155
Minor changes to force commit these files so new freebsd*.cf files are
...
built to use the new sendmail-8.14.6/cf tree.
MFC after: 4 days
2013-04-21 17:11:45 +00:00
Mikolaj Golub
b03e2d7729
Embed revision id in the library.
...
MFC after: 29 days
2013-04-21 17:10:10 +00:00
Gregory Neil Shapiro
b0b88fe82d
Update for sendmail 8.14.7
...
MFC after: 4 days
2013-04-21 17:09:51 +00:00
Gregory Neil Shapiro
552d4955b8
Merge sendmail 8.14.7 to HEAD
...
MFC after: 4 days
2013-04-21 17:08:44 +00:00
Gregory Neil Shapiro
e388eedd7a
Import sendmail 8.14.7
2013-04-21 16:35:04 +00:00
Hans Petter Selasky
d4bb04f686
Fix manual page.
...
PR: usb/177896
Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
2013-04-21 16:09:35 +00:00
Hans Petter Selasky
d81b160aa5
Add OHCI controller ID.
...
MFC after: 2 weeks
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
2013-04-21 16:02:50 +00:00
Konstantin Belousov
826549e53d
Merge the 386 and amd64 versions of the fenv.h, to make cc -m32
...
compilations which use fenv.h work.
Reviewed by: tjil
Sponsored by: The FreeBSD Foundation
2013-04-21 13:31:55 +00:00
Tijl Coosemans
c67f5b54d9
Remove redundant definitions of _ALIGN and _ALIGNBYTES.
2013-04-21 11:12:44 +00:00
Joel Dahl
15f764dd19
Add example.
...
PR: 177025
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Reviewed by: theraven
2013-04-21 10:30:19 +00:00
Joel Dahl
309bbfe8d2
Move EXAMPLES descriptions to before the actual command.
...
PR: 177870
Submitted by: Bjorn Heidotting <b.heidotting@yahoo.com>
2013-04-21 10:08:33 +00:00
Andrey V. Elsukov
584a9cf8bf
Since we didn't break the loop, we should set i to -1 to start from the
...
beginning.
Submitted by: Steven Hartland
MFC after: 1 week
2013-04-21 09:10:35 +00:00
Rui Paulo
4885497dc1
Fix an off by one calculation in wiipic_dispatch().
2013-04-21 08:35:38 +00:00
Joel Dahl
cd088fc43a
Remove cross-references to nonexistent CPU_SET(3) manpage.
...
Also fix cpu_getaffinity(2) document title.
PR: 176317
Submitted by: brucec
2013-04-21 06:46:41 +00:00
Adrian Chadd
3527f6a9b1
When doing BAW tracking, don't dereference a NULL pointer if the BAW
...
slot is actually NULL.
2013-04-21 00:41:15 +00:00
Warner Losh
da0e842acc
Add more details about updating across the clang divide.
...
Add hints about having a root shell around on live updates.
Couple of additional nits.
2013-04-20 23:33:51 +00:00
Adrian Chadd
dff5bdf48c
There's some races (likely in the BAR handling, sigh) which is causing
...
the pause/resume code to not be called completely symmetrically.
I'll chase down the root cause of that soon; this at least works around
the bug and tells me when it happens.
2013-04-20 22:46:31 +00:00
Joel Dahl
0f314b5d9a
Add missing Pp. Also remove some minor whitespace.
...
PR: 177995
Submitted by: olgeni
2013-04-20 22:26:33 +00:00
Joel Dahl
20ed2b4343
mdoc: end function context properly.
2013-04-20 22:16:49 +00:00
Mikolaj Golub
e344fb0222
Wrong cast.
...
MFC after: 1 month
2013-04-20 15:37:33 +00:00
Ed Schouten
108b6de211
Enable libcompiler-rt on MIPS.
...
Originally we disabled libcompiler-rt on MIPS and SPARC64, because of an
issue where __clzdi2 and __ctzdi2 would cause endless recursion. This
bug has been fixed in r230021 already, but for some reason we only
switched to libcompiler-rt on SPARC64 -- not MIPS.
This means we can finally use <stdatomic.h> on all our architectures.
2013-04-20 14:44:28 +00:00
Kenneth D. Merry
e1ee2f21d9
Fix compilation.
...
Pointy hat to: ken
2013-04-20 14:33:55 +00:00
Ulrich Spörlein
11ed25f278
bin/df: Fix unitialized use in prtstat
...
While here:
- use NULL in the context of pointers
- use memset instead of bzero throughout the file
- free memory to appease clang static analyzer
Found by: Coverity Scan (the UNINIT one)
2013-04-20 12:41:05 +00:00
Edward Tomasz Napierala
5c6aba2c44
Make DELAY(9) reference pause(9).
2013-04-20 12:36:53 +00:00
Edwin Groothuis
b1fd06c7f7
Merge of vendor of 249690, tzdata2013c
...
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia/Hebron, Palestine updated for 2013.
- Paraguay stays with DST for the whole year.
2013-04-20 11:42:10 +00:00
Edwin Groothuis
243ddc1a3f
Vendor import of tzdata2013c
...
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia/Hebron, Palestine updated for 2013.
- Paraguay stays with DST for the whole year.
Obtained from: ftp://ftp.iana.org/tz/releases/
2013-04-20 11:30:14 +00:00
Mikolaj Golub
6dd520d609
Bump date.
2013-04-20 08:25:14 +00:00
Mikolaj Golub
7fe6d16ef9
Sync gcore(1) with the recent changes in kernel code aimed at adding
...
procstat notes to a process core file.
Suggested by: jhb
MFC after: 1 month
2013-04-20 08:23:19 +00:00
Mikolaj Golub
948baa409b
Make use of newly added libprocstat(3) ability to extract procstat
...
info from a process core file.
So now one can run procstat(1) on a process core e.g. to get a list of
files opened by a process when it crashed:
root@lisa:/ # procstat -f /root/vi.core
PID COMM FD T V FLAGS REF OFFSET PRO NAME
658 vi text v r r-------- - - - /usr/bin/vi
658 vi ctty v c rw------- - - - /dev/pts/0
658 vi cwd v d r-------- - - - /root
658 vi root v d r-------- - - - /
658 vi 0 v c rw------- 11 3208 - /dev/pts/0
658 vi 1 v c rw------- 11 3208 - /dev/pts/0
658 vi 2 v c rw------- 11 3208 - /dev/pts/0
658 vi 3 v r r----n-l- 1 0 - /tmp/vi.0AYKz3Lps7
658 vi 4 v r rw------- 1 0 - /var/tmp/vi.recover/vi.GaGYsz
658 vi 5 v r rw------- 1 0 - -
PR: kern/173723
Suggested by: jhb
MFC after: 1 month
2013-04-20 08:22:09 +00:00
Mikolaj Golub
d86fa0c72c
Use procstat_getkstack(3) for retrieving process kernel stacks
...
instead of direct sysctl calls.
MFC after: 1 month
2013-04-20 08:19:06 +00:00
Mikolaj Golub
89358231fa
Add procstat_getkstack function to dump kernel stacks of a process.
...
MFC after: 1 month
2013-04-20 08:17:20 +00:00
Mikolaj Golub
61e1b7c67b
Use libprocstat(3) to retrieve ELF auxiliary vector.
...
MFC after: 1 month
2013-04-20 08:15:43 +00:00
Mikolaj Golub
b18ddb2af1
This should have been committed in r249666.
...
MFC after: 1 month
2013-04-20 08:13:35 +00:00
Mikolaj Golub
2ff020d3c3
Add procstat_getauxv function to retrieve a process auxiliary vector.
...
MFC after: 1 month
2013-04-20 08:10:47 +00:00
Mikolaj Golub
729e63c34b
Use libprocstat(3) to retrieve process command line arguments and
...
environment variables.
MFC after: 1 month
2013-04-20 08:08:29 +00:00
Mikolaj Golub
4482b5e320
Extend libprocstat with functions to retrieve process command line
...
arguments and environment variables.
Suggested by: stas
Reviewed by: jhb and stas (initial version)
MFC after: 1 month
2013-04-20 08:07:04 +00:00
Mikolaj Golub
66e2f9998b
Use libprocstat(3) when retrieving binary information for a process.
...
MFC after: 1 month
2013-04-20 08:05:04 +00:00
Mikolaj Golub
eec6cb1cf2
Add procstat_getosrel function to retrieve a process osrel info.
...
MFC after: 1 month
2013-04-20 08:03:56 +00:00
Mikolaj Golub
4cdf979641
Add procstat_getpathname function to retrieve a process executable.
...
MFC after: 1 month
2013-04-20 08:02:43 +00:00
Mikolaj Golub
21b4f75a2c
Use procstat_getrlimit(3) for retrieving rlimit information instead of
...
direct sysctl calls.
MFC after: 1 month
2013-04-20 08:01:00 +00:00
Mikolaj Golub
7cc0ebfd10
Add procstat_getrlimit function to retrieve a process resource limits info.
...
MFC after: 1 month
2013-04-20 07:59:44 +00:00