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