jruoho
157d0c3eea
Add some STANDARDS lingo, mainly to note the functions that have been
...
removed from POSIX (2008).
2010-04-29 06:54:26 +00:00
jruoho
c329b28a22
Properly mark the standard that "deprecated" all of these.
2010-04-29 06:07:35 +00:00
jruoho
8cd9bb9479
Note the recent changes.
2010-04-29 05:42:04 +00:00
jruoho
092ff05778
Note that the ucontext(2) et. al. were first moved from X/OPEN extensions to
...
the base POSIX-2001 and later marked as obsolete in POSIX-2008.
2010-04-28 14:07:03 +00:00
jruoho
2da6d4a4d9
Only put the actual header for the .In line.
2010-04-28 07:47:09 +00:00
jruoho
494f19760f
Reference ffs32(3). Also note POSIX compliance and the movement of the
...
header from <string.h> to <strings.h>.
2010-04-28 07:44:04 +00:00
jruoho
fca63cde02
Note POSIX compliance.
2010-04-27 15:26:59 +00:00
jruoho
4efab6a05e
Use .In for includes and .Va when listing the structure members.
2010-04-27 15:16:28 +00:00
jruoho
5430c65883
.Pp after .Ed.
2010-04-27 14:26:52 +00:00
wiz
eba2c99734
Various fixes, mostly for typos.
2010-04-25 10:32:44 +00:00
joerg
b9cf7d31ab
Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
...
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.
2010-04-25 00:54:44 +00:00
dholland
df62afc03b
Edit previous HISTORY patch for style; note our 64-bit time_t change.
...
Bump date.
2010-04-24 01:35:50 +00:00
drochner
87941501db
use the local versions of ldexp/frexp/modf again rather than pulling
...
in libm source code. The libm functions depend on other libm functions,
this requires symbol renaming, and with the reachover method this
is going to be a mess. Also, bundling the dependencies into one .o
file has the potential to cause symbol conflicts on static linking.
2010-04-23 19:04:54 +00:00
jruoho
829390ffbf
gcc -> GCC, offset indent.
2010-04-22 13:41:40 +00:00
jruoho
69cf4af7f3
Use .In for includes.
2010-04-22 08:00:34 +00:00
apb
67ca6b24d2
The number of byte pairs to swap is len/2, not len/2+1.
2010-04-18 11:39:39 +00:00
apb
fa3abaaeb7
Bitwise operations on signed types are well-defined if the values
...
happen to be positive, and indeed the values here were guaranteed
to be positive, but some compilers complained anyway, so convert
the bitwise operations to arithmetic operations.
2010-04-18 10:51:33 +00:00
christos
d403570167
simplify
2010-04-18 04:54:33 +00:00
christos
665a4f86a1
fix lint
2010-04-17 21:42:43 +00:00
wiz
96a3ffaf7c
Remove trailing whitespace.
2010-04-17 20:29:20 +00:00
wiz
8cd16a22d0
Join URL.
2010-04-17 20:28:47 +00:00
christos
885d0edc52
Change and document for POSIX compliance.
2010-04-17 17:57:39 +00:00
christos
b2cf198a4c
add restrict
2010-04-17 17:50:13 +00:00
jruoho
6d890644fe
Use the common template for the USENIX paper. Add URL.
2010-04-17 10:08:21 +00:00
wiz
24e353786d
Join URL.
2010-04-14 13:07:19 +00:00
jruoho
16a83e93ba
Add the USENIX paper of Miller and de Raadt to SEE ALSO.
2010-04-14 11:07:20 +00:00
wiz
3877f39979
Sort ERRORS.
2010-04-14 09:10:30 +00:00
jruoho
99e0ab963b
Use a list and sort it by the entries in the structure.
2010-04-14 09:06:00 +00:00
jruoho
354bfa433d
Add offsets to the indentation in couple of places.
2010-04-14 08:57:21 +00:00
jruoho
8e36ebc45f
Bump date for previous. (How hard can it be to remember this.)
2010-04-14 08:49:49 +00:00
jruoho
85eede30d6
Use subtitles instead of a list.
2010-04-14 08:47:19 +00:00
njoly
378ab16605
Add missing double quote.
2010-04-14 07:20:27 +00:00
wiz
957fbddadb
Uncomment pdf link for paper.
2010-04-13 10:45:46 +00:00
jruoho
175f8fdaa8
Add the USENIX paper of Jonathan Lemon to SEE ALSO.
2010-04-13 09:24:09 +00:00
wiz
e80bcec341
New sentence, new line. Sort errors. Remove trailing whitespace.
2010-04-06 14:26:59 +00:00
christos
ca843a73b0
PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to
...
debug threaded live apps: Add an optional lwpid in PT_STEP and PT_CONTINUE to
indicate which lwp to operate on, and implement the glue required to make it
work.
2010-04-06 13:50:22 +00:00
joerg
20fc76af98
Fix escape sequences
2010-04-05 21:35:36 +00:00
joerg
727da1104c
\\ -> \e
2010-04-05 21:33:54 +00:00
joerg
eff7f134e1
\\ -> \e
2010-04-05 21:29:47 +00:00
joerg
1ff41cb93a
Fix escape sequences
2010-04-05 21:29:09 +00:00
joerg
a3d484cd9e
\\ -> \e
2010-04-05 21:25:01 +00:00
wiz
1bc7bb47a0
Sort ERRORS section.
2010-04-05 07:53:47 +00:00
wiz
a59af7eb39
Fix date.
2010-04-05 07:44:28 +00:00
jruoho
a6664c93e0
Mention the history of stat(2) and fix the history of open(2).
2010-04-03 15:48:52 +00:00
jruoho
22451322a2
The functions read(), wait(), and write() appeared already in v2 UNIX.
2010-04-03 15:43:46 +00:00
jruoho
7e0f77d0f3
Add a history section. From OpenBSD.
2010-04-03 15:42:22 +00:00
jruoho
e029f37fb0
An unlink() appeared already in v2 UNIX.
2010-04-03 15:35:06 +00:00
jruoho
22c60c14ce
Add some history.
2010-04-03 15:13:43 +00:00
jruoho
c1b7f739cf
Some interesting additions to the history section. From OpenBSD.
2010-04-03 14:49:31 +00:00
jruoho
086a18e995
Trivia: one .Pp after .El, speak about NULL instead of nil pointers, etc.
2010-04-03 14:40:34 +00:00