| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=89585
|
| |
|
|
|
|
|
|
|
|
|
| |
time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx()
instead of time_to_xxx(), to make it more obvious that these are
stopgap functions & placemarkers and not meant to create a defacto
standard. They will eventually be replaced when a real standard
comes out of committee.
Notes:
svn path=/head/; revision=89572
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89428
|
| |
|
|
|
|
|
|
|
|
|
| |
o Restore vendor ID.
o Order variable types by size.
o Remove a gratuitous temporary variable.
Submitted by: bde
Notes:
svn path=/head/; revision=89400
|
| |
|
|
|
|
|
|
|
|
| |
style(9):
o Order variables in declarations.
o Move initialization out of declaration.
o Fix over-indents in previous delta.
Notes:
svn path=/head/; revision=89387
|
| |
|
|
|
|
|
|
| |
Submitted by: Joseph Mallett <jmallett@xmach.org>
Reviewed by: md5(1)
Notes:
svn path=/head/; revision=89385
|
| |
|
|
|
|
|
| |
PR: docs/30797
Notes:
svn path=/head/; revision=89362
|
| |
|
|
|
|
|
|
|
|
| |
motivated by the new "CAVEATS" section.
Inspired by: alfred noting NetBSD's merging OpenBSD's changes
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=89323
|
| |
|
|
|
|
|
| |
PR: 13079
Notes:
svn path=/head/; revision=89321
|
| |
|
|
|
|
|
|
|
|
|
|
| |
by <signal.h> (including <time.h> so that NULL is accidentally defined)
is removed.
Style nits.
Submitted by: bde
Notes:
svn path=/head/; revision=89269
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89267
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89264
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89262
|
| |
|
|
|
|
|
| |
(ctype(3)).
Notes:
svn path=/head/; revision=89259
|
| |
|
|
|
|
|
|
|
| |
is correct but less than useful. There is some uncertainty about whether
isblank() is in C99, but it is certainly not in C90. It just conforms
to C89 because it is a conforming extension.
Notes:
svn path=/head/; revision=89258
|
| |
|
|
|
|
|
| |
Removed assertion that isblank() is in C99 here too.
Notes:
svn path=/head/; revision=89257
|
| |
|
|
|
|
|
| |
Fixed unsorting of SRCS in rev.1.18.
Notes:
svn path=/head/; revision=89255
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89202
|
| |
|
|
|
|
|
|
|
|
|
|
| |
functions are defined in SUSv2 and the latest POSIX spec.
Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my
alpha assembly.
Approved by: -arch
Notes:
svn path=/head/; revision=89177
|
| |
|
|
|
|
|
|
| |
PR: 33156
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Notes:
svn path=/head/; revision=89144
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89139
|
| |
|
|
|
|
|
| |
Stop abusing the .%J macro for where the .Pa macro should have been used.
Notes:
svn path=/head/; revision=89138
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet
they are not documented in any of the manpages.
2. The ctype manpage references a non-existent manpage for
digittoint().
3. The isascii() manpage claims it is standards compliant, when
it isn't.
4. isblank() claims it is _not_ standards compliant, when it
is.
Fix by including the appropriate .Nm entries, and with a new digittoint.3
page.
PR: docs/26451
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Notes:
svn path=/head/; revision=89136
|
| |
|
|
|
|
|
|
|
|
|
| |
alpha these bugs didn't cause any problems because it was little endian,
but on sparc64, we ended up with garbage for the IP address when we tried
to contact the server. (Usually 3.253.0.0)
Not objected to by: wpaul
Notes:
svn path=/head/; revision=89084
|
| |
|
|
|
|
|
|
| |
PR: 33660
Submitted by: Rich Morin <rdm@cfcl.com>, Tom Rhodes <darklogik@pittgoth.com>
Notes:
svn path=/head/; revision=89028
|
| |
|
|
|
|
|
|
|
|
| |
section; instead, list our partner in crime, mmap(2).
PR: 33153
Submitted by: Faried Nawaz <fn@hungry.org>
Notes:
svn path=/head/; revision=88985
|
| |
|
|
|
|
|
|
|
|
|
|
| |
data without confirming the connection by issuing a recvmsg(2) [...]".
There's no such code in the kernel.
PR: 26861
Submitted by: Richard A Steenbergen <ras@e-gerbil.net>,
Tom Rhodes <darklogik@pittgoth.com>
Notes:
svn path=/head/; revision=88984
|
| |
|
|
|
|
|
|
| |
PR: 33298
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Notes:
svn path=/head/; revision=88983
|
| |
|
|
|
|
|
|
|
|
| |
CONSIDERATIONS" moved to "COMPATIBILITY".
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88973
|
| |
|
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88971
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the first revision of strcpy(3)'s section is included, but should be
removed as the Security Architecture document is committed and
completed.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88940
|
| |
|
|
|
|
|
|
|
|
| |
CONSIDERATIONS' as a source for relevant sample code.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88939
|
| |
|
|
|
|
|
|
|
|
| |
duplicated code from EXAMPLES.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88938
|
| |
|
|
|
|
|
| |
in the SO_ACCEPTFILTER description.
Notes:
svn path=/head/; revision=88886
|
| |
|
|
|
|
|
|
|
| |
at first and try to set an accept_filter(9) on it only after that.
Also document errno value that will be set if installing the
filter on a non-listening socket.
Notes:
svn path=/head/; revision=88885
|
| |
|
|
|
|
|
|
|
|
|
| |
This will be trimmed as the FreeBSD Security Architecture document
is fleshed out and committed.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88830
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88795
|
| |
|
|
|
|
|
|
|
| |
Add support for handling floating point disabled traps mostly in userland
for the simple single threaded case. Not yet enabled by default.
Implement __sparc_utrap_install as specified by the sparc abi.
Notes:
svn path=/head/; revision=88794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88681
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88614
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88613
|
| |
|
|
|
|
|
|
|
| |
Adapt to jmpbuf no longer being a ucontext_t.
Restore the context "by hand" in longjmp and call sigprocmask, instead
of just using sigreturn.
Notes:
svn path=/head/; revision=88612
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88611
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88610
|
| |
|
|
|
|
|
|
| |
Adapt to jmpbuf no longer being a ucontext_t.
Call abort if longjmperror returns.
Notes:
svn path=/head/; revision=88609
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88607
|
| |
|
|
|
|
|
|
| |
PR: docs/33177
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
Notes:
svn path=/head/; revision=88573
|
| |
|
|
|
|
|
|
|
|
|
| |
- Don't connect datagram socket if RES_INSECURE1.
- Needed to implement IPv6 anycast UDP DNS queries as documented in
<draft-ietf-ipngwg-dns-discovery-03.txt>.
Obtained from: KAME
Notes:
svn path=/head/; revision=88504
|
| |
|
|
|
|
|
|
| |
Pointed by: bde
Inspired by: POSIX
Notes:
svn path=/head/; revision=88472
|