Rafal Jaworowski
4d25037efd
Let libstand(3) build on ARM.
...
This is a pre-requisite for loader(8) + U-Boot support library on this arch.
2008-10-14 09:53:47 +00:00
Joseph Koshy
789140c0e7
- Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order to
...
reduce ABI disruptions when new cpu types and new PMC events are added
in the future.
- Support alternate spellings for PMC events. Derive the canonical
spelling of an event name from its enumeration name in 'enum pmc_event'.
- Provide a way for users to disambiguate between identically named events
supported by multiple classes of PMCs in a CPU.
- Change libpmc's machine-dependent event specifier parsing code to
better support CPUs containing two or more classes of PMC resources.
2008-10-09 14:55:45 +00:00
Joseph Koshy
8fb796642a
Correct a typo.
2008-10-06 10:34:44 +00:00
Joseph Koshy
243e1539f3
- Add cross-references.
...
- Tweak -mdoc use.
2008-10-04 12:54:25 +00:00
Joseph Koshy
2eca5e0f76
Add cross-references.
2008-10-04 12:53:08 +00:00
Joseph Koshy
8c3af4f2c2
Cross-reference new manual pages.
2008-10-04 12:44:05 +00:00
Joseph Koshy
72cf78b859
- Cross-reference new manual pages.
...
- Spell new PMC class names correctly.
2008-10-04 12:35:02 +00:00
Joseph Koshy
7042d3b9da
Add manual pages for performance measurement counters present in
...
Intel Atom(tm), Core(tm) and Core2(tm) CPUs.
2008-10-04 12:27:49 +00:00
Ed Schouten
8d333b3c85
Small cleanups to openpty().
...
- Pass O_NOCTTY to posix_openpt(2). This makes the implementation work
consistently on implementations that make the PTY the controlling TTY
by default.
- Call unlockpt() before opening the slave device. POSIX mentions that
de slave device should only be opened after grantpt() and unlockpt()
have been called.
- Replace some redundant code by a label.
In theory we could remove a lot of code from openpty() on FreeBSD
-CURRENT, because grantpt(), unlockpt() and revoke() are not needed in
our implementation. We'd better keep them there. This makes the code
still work with older FreeBSD releases and even makes it work on other
non-BSD operating systems.
I've compiled openpty() on Linux. You only need to remove the revoke()
call, because revoke() on Linux always returns -1. Apart from that, it
seems to work like it should.
Reviewed by: jhb
2008-10-03 09:42:50 +00:00
Joseph Koshy
a8a55dd98f
- Document event numbers associated with event names.
...
- Document an event that was missed out earlier.
- Sort event names alphabetically.
2008-10-02 08:53:06 +00:00
Joseph Koshy
f0fbd1c4a6
- Document event numbers.
...
- Sort event names.
2008-10-02 06:37:33 +00:00
Joseph Koshy
0206ebd3c8
-mdoc tweaks.
2008-10-02 06:21:07 +00:00
Joseph Koshy
8c171bf58c
- Document event numbers.
...
- Correct misspellings of two event names.
2008-10-02 06:15:40 +00:00
Joseph Koshy
624760c7f6
Document event numbers alongside event names.
...
Requested by: Arun Sharma <arun at sharma-home dot net>
2008-10-02 04:46:00 +00:00
Konstantin Belousov
e45b2259ec
Add unistd.h to the getosreldate(3) manpage.
...
Update referenced example to include unistd.h per manpage.
Update example to be more style(9)-ish, silence warnings and add
FreeBSD id to the source file.
2008-09-30 11:25:55 +00:00
Tim Kientzle
b2d4ddad82
Verify high-res birthtime support on FreeBSD.
...
MFC after: 30 days
2008-09-30 04:13:21 +00:00
Tim Kientzle
f70105fb18
MfP4: restore birth time data to disk + more thorough tests for
...
time restore to disk.
MFC after: 30 days
2008-09-30 04:02:36 +00:00
Tim Kientzle
155524db13
MfP4: Store/read birthtime data in pax format.
...
Submitted by: Pedro Giffuni
MFC after: 30 days
2008-09-30 03:57:07 +00:00
Tim Kientzle
8b18fa965d
MfP4: Support for storing birthtime in archive_entry objects.
...
Submitted by: Pedro Giffuni
MFC after: 30 days
2008-09-30 03:53:03 +00:00
John Baldwin
338b0cb957
Support for CPU sets is going to appear in 7.1 before 8.0.
...
MFC after: 3 days
2008-09-29 15:44:48 +00:00
Nathan Whitehorn
a63c2f9df0
Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the
...
last commit. Now it really can use a runtime-set cacheline size.
2008-09-24 01:06:11 +00:00
Nathan Whitehorn
4c01c0b965
Allow the cacheline size on PowerPC to be set at runtime. This is essential for
...
supporting 64-bit CPUs, which often have 128-byte cache lines instead of the
standard 32.
2008-09-24 00:28:46 +00:00
Joseph Koshy
6455febbea
Document changes in behaviour due to sparse CPU numbering support.
2008-09-22 14:31:24 +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
Craig Rodrigues
d6bfc0b544
<osreldate.h> does not have a forward declration of getosreldate(), so
...
remove it from this man page.
MFC after: 3 days
2008-09-20 21:12:54 +00:00
Maksim Yevmenkin
48d48c633e
Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols
...
into FBSD_1.1 section where they should be.
Pointed out by: kib, deischen
MFC after: 3 days
2008-09-19 15:52:56 +00:00
Joseph Koshy
624f6965da
Keep symbols in sorted order.
2008-09-19 13:21:23 +00:00
Joseph Koshy
0f3866fa5f
Improve grammar.
2008-09-18 10:20:35 +00:00
Joseph Koshy
80f30b733b
Document new PMC classes, capabilities and CPU kinds.
...
Improve typography.
2008-09-18 10:16:54 +00:00
Tim Kientzle
c42f5c226a
MfP4: Generalize int64_t in the public headers to support compilers
...
which have a 64-bit integer type but don't provide standard C99 definitions.
2008-09-18 04:19:06 +00:00
Tim Kientzle
a370f3ca73
Trying to distinguish different "versions" of mtree files was a silly idea.
...
Submitted by: Joerg Sonnenberger
2008-09-18 04:13:36 +00:00
Joseph Koshy
48ddc62541
Whitespace fixes.
2008-09-17 04:13:14 +00:00
Joseph Koshy
0b9b757d45
Add event name aliases for Pentium PMCs.
2008-09-17 03:53:37 +00:00
Joseph Koshy
24f2c3f394
Replace PMC-dependent content with references to
...
the appropriate manual pages.
2008-09-16 16:58:24 +00:00
Joseph Koshy
d41debca93
Build and install PMC-dependent manual pages.
2008-09-16 16:57:14 +00:00
Joseph Koshy
7c8e922826
Fix a typo.
2008-09-16 16:53:25 +00:00
Joseph Koshy
2186848edd
Move PMC documentation to separate manual pages, one per PMC class.
2008-09-16 16:34:55 +00:00
Joseph Koshy
020247a4d2
Move TSC specific PMC information to its own manual page.
2008-09-16 16:29:41 +00:00
Joseph Koshy
6aa5a19391
Correct an event name alias: event "k7-dc-misses" does not support
...
a unitmask.
2008-09-16 14:13:03 +00:00
Maksim Yevmenkin
edc7005bc3
Add uuid_enc,dec_le,be() functions to Symbol.map
...
Pointy hat goes to me.
MFC after: 3 days
2008-09-15 23:54:55 +00:00
Doug Rabson
3d3ec67618
Fix async mode (required for ypbind in manycast mode).
2008-09-15 14:02:49 +00:00
Marcel Moolenaar
03fad2ad5f
Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},
...
where critical. Some places still use ps_pread/ps_pwrite directly,
but only need changed when byte-order comes into the picture.
Also, change th_p in td_event_msg_t from a pointer type to
psaddr_t, so that events also work when psaddr_t is widened.
2008-09-14 16:07:21 +00:00
Tim Kientzle
29a23c776a
Choose a flag-handling strategy based on platform capabilities
...
rather than on platform.
2008-09-14 05:51:25 +00:00
Tim Kientzle
1074aa240c
Portability: Don't use symbolic constants when the values are more
...
standard than the names are. Remove some trailing whitespace.
2008-09-12 05:33:00 +00:00
Tim Kientzle
a2854491c4
Portability: Not everyone is lucky enough to have ftruncate()
2008-09-12 04:08:11 +00:00
Tim Kientzle
220265229d
Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAX
...
Of course, FreeBSD has both.
2008-09-12 04:03:34 +00:00
Tim Kientzle
6d35d9a6e9
Windows compatibility: The stub replacement for compression_program
...
(which always returns an error when invoked) needs its prototype.
2008-09-12 03:53:54 +00:00
Jason Evans
bf5b19279d
Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding
...
page size and using sysconf(3).
Suggested by: marcel
2008-09-10 14:27:34 +00:00
Jason Evans
5b3842aefa
Move call to _malloc_thread_cleanup() so that if this is the last thread,
...
the call never happens. This is necessary because malloc may be used
during exit handler processing.
Submitted by: davidxu
2008-09-09 17:14:32 +00:00
Doug Rabson
4efa8f3e07
Initialise the SVCAUTH field for new transport structures when they are
...
allocated instead of waiting for the first request. This fixes an issue with
rpcbind's support for PMAPPROC_CALLIT.
Reviewed by: markm
2008-09-09 14:15:55 +00:00