| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
all its functionality, and all its consumers have been converted.
Notes:
svn path=/head/; revision=115830
|
|
|
|
| |
Notes:
svn path=/head/; revision=106538
|
|
|
|
|
|
|
|
|
|
|
|
| |
arithmetic.
Reviewed by: make test
The fact that bdes(1) didn't work was
Reported by: Fred Clift <fclift@verio.net>
Notes:
svn path=/head/; revision=102343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
complexities associated with having MD (asm and inline) versions, and
having to prevent exposure of these functions in other headers that
happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.
Tested on: alpha, i386
Reviewed by: bde, jake, tmm
Notes:
svn path=/head/; revision=90868
|
|
|
|
| |
Notes:
svn path=/head/; revision=84306
|
|
|
|
| |
Notes:
svn path=/head/; revision=81590
|
|
|
|
| |
Notes:
svn path=/head/; revision=81462
|
|
|
|
| |
Notes:
svn path=/head/; revision=79530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a
in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.
- SSHDIR (formerly SSHSRC) is now shared between all SSH modules.
New LIBSSH is introduced for libssh.a (an internal static lib).
Previously, build without prior `obj' was broken; SSH modules
always looked for libssh.a in ${.OBJDIR}. Also, the dependancies
on the libssh.a were missing.
- libtelnet/ did not install the crypto version of telnet.h into
/usr/include/arpa.
- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.
Reviewed by: markm
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74818
|
|
|
|
| |
Notes:
svn path=/head/; revision=72069
|
|
|
|
|
|
|
|
| |
PR: 24434
Submitted by: Bill Cheswick <ches@bell-labs.com>
Notes:
svn path=/head/; revision=71591
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
|
| |
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
Notes:
svn path=/head/; revision=49830
|
|
|
|
| |
Notes:
svn path=/head/; revision=22990
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=21635
|
|
|
|
| |
Notes:
svn path=/head/; revision=15225
|
|
|
|
|
|
|
|
| |
has been blown away. Previously it depended on an existing
crypt.3 to be present for the man page links to install properly.
Notes:
svn path=/head/; revision=15159
|
|
|
|
|
|
|
| |
libs.
Notes:
svn path=/head/; revision=14656
|
|
|
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
Notes:
svn path=/head/; revision=14045
|
|
|
|
| |
Notes:
svn path=/head/; revision=8871
|
|
|
|
|
|
|
| |
Submitted by: Geoff.
Notes:
svn path=/head/; revision=2601
|
|
|
|
|
|
|
|
|
|
| |
- remove ^L's - CTM will probably choke on them
- add PRECIOUSLIB to Makefile
- name changes libcrypt -> libcipher
Submitted by: Geoff.
Notes:
svn path=/head/; revision=2550
|
|
will in due course become libcipher.
Based on David Burren's FreeSEC
Submitted by: Geoff.
Notes:
svn path=/cvs2svn/branches/FBSD_1_intl/; revision=2546
|