| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Notes:
svn path=/head/; revision=55753
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55752
|
| |
|
|
|
|
|
| |
Page still needs some work about english refinements and some actualization.
Notes:
svn path=/head/; revision=55743
|
| |
|
|
|
|
|
| |
confused! I fat-fingered the first commit.
Notes:
svn path=/head/; revision=54720
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54585
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-----------------------------
Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c
The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.
There are version bumps for the following libraries:
libdialog
libreadline
libc
libc_r
libedit
libftpio
libss
These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.
NOTE: libncurses already had an version bump and has not been
given one now.
NOTE: doscmd is a real casualty and has been disconnected for
the moment. Reconnection will eventually happen after
doscmd has been fixed. I'm aware that being the last one
to touch it, I'm automaticly promoted to being maintainer.
According to good taste this means that I will receive a
badge which either will be glued or mechanically stapled,
drilled or otherwise violently forced onto me :-)
NOTE: pcvt/vttest cannot be compiled with -traditional. The
change cause sys/types to be included along the way which
contains the const and volatile modifiers. I don't consider
this a solution, but more a workaround.
Notes:
svn path=/head/; revision=51794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49825
|
| |
|
|
|
|
|
|
|
| |
main's return type is int not void.
Reviewed by: obrien and chuckr
Notes:
svn path=/head/; revision=46077
|
| |
|
|
|
|
|
|
| |
".Fn dialog_ftree ...", since my synopsis checker doesn't support it
and no other too-long .Fn lines are split.
Notes:
svn path=/head/; revision=44483
|
| |
|
|
|
|
|
| |
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39888
|
| |
|
|
|
|
|
| |
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39816
|
| |
|
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39765
|
| |
|
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39764
|
| |
|
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39718
|
| |
|
|
|
|
|
| |
anymore and maybe we should nuke the meaning if MINOR altogether. :)
Notes:
svn path=/head/; revision=39698
|
| |
|
|
|
|
|
|
|
|
| |
shamefully dropped on the floor. I need to add it now since it does a
minor number bump, but otherwise the current functionality of libdialog
is unchanged (in all its evil glory) and the change is non-intrusive.
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=39677
|
| |
|
|
|
|
|
|
|
|
| |
than the size of the directory name. Fix style bug which increased
the number of lines > 80 characters by one.
Pointed out by: bde
Notes:
svn path=/head/; revision=39052
|
| |
|
|
|
|
|
| |
either came from OpenBSD, or was inspired by work done there.
Notes:
svn path=/head/; revision=39013
|
| |
|
|
|
|
|
| |
enough to hold a man-sized pointer.
Notes:
svn path=/head/; revision=38461
|
| |
|
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36692
|
| |
|
|
|
|
|
|
| |
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
Notes:
svn path=/head/; revision=30333
|
| |
|
|
|
|
|
|
| |
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
Notes:
svn path=/head/; revision=24871
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24389
|
| |
|
|
|
|
|
|
|
|
| |
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=23220
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
was not reset to old name causing any file choosen put error
diagnostic about wrong directory, fix it by resetting back
to old name after chdir failed.
Add \r as alias to \n, some telnets have problem with that.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
Notes:
svn path=/head/; revision=22879
|
| |
|
|
|
|
|
|
|
|
| |
it DTRT. In the process, discover the usual 10-15 evil bogons which
have been lurking in it for years. This closes, for one thing, the
recent report Mike Smith made about nested checklist menus returning
with the scrolling region messed up.
Notes:
svn path=/head/; revision=21790
|
| |
|
|
|
|
|
| |
I can offer this as a consistent feature.
Notes:
svn path=/head/; revision=21697
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
2.2 first.
Notes:
svn path=/head/; revision=20924
|
| |
|
|
|
|
|
| |
noticed.
Notes:
svn path=/head/; revision=20446
|
| |
|
|
|
|
|
|
|
| |
so many). For now, the only extended attribute implemented is NO ECHO,
useful for things like passwords. See TESTS/input2.c for an example.
This should go into 2.2.
Notes:
svn path=/head/; revision=20442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20359
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18682
|
| |
|
|
|
|
|
|
|
| |
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
Notes:
svn path=/head/; revision=18485
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18078
|
| |
|
|
|
|
|
| |
PollObj(), simplifying code which uses it.
Notes:
svn path=/head/; revision=17984
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17935
|
| |
|
|
|
|
|
| |
for a library. They're needed.
Notes:
svn path=/head/; revision=17575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17518
|
| |
|
|
|
|
|
|
| |
support.
2. Have message boxes say "Continue" instead of "Exit"
Notes:
svn path=/head/; revision=17098
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17092
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16973
|
| |
|
|
|
|
|
| |
more than once.
Notes:
svn path=/head/; revision=16888
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15418
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15410
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15406
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15382
|