Commit Graph

15207 Commits

Author SHA1 Message Date
mrg f5aeae98ef add libgomp to this list of libs; so compat finds it properly. 2011-09-23 07:12:10 +00:00
christos 4e692bff8b document what size is. 2011-09-22 18:21:58 +00:00
njoly a7999336ff In functions list, switch from tab characters to Ta macro. Makes
nroff properly handle xrefs.
2011-09-22 18:14:09 +00:00
joerg 39079c5f77 Explicitly add back __resumecontext wrapper 2011-09-20 08:42:29 +00:00
joerg 0a2b758384 Mark _resumecontext as dead. ANSIfy all declarations for it. 2011-09-19 21:24:57 +00:00
christos 0786f153d9 bump for hcreate_r and friends 2011-09-18 23:57:06 +00:00
njoly f18fdd46cc Fix a few xrefs. 2011-09-18 10:58:28 +00:00
jruoho 11f8ac704b Remove BUGS as per joerg@'s objection. 2011-09-18 05:33:13 +00:00
christos fb9e5ffdea remove the advertising clause so it can be used by the OpenJDK. 2011-09-17 16:54:39 +00:00
wiz 51f391f530 Convert to mdoc. 2011-09-17 13:28:51 +00:00
jruoho 20aafc300b Remove rest of the NOTES and ERRORS and references to pow(3) family. 2011-09-17 10:52:52 +00:00
jruoho a6e1d3b208 Split out pow(3) from exp(3). 2011-09-17 10:51:52 +00:00
christos 369862dcef Never invoke utmp_update() recursively if we are root. Instead close the
read-only file so it can be opened later. It can happen when a setuid
program utmp_update, seteuid(ruid) -> getutxent() -> seteuid(0) -> pututxent()
2011-09-17 01:52:29 +00:00
christos cc9ecc5e39 PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} should
work with non-NUL terminated strings.
2011-09-16 18:51:44 +00:00
plunky 2b8aaed8cd NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
joerg 67f518f496 Use __dead 2011-09-16 16:05:58 +00:00
plunky 60e46d9178 when printing URLs, don't use VIS_HTTPSTYLE as it doesn't
really do what I expected.
2011-09-15 17:51:57 +00:00
wiz 72e0f90c3f Remove trailing whitespace. Bump date for previous. 2011-09-15 12:01:18 +00:00
blymn d3c541783a - Make mvderwin work as per the SUSv2 specification and other curses
implementations.
2011-09-15 11:58:05 +00:00
wiz 19ea2ccd09 Various fixes, mostly missing words or letters. 2011-09-15 09:14:54 +00:00
christos 05845f985a add re-entrant versions of the hash functions based on the GNU api. 2011-09-14 23:33:51 +00:00
christos e375a9464f more sys/param.h additions 2011-09-14 12:37:55 +00:00
apb f29014459b There's no st_block field; it's st_blocks. 2011-09-14 11:49:21 +00:00
njoly 85ae540813 Kill empty Dv macro. 2011-09-14 11:43:29 +00:00
christos 80867328b8 Include <sys/param.h> for MAXPATHLEN 2011-09-13 19:11:09 +00:00
christos 76389f09e9 fix non-portable shift. 2011-09-13 19:10:18 +00:00
wiz 810ed21852 Sort sections. 2011-09-13 08:53:15 +00:00
wiz 267db0c546 Fix Xr. 2011-09-13 08:53:10 +00:00
wiz 45c370fce8 Fix Dt. 2011-09-13 08:51:32 +00:00
njoly d7d196e168 Add missing El macro. 2011-09-13 07:28:30 +00:00
njoly fab32cf3a1 Remove xrefs to ieee(3) man page which does not exists anymore. 2011-09-13 07:11:43 +00:00
jruoho 6fd7775f29 Split out the logarithm functions from the perplex exp(3). Also remove some
useless notes in the latter (namely, no one cares that financial calculations
were done on Hewlett-Packard HP-71B, or that there is a LN1() in Pascal).
2011-09-13 05:26:47 +00:00
christos 8171e48bf4 doc for kvm_getkernelname 2011-09-12 21:11:53 +00:00
christos b8c5a24416 add a function to report the name of the file kvm_open{,.files} is using. 2011-09-12 21:11:31 +00:00
wiz 43675611fd Fix special chars and spacing in previous. 2011-09-12 17:08:22 +00:00
jruoho 82f75e1495 Improve and update. Also note again the lack of tanhl() in NetBSD. 2011-09-12 16:08:42 +00:00
jruoho bc80f14d3c Update and improve, and note that the long double variant is not supported. 2011-09-12 14:44:27 +00:00
jruoho b43f95128d Note memoryallocators(9) in this perhaps too generally named page. 2011-09-11 10:05:23 +00:00
jruoho b55748a5cc It is not just funopen(3) that is a BSDism. 2011-09-11 07:37:06 +00:00
jruoho 74204a5f00 .Xr for fsetpos(3), not .Fn. 2011-09-11 04:55:48 +00:00
tron aff2bc3b4f Avoid comparison between signed and unsigned integer expressions by
casting the offset to a unsigned type. This fixes the NetBSD/i386
and hopefully the NetBSD/amd64 build.
2011-09-10 10:06:10 +00:00
christos 92ad06d875 make this build on amd64 and remove redundant and unused code. 2011-09-09 22:51:44 +00:00
manu 5a6d3e75bd Serialize access to file size. We already have such a thing in the
kernel, where it fixes race for PUFFS filesystems, but we need it again
in perfused since FUSE filesystems are allowed to reorder requests.

The huge issue is in the asyncrhonous SETATTR sent by fsync. It is
followed by a syncrhnous FSYNC, so if the filesystem does not reorder
requests, once the FSYNC returns, we are confident the SETATTR is done.
But since FUSE can reorder, we need to implement sync in perfused.
2011-09-09 15:45:28 +00:00
manu f19a344abc Make sure perfused remains locked in memory, otherwise we can get
deadlocks in low memory situations, where ioflush waits for perfused
to fsync vnodes, and perfused waits for memory to be freed.
2011-09-09 15:35:22 +00:00
jmcneill 5fc89c79bc Add support for AFMT_AC3 2011-09-06 01:19:34 +00:00
wiz 90a7060101 Fix typo. 2011-09-05 18:25:57 +00:00
christos 040ffb7f4c forgot to change one usage call. 2011-09-04 13:25:22 +00:00
jmcneill a02f89094f getlabelusesmbr: initialize 'oldlenp' parameter to sysctlbyname 2011-09-04 12:34:49 +00:00
christos a61b0b2ed7 bring in the 2011i changes. 2011-09-04 10:10:26 +00:00
christos 352dad7e2a - use the correct buffer size
- remove obsolete comment
2011-09-02 10:13:44 +00:00