Commit Graph

13199 Commits

Author SHA1 Message Date
wiz
65b128a600 Use Xr for strtok_r reference. Remove trailing whitespace. 2009-04-28 07:51:59 +00:00
reed
f3f3915d98 Add some mdoc macros and spell out an abbreviation.
(I shared some of my fixes upstream a few days ago.)
2009-04-28 03:11:45 +00:00
dyoung
46db29bcf1 Bring getifaddrs(3) behavior in line with the documentation: the
ifa_data member of every AF_LINK struct ifaddrs points at the
corresponding struct if_data.  In ifconfig(8), do not try to suppress
duplicate AF_LINK ifaddrs by checking for a NULL ifa_data.

Don't copy out two AF_LINK struct ifaddrs for each active link-layer
address. getifaddrs(3) used to copy out one ifaddrs for the kernel's
RTM_IFINFO message, and one more for the kernel's RTM_NEWADDR message.
I suppress the first duplicate with a highly conservative change that
wastes a little bit of ifaddrs storage.  The storage is not leaked.
2009-04-27 20:10:49 +00:00
pooka
28e32e3408 Provide a stateful mode for readdir/read/write. Using them gives
a measurable boost to some fs-utils commands.
2009-04-26 22:23:01 +00:00
christos
3c2585b945 correct cast to size_t. 2009-04-23 22:09:23 +00:00
agc
9c3b1325df Cast the arg to an unsigned value to let this compile 2009-04-23 03:49:39 +00:00
lukem
b129d71a05 Fix -Wcast-qual issue 2009-04-23 01:39:47 +00:00
njoly
41f89f9e08 Include string.h for memset prototype. 2009-04-22 21:52:59 +00:00
christos
0f03f83ae4 Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)
2009-04-22 18:44:06 +00:00
wiz
48f171ac9f Mark up NULL. New sentence, new line. Bump date for previous. 2009-04-22 07:26:52 +00:00
dyoung
c378e7997c For non-AF_LINK ifaddrs, ifa_data is NULL. AFAICT, this has always been
so.  Say so in the documentation.
2009-04-21 23:27:09 +00:00
joerg
c4cbdd8e8a Convert to mdoc markup. 2009-04-21 14:46:02 +00:00
christos
2cca8c559f Bring back binary compatibility with the previous version of the resolver.
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put the _rnd field last, so that
we are bitwise compatible too. Now of course we've run out of space, so
next time will need to perform more evil tricks to fit.
2009-04-20 14:42:12 +00:00
wiz
51004b901f Remove duplicate 'the' found by Jukka Salmi. 2009-04-20 08:37:22 +00:00
christos
0852251407 PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodate
C++ compilation
2009-04-19 22:25:29 +00:00
mrg
fc2793ab5b add some code to cope with dev.db's that have 32 bit time_t's in them.
shouldn't be relevant very much as dev.db should be re-created at boot,
but it helped me at least twice so far...
2009-04-19 10:19:26 +00:00
tsutsui
0d20c5ab69 Resurrect accidentally removed libiscsi, which is not provided by ISC. 2009-04-18 16:31:30 +00:00
christos
bda2b43696 remove old bind. 2009-04-18 13:02:27 +00:00
christos
b203bfe74f PR/41230: -current: sh(1) endlessly looping in interactive
Fix proposed from Matthew Mondor
2009-04-16 19:39:37 +00:00
wiz
8b5179c21c Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).

Wording from drochner@ and ad@

Bump date for man pages.

Add note in libpthread/README so it's not forgotten to update the man
pages when the problem is fixed.
2009-04-16 18:37:29 +00:00
christos
1408cbc26a we are not guaranteed that the ext pointer is going to be null at this point
so don't attempt to free.
2009-04-16 14:56:51 +00:00
christos
185e0d409f External stuff does not belong here. It is handled by external/lib when
descending to external from the top level. At least this is the theory
as I understand it.
2009-04-14 17:49:45 +00:00
christos
50ce2a6bdf fix lint issues and actual bugs lint found (missing break statements) 2009-04-12 19:43:37 +00:00
christos
62b7074a71 unhook bind libraries 2009-04-12 17:09:46 +00:00
christos
59a755a40f merge libbind and bump. 2009-04-12 17:07:16 +00:00
christos
c6497e5b5f libc portion of libbind from external/bsd/libbind 2009-04-12 16:35:44 +00:00
lukem
83f6c8b3a4 fix -Wcast-qual issue 2009-04-12 14:20:19 +00:00
wiz
55a1b57943 Drop trailing whitespace. 2009-04-11 22:17:52 +00:00
christos
497a527565 make this work properly, by moving to the end of the buffer before starting
the search.
remove clauses 3 + 4.
2009-04-11 21:42:16 +00:00
joerg
dab0ac3098 Don't use .Xo/.Xc to work around ancient macro argument limit in groff. 2009-04-11 20:53:15 +00:00
joerg
22ce33e2aa Don't use .Xo/.Xc to avoid ancient macro argument limit. 2009-04-11 20:48:26 +00:00
joerg
59ba3c43a4 -width needs an argument, so provide one. 2009-04-11 20:39:15 +00:00
joerg
9a790c1d7e Add missing .Re. 2009-04-11 20:14:35 +00:00
joerg
33c9c1889e Use semantic markup. 2009-04-11 17:26:32 +00:00
joerg
8feb8b89b7 Remove redundant .Pp. 2009-04-11 17:10:57 +00:00
wiz
0f4e9153b3 Use Aq instead of \*[Lt]...\*[Gt]. 2009-04-11 16:59:05 +00:00
wiz
73bfbb6953 Improve markup. 2009-04-11 16:58:21 +00:00
wiz
25b7d5a452 New sentence, new line.
This page could use more markup.
2009-04-11 16:55:04 +00:00
wiz
7d9f3abb75 Avoid duplicate .Pp. 2009-04-11 16:51:39 +00:00
wiz
c32974546d Remove trailing whitespace. 2009-04-11 16:51:28 +00:00
wiz
332088ae2e New sentence, new line. 2009-04-11 16:48:53 +00:00
joerg
6a85fc7cdf Use .Bl -ohang instead of physical markup. 2009-04-11 16:44:01 +00:00
joerg
868fe66e65 Add missing quotes. 2009-04-11 16:29:09 +00:00
joerg
71c479831e Fix markup. 2009-04-11 16:13:49 +00:00
joerg
3d2415a28f Fix markup. 2009-04-11 16:03:29 +00:00
joerg
aa21536cc0 Remove .IP, it doesn't change output. 2009-04-11 15:55:28 +00:00
joerg
d749557c31 Fix markup. 2009-04-11 15:51:44 +00:00
joerg
0cc93fa086 Use semantic markup. 2009-04-11 15:44:42 +00:00
joerg
e112b60607 Fix markup. 2009-04-11 15:37:12 +00:00
joerg
326820b20c Fix missing quote. 2009-04-11 15:36:22 +00:00