| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=30307
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=29599
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and the new strptime(3) call. Having added something, does this
require a version bump? Haven't we bumped once already?
There are a *LOT* of additional 3.0 changes to be merged but I'm not
entirely comfortable with some of them so I'll take the conservative
(read: cowardly :) way out and just merge this much.
Notes:
svn path=/stable/2.2/; revision=29387
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=28165
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=28076
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=26870
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: john Birrell (a long time ago)
probably a bit more to do as well
Part of the pthreads upgrade (from not really working to mostly working) :)
Notes:
svn path=/stable/2.2/; revision=26866
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=26382
|
| |
|
|
|
|
|
|
|
|
| |
This is RELENG_2_2, if the headers don't show that.
PR: 3612
Submitted by: Josh Gilliam <soil@quick.net>
Notes:
svn path=/stable/2.2/; revision=25946
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=24505
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit all of the -current changes that apply to 2.2. These fall into
several categories:
- Cosmetic/mdoc changes. They don't really afect the output
at all, but having them in 2.2 will make it easier to diff the man
pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
be reflected in 2.2.
- Add some missing MLINKS.
Requested by: bde
Notes:
svn path=/stable/2.2/; revision=23174
|
| |
|
|
|
|
|
| |
external declarations all over the place.
Notes:
svn path=/stable/2.2/; revision=22429
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=22313
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=22214
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=21017
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20805
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20294
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20006
|
| |
|
|
|
|
|
|
| |
file (and not a directory or a device which might also be readable).
Closes PR#1740.
Notes:
svn path=/head/; revision=18834
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).
I've created a new header (pthread_np.h) for the non-POSIX stuff.
The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.
also:
Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.
also:
I should have sent this diff with the pthread(3) man page.
It allows people to type
make -DWANT_LIBC_R world
to get libc_r built with the rest of the world. I put this in the
pthread(3) man page. The default is still not to build libc_r.
also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
Notes:
svn path=/head/; revision=17706
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17224
|
| |
|
|
|
|
|
|
|
| |
part that does zic(8)/zdump(8) is still yet to be imported (but the old
zic and zdump will work just fine with these header files and the
data format has not changed).
Notes:
svn path=/head/; revision=17209
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15927
|
| |
|
|
|
|
|
| |
Closes PR#doc/536
Notes:
svn path=/head/; revision=15923
|
| |
|
|
|
|
|
| |
needs some other cleanup, but it is good enough for now.
Notes:
svn path=/head/; revision=15522
|
| |
|
|
|
|
|
|
|
| |
This commit covers the man pages for most of the ANSI library functions.
A few others such as strtol.3 have to mention <sys/types.h> because they
mix ANSI interfaces with less well designed extensions.
Notes:
svn path=/head/; revision=15313
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15082
|
| |
|
|
|
|
|
|
| |
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
Notes:
svn path=/head/; revision=14855
|
| |
|
|
|
|
|
| |
Submitted by: brien@cs.ucdavis.edu (David E. O'Brien)
Notes:
svn path=/head/; revision=14292
|
| |
|
|
|
|
|
|
|
| |
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes:
svn path=/head/; revision=14038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13849
|
| |
|
|
|
|
|
|
|
| |
Submitted by: John Birrel(L?)
changes for threadsafe operations
Notes:
svn path=/head/; revision=13545
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=13123
|
| |
|
|
| |
Notes:
svn path=/head/; revision=11735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9989
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9964
|
| |
|
|
|
|
|
|
|
| |
changeover, so we have to extend the format of timezone files (in a backward-
compatible way, of course). This probably means that libc needs a minor
version number bump before 2.2 is released (or maybe not).
Notes:
svn path=/head/; revision=9936
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
by me). This probably loses for multibyte characters, but I have no
way of telling. I'll let ache decide whether to add this support to
startup_setlocale. Note that for this to make any sense at all, the
symlinks in /usr/share/locale must go. (For the moment, this doesn't
make any difference since there are no locales supplied.)
Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
Notes:
svn path=/head/; revision=9912
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
|
|
|
|
|
|
|
|
| |
from the code in strftime.c . This affects both the library code
and all the commands using it (e.g. date +%s).
Note that %s is not required by ANSI, but we've already got it in 1.1.5.1.
Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
Notes:
svn path=/head/; revision=6815
|
| |
|
|
|
|
|
|
| |
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
Notes:
svn path=/head/; revision=2741
|
| |
|
|
|
|
|
| |
so we can compile zic.
Notes:
svn path=/head/; revision=2713
|
| |
|
|
|
|
|
| |
(Check in original localtime.c.)
Notes:
svn path=/vendor/tzcode/dist/; revision=2710
|
|
|
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
Notes:
svn path=/vendor/tzcode/dist/; revision=2708
|