pooka
c6181c7b2f
Re-add explanation of how to correctly use realloc.
2009-07-20 12:10:03 +00:00
christos
92baa9892f
OpenSSL moved to crypto/external
2009-07-19 23:35:02 +00:00
dsl
6dffe8d42b
Remove references to index.c and rindex.c (strchr.c and strrchr.c
...
now provide the definitions).
2009-07-18 09:44:30 +00:00
dsl
32b43c9199
Remove index() and rindex() from the list (in comment)
2009-07-18 09:41:23 +00:00
dsl
03c902aa70
Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate
...
duplicate symbols for index() and rindex().
libc and kernel build ok for affected archs (i386, amd64, vax, sun3,
evbmips-eb) all seem ok.
(vax might lose an asm index() - but comments imply it is worse than the C)
2009-07-17 19:37:54 +00:00
christos
cfb4e5f917
Simplify the code. No functional change.
2009-07-17 12:28:27 +00:00
christos
e2d0108bb8
- off by one in the term.h case.
...
- make code more similar to tcsh (if we want to handle wide chars, this is
needed; for now it is a no-op)
2009-07-17 12:27:57 +00:00
christos
59a88754a7
handle prompt_esc properly.
2009-07-17 12:26:26 +00:00
christos
537657ed45
Use the proper prompt printing function.
2009-07-17 12:25:52 +00:00
joerg
07c495396f
Fix markup.
2009-07-14 18:56:14 +00:00
roy
6c5916565e
Allow a buffer of SSIZE_MAX + 1 as the returned bytes do not include the NULL.
2009-07-14 18:29:41 +00:00
christos
cfef64a1a4
pass lint
2009-07-14 17:04:32 +00:00
wiz
9400935da7
Fix typo added in previous.
2009-07-13 22:31:59 +00:00
wiz
06601ed792
The character is NUL, the pointer is NULL.
...
Fix a typo.
It's \-1, not -1.
Add "and getline" in a few places.
Add comma in enumeration.
No dot needed in SEE ALSO.
End sentence with a dot.
2009-07-13 22:30:52 +00:00
roy
d4a3cf6a5a
Add implementations for getdelim(3) and getline(3).
2009-07-13 22:19:24 +00:00
wiz
27f99b53d5
Add RCS Id. Fill in name in license. New sentence, new line.
...
Add comma in enumeration.
2009-07-12 23:14:06 +00:00
wiz
1a280fda0f
Bump date for *chgat*.
2009-07-12 23:12:40 +00:00
jakllsch
23f0810103
Add more Keypad usages in the Keyboard/Keypad page
...
from USB HID Usage Tables document version 1.11.
Admitedly these are not going to be noticed when ukbd(4) is around.
While here, correct a typo (that's also in the HUT document),
and normalize to ASCII a non-UTF-8 encoding of "moire".
"This may prove useful to some of you someday,
perhaps in a somewhat bizarre set of circumstances."
- Tom Lehrer
2009-07-10 22:11:58 +00:00
joerg
a8766915af
Ensure that y,x are valid coordinates before using them.
2009-07-09 22:08:45 +00:00
christos
8e714f4b6e
add stdio.h since we are using FILE. From Grant Erickson
2009-07-09 19:02:04 +00:00
tls
e234ec7db5
Update to libevent-1.4.11-stable. This has been a long time coming and
...
fixes many bugs, particularly with signal handling.
The regression tests have also been updated and complete successfully
on amd64.
2009-07-08 21:23:52 +00:00
joerg
2a64051b50
Be strict on xcurses support:
...
- Do not perform wrapping at all by setting the line flags.
- Do not alter the cursor position, even for mv(w)chgat.
2009-07-07 13:10:02 +00:00
joerg
ba2ae25781
chgat() and friends are in X/Open. Noticed by Thomas Dickey.
2009-07-07 11:53:43 +00:00
joerg
eadfd2731f
Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow
...
ncurses and just make the historic vwprintw and vwscanw functions
aliases, ignoring that they should take a varargs.h va_list argument.
2009-07-07 10:16:52 +00:00
joerg
32e50f68cc
Use __printflike/__scanflike.
2009-07-07 09:58:08 +00:00
joerg
1e5025e496
Add support for the chgat(3) family. It is a useful extension from
...
ncurses, supporting it dramatically reduces the need for ncurses in
pkgsrc.
2009-07-06 15:19:49 +00:00
perry
eb247ff739
note that the return value of el_gets doesn't remain valid across
...
calls.
2009-07-05 21:55:24 +00:00
rumble
b222d9680b
"unblocks the mutex" -> "unlocks the mutex"
2009-07-02 19:43:06 +00:00
joerg
cdb510a7bb
Restore use of _lwp_makecontext, the AMD64 bug has been fixed.
2009-07-02 09:59:00 +00:00
joerg
9d87375b3e
Fix stack alignment for the thread stack. The AMD64 stack has 16 Bytes
...
alignment, but this is active before the return address is pushed onto
the stack. Fixes random crashes in va_start when the SSE registers are
saved.
2009-07-02 09:57:09 +00:00
joerg
c1faa994fd
Reduce diff to makecontext.
2009-07-01 16:54:41 +00:00
wiz
e94ec523a3
Bump date for previous.
2009-07-01 11:25:50 +00:00
mrg
c5cc9dbb54
document RLIMIT_AS. text from freebsd. fixes PR#41517.
2009-07-01 06:01:42 +00:00
wiz
04b11be56d
Mark up NULL with Dv. Remove trailing whitespace.
2009-06-29 08:38:07 +00:00
plunky
fc992f3309
add mention of SO_ACCEPTFILTERS, language largely from FreeBSD manpage
2009-06-29 06:22:13 +00:00
agc
9fc49d2576
iscsi sources have moved to src/external/bsd/iscsi
2009-06-25 23:37:50 +00:00
dyoung
6ba25067cf
Add .PATH: ${ISCSIDIST}/src/lib for conffile.c. Compiles, now,
...
but does not install.
2009-06-25 21:04:13 +00:00
dyoung
9d7ba4756e
Update the path to the iSCSI sources, which have moved to
...
external/bsd/iscsi/dist/ from dist/iscsi/.
2009-06-25 20:47:45 +00:00
agc
474f9d04b2
Switch over to building iscsi library, target and initiator from the
...
external framework.
2009-06-25 13:58:59 +00:00
joerg
35173b1fce
Partially revert 1.110: Use makecontext again until the problems with
...
_lwp_makecontext are solved.
2009-06-25 13:38:43 +00:00
zafer
282680c9b1
correct spelling error.
2009-06-24 22:31:58 +00:00
zafer
791f9db912
fix spelling error.
2009-06-24 22:19:14 +00:00
agc
444c5e7dcc
Also build uuid for all platforms, now that we're using our own uuid routines.
2009-06-23 05:15:07 +00:00
tron
3f3fc05a03
Fix typo. Patch supplied by Marc Balmer in private e-mail.
2009-06-22 08:31:13 +00:00
wiz
2518910327
Sort errors.
2009-06-21 18:04:46 +00:00
dholland
6eda430b6b
Fix pastos. From Jukka Salmi in PR 41605, with a very minor adjustment.
2009-06-21 17:52:42 +00:00
christos
87fe4621ba
add a link to pw_copyx; from anon ymous
2009-06-20 14:28:29 +00:00
tonnerre
c08078c2c3
Restore the good old UNIX behavior of root password changing: only root
...
may change the root password.
(Checked that everybody else's password can be changed without any problem,
and checked that root can still change the root password.)
2009-06-14 23:23:54 +00:00
roy
f388a1765a
SuSv2 mandates that tputs should return int instead of void.
2009-06-13 19:23:22 +00:00
christos
287bd18049
decrement the number of levels after the loop (Julien Torres)
2009-06-09 13:04:33 +00:00
yamt
dd8cbf5c36
don't bother to say that some advises are not implemented.
...
ignoring them is a valid implementation.
2009-06-09 11:21:33 +00:00
mrg
7e7627c1df
build libnetpgp and libssh earlier.
...
look for libssh in the right place.
2009-06-09 05:20:15 +00:00
christos
d9b57d2294
another missing \
2009-06-08 17:18:11 +00:00
christos
d6dbd2857d
remove duplicated line
2009-06-08 17:06:22 +00:00
christos
64ef372149
missing \
2009-06-08 17:00:40 +00:00
christos
d37a1d1b07
sort, add missing, fix section
2009-06-08 16:59:52 +00:00
christos
ecb120d5ca
new resolver functions.
2009-06-08 16:57:09 +00:00
christos
190ebc6a17
merge our changes
2009-06-08 16:55:30 +00:00
christos
e55354196b
from Julien Torres, flip the order we pop in the macro array.
2009-06-08 15:10:53 +00:00
christos
dfdd8db89f
remove libmagic
2009-06-07 23:16:21 +00:00
christos
d4fda9c2d5
Disconnect ssh
2009-06-07 22:43:02 +00:00
wiz
cc8abfac27
New sentence, new line.
2009-06-03 09:04:18 +00:00
wiz
cd10aae286
Bump date for previous.
2009-06-03 09:03:24 +00:00
christos
2a6e000238
add _lwp_makecontext for the vax.
2009-06-03 01:02:28 +00:00
pooka
2ff04dc7a0
document errnos 59 and 71. government denies knowledge.
2009-06-02 13:15:41 +00:00
yamt
cef9767a7a
don't describe internal details.
2009-06-01 22:04:54 +00:00
njoly
7e10d34f2a
Note that fcntl(2) returns EINVAL for invalid command.
2009-06-01 09:56:06 +00:00
yamt
99122f39e6
qsort: remove the "switch to insertion sort" optimization because it
...
causes catastrophic performance for certain inputs.
2009-06-01 06:37:40 +00:00
yamt
8a29be6be3
fix NULL dereferences in the compat versions of getpwent, getpwnam,
...
and getpwuid.
2009-06-01 06:04:37 +00:00
joerg
09d5d44150
Add SHA224 implementation to libc.
...
Make libcrypto use the SHA2 implementation of libc.
Bump minor versions of libc and libcrypto.
2009-05-26 08:04:11 +00:00
ginsbach
48dc241150
Crank date for previous.
2009-05-24 02:30:17 +00:00
ginsbach
98fa92ea04
Add %s to strptime(3) to make symmetric with strftime(3).
2009-05-24 02:25:43 +00:00
christos
7966578116
remove stray comma, from anon ymous.
2009-05-23 18:57:25 +00:00
pooka
25c0857635
Support mounting post-time_t rump file systems on a pre-time_t host.
2009-05-22 10:53:59 +00:00
pooka
d2895b1d1d
use compat syscalls if necessary
2009-05-22 08:59:53 +00:00
wiz
a6bd8d398d
New sentence, new line. Get rid of superfluous Pp.
2009-05-21 09:23:50 +00:00
wiz
f6b43a0c43
Markup improvements. No need to mark up numbers as defined values, math
...
did the definition for us ages ago. Make HTML-ready.
2009-05-21 09:13:35 +00:00
christos
fd67370208
mention that these functions return 0 and set errno to ERANGE on invalid base.
2009-05-20 22:01:34 +00:00
plunky
60180f5cfb
adjust markup language according to mdoc(7)
...
.Fa for function arguments (instead of Ar)
.Va for variable names (errno)
.Ft for structure type
2009-05-20 17:22:56 +00:00
christos
189ce7898b
always scroll when we advance past bottom. From Caleb Welton
...
cwelton at greenplum dot com
2009-05-19 21:45:14 +00:00
wiz
b746c978a5
Sort errors.
2009-05-18 14:51:55 +00:00
wiz
caea0adcf4
Sort SEE ALSO.
2009-05-18 14:49:35 +00:00
wiz
5d3d6cd4cc
Sort errors.
2009-05-18 13:56:05 +00:00
njoly
49931fb2d8
Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was
...
lost in previous cleanup.
ok by ad@.
2009-05-18 13:03:35 +00:00
wiz
ae1f36f738
Punctuation nit. Remove superfluous .Pp.
2009-05-18 12:40:21 +00:00
wiz
b18f60f11c
Fix typo in Dd argument. Remove superfluous .Pp.
2009-05-18 12:39:17 +00:00
wiz
6ece1e04b0
Fix typo in Dd argument.
2009-05-18 12:37:28 +00:00
wiz
85d294df1c
Sort SEE ALSO. New sentence, new line.
2009-05-18 09:30:31 +00:00
wiz
7f3775f247
Bump date for last effective change.
2009-05-18 09:28:51 +00:00
wiz
282b14962b
Bump date for last effective change (2008).
2009-05-18 09:02:35 +00:00
wiz
5dd21e58d5
Grammar fix.
2009-05-18 09:00:02 +00:00
ad
61cac435e4
- Convert from makecontext() -> _lwp_makecontext().
...
- Rely on _lwp_makecontext() to set up the thread identity register.
This is not currently done (a bug), nor does libpthread use the
threadreg yet. I'm doing this so it the code can be used by the
person working on TLS to verify that their threadreg code is working.
2009-05-17 14:49:00 +00:00
ad
a61915e94f
Remove unused code that's confusing when using cscope/opengrok.
2009-05-16 22:20:40 +00:00
yamt
edde2bdd71
kvm_getprocs actually works with KVM_NO_FILES.
2009-05-16 11:56:47 +00:00
pooka
1decab3813
Fix calls to rump syscalls now that the padding argument is no
...
longer advertised.
2009-05-15 15:54:03 +00:00
jakllsch
6a0e3cf139
Update MLINKS to match the flist.
2009-05-15 02:23:42 +00:00
plunky
8ebedbbb87
fix some signed vs unsigned comparison issues
2009-05-14 19:12:45 +00:00
ginsbach
c8da0e5fef
Add the getdate(3) function and getdate_err value, conforming to IEEE
...
Std 1003.1 (``POSIX.1'') and the Open Group Base Specifications X/Open
System Interfaces extension (``XSI'').
2009-05-14 02:37:35 +00:00
wiz
6a1c80cfff
Bump date for previous.
2009-05-13 23:02:52 +00:00
wiz
7d88f2f54f
Revert parts of v1.25 (jemalloc):
...
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.
2009-05-13 23:02:11 +00:00
wiz
4dfd7ed6ff
No Pp needed before El.
2009-05-13 22:42:31 +00:00
wiz
1e9633cfe4
Merge two descriptions for same error code.
2009-05-13 12:56:05 +00:00
wiz
504d66e756
Sort errors. Avoid marking up punctuation.
2009-05-13 12:51:13 +00:00
pgoyette
28469fc250
Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
...
Discussed on tech-kern.
2009-05-13 02:50:31 +00:00
plunky
39aa7ec964
remove libsdp as improved functionality has been enabled in libbluetooth.
2009-05-12 18:07:54 +00:00
wiz
7a8032c5e8
New sentence, new line. Sort sections.
2009-05-12 10:32:45 +00:00
plunky
dfbf818a22
Add in the new Service Discovery Protocol API as announced previously in
...
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html
in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth
(Don't remove libsdp yet since some programs still refer to it)
2009-05-12 10:05:06 +00:00
wiz
35cf287cb8
Punctuation nit.
2009-05-12 08:14:07 +00:00
christos
b627b61f7f
restore binary compatibility by providing new prompt functions that take
...
an extra literal character.
2009-05-11 18:33:30 +00:00
christos
c0990c9457
unhook libmagic
2009-05-08 17:47:22 +00:00
christos
df369aba80
Change Kmax so we allocate enough freelist entries to handle large field
...
numbers. Reported by Maksymilian Arciemowicz
2009-05-07 20:31:44 +00:00
pgoyette
5fae2745d1
Update type of argument 4 from u_quad_t to uint64_t to match the actual
...
implementation.
2009-05-05 13:12:25 +00:00
wiz
efabe55512
Sort sections.
2009-05-04 20:43:48 +00:00
wiz
83412be2c1
Sort SEE ALSO.
2009-05-04 19:15:36 +00:00
pooka
55a30cc8cc
make it possible to disable puffs caches
2009-05-03 20:26:42 +00:00
pooka
1e9fe794b0
rump_cred_destroy -> rump_cred_put
2009-05-03 17:10:20 +00:00
pooka
6e63908b9f
Since rump_module_load() doesn't actually load the module, change
...
the name to rump_module_init(). Also, adjust the signature to take
a direct pointer to modinfo and allow passing of props. Finally,
provide rump_module_fini().
2009-05-02 15:20:08 +00:00
wiz
3ae928cec9
Improve formatting and punctuation for "NUL-terminate".
2009-05-02 09:37:32 +00:00
wiz
1de194650d
Sort sections.
2009-05-02 09:31:08 +00:00
wiz
f6d35c037f
Remove duplicate entry.
2009-05-02 09:31:01 +00:00
pooka
45ef580f17
Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened
...
with the ffs kernel module and follows the trend of retiring ufs.
It also allows to get rid of a special case kludge in runtime module
loading, since ufs was not really a module. librumpfs_ufs is now
obsoleted and ffs consumers should be linked solely against
librumpfs_ffs.
2009-05-02 01:15:52 +00:00
wiz
15dfd8155b
Drop trailing whitespace.
2009-05-01 21:34:45 +00:00
ginsbach
8f7e60d3bc
Extend %z to support all RFC-2822 timezone formats.
2009-05-01 20:15:05 +00:00
perry
be11851995
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
...
These are defined in the latest POSIX
Also make related updates to documentation, mostly from FreeBSD,
though I cleaned a few other things up along the way.
Bump shlib_version.
We are still missing strcoll_l, strerror_l, strsignal, strxfrm_l to be
POSIX conformant.
2009-05-01 17:27:01 +00:00
perry
591534100f
ANSI function prototypes
2009-05-01 00:28:17 +00:00
perry
b34e9d9fea
de-__P
2009-05-01 00:20:08 +00:00
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
joerg
d3c6cf0458
.\" are comments, not ./"
2009-04-11 15:35:15 +00:00
joerg
746b955e9e
Fix markup.
2009-04-11 15:33:27 +00:00
joerg
592c0f8761
Remove reundant quote.
2009-04-11 15:32:03 +00:00
joerg
79c74bd3c8
Fix markup.
2009-04-11 15:30:49 +00:00
joerg
c4d2456ed9
Improve markup.
2009-04-11 15:29:50 +00:00
wiz
24e269dafa
Split Nm over two lines.
2009-04-10 23:24:35 +00:00
christos
5207347451
Add a special lint stub for __sigaction14 which broke when we switched
...
to sigaction_sigtramp.
2009-04-10 23:14:58 +00:00
christos
d4bf2b400d
take the opportunity of the glob_pattern_p and add memrchr.
2009-04-10 23:14:07 +00:00
christos
3cf907e2b2
add memrchr
2009-04-10 23:13:38 +00:00
ad
4caa909fff
softdep is gone
2009-04-10 22:26:10 +00:00
joerg
65a94a80fd
Fix markup
2009-04-09 00:06:44 +00:00
joerg
58ad7418e8
No .br after .Sh.
2009-04-09 00:04:34 +00:00
christos
46db7d011d
Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com
2009-04-08 21:31:31 +00:00
wiz
68bd1a898e
Link glob(3) to glob_pattern_p(3).
2009-04-08 19:28:48 +00:00
wiz
c2c2c34d00
Add glob_pattern_p to NAME section.
2009-04-08 19:27:39 +00:00
christos
1ef020be5f
add glob_pattern_p for glibc because cvs needs it and it is a huge mess
...
to compile in the gnu glob code.
2009-04-08 16:28:50 +00:00
pooka
9b83cef174
dump readdir offset
2009-04-06 20:47:17 +00:00
pooka
afc5bcc1fa
* dump op-specific return info before the generic one
...
* dump readdir response values
2009-04-06 14:45:11 +00:00
pooka
74e11245a1
MNT_SOFTDEP -> MNT_LOG in example. pointed out by mrg.
2009-04-06 12:03:50 +00:00
pooka
efd7bfa323
release root vnode at unmount
2009-04-06 03:27:39 +00:00
christos
3b75967235
make fileio.h work with objdir.
2009-04-06 00:48:19 +00:00
christos
b10afc8344
regen
2009-04-06 00:48:04 +00:00
christos
3b4cda0de7
PR/41138: Henning Petersen: Redundant declarations in rpc_internal.h
...
While here remove __P, KNF.
2009-04-04 15:31:08 +00:00
pooka
c69ace3c05
ARGSUSED makes lindt a happy camper
2009-04-02 09:30:41 +00:00