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