| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=130496
|
|
|
|
|
|
|
|
|
| |
instead, use the symbolic constant STDIN_FILENO, as this is
a daemon invoked from inetd.
Remove 'sockt' as it is not referenced.
Notes:
svn path=/head/; revision=130495
|
|
|
|
|
|
|
|
|
| |
so that talkd works without COMPAT_43.
Obtained from: NetBSD (christos), Rumi Szabolcs
Notes:
svn path=/head/; revision=120548
|
|
|
|
| |
Notes:
svn path=/head/; revision=119893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the unused FILE\ *tf from print_mesg args, and the
bogus passing in of an uninitialised FILE* for it.
Call a timeval 'now' instead of 'clock' due to shadowing.
Remove a nested localtime declaration.
Make the delete invite argument match the ID type, u_int32_t.
Use const for pointers to const items.
Cast to long where printing as such.
Include netinet/in.h for htonl/htons.
Reviewed by: imp
Notes:
svn path=/head/; revision=112998
|
|
|
|
| |
Notes:
svn path=/head/; revision=99500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=90262
|
|
|
|
|
|
|
|
|
|
|
| |
o Use new-style prototypes exclusively rather than the old foo() style.
o Use new-style function definitions.
o remove register
o make functions passed to signal have the right signature.
o do minor const poisoning.
Notes:
svn path=/head/; revision=90261
|
|
|
|
|
|
|
| |
are not yet warning-clean. Tested on i386 and alpha.
Notes:
svn path=/head/; revision=90164
|
|
|
|
|
|
|
| |
prototype.
Notes:
svn path=/head/; revision=83244
|
|
|
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC After: 1 week
Notes:
svn path=/head/; revision=80248
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=79674
|
|
|
|
| |
Notes:
svn path=/head/; revision=79529
|
|
|
|
|
|
|
|
|
| |
as the current time. It's nice to know whether the talk request you
see was sent just a few minutes ago (assuming you didn't hear the
bell), or if it's been decaying for days (weeks?).
Notes:
svn path=/head/; revision=77862
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74814
|
|
|
|
| |
Notes:
svn path=/head/; revision=68949
|
|
|
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50533
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)
Prompted by: bde
Notes:
svn path=/head/; revision=45422
|
|
|
|
|
|
|
|
|
| |
Removed getuid() root check so ntalkd can be run from a tty sandbox.
It isn't suid root anyway, who knows why the getuid() check was even
in there in the first place!
Notes:
svn path=/head/; revision=41440
|
|
|
|
| |
Notes:
svn path=/head/; revision=38024
|
|
|
|
| |
Notes:
svn path=/head/; revision=37262
|
|
|
|
|
|
|
| |
Obtained from: OpenBSD (?)
Notes:
svn path=/head/; revision=31978
|
|
|
|
| |
Notes:
svn path=/head/; revision=31491
|
|
|
|
| |
Notes:
svn path=/head/; revision=22989
|
|
|
|
|
|
|
|
|
| |
Cannidate for: 2.2 [must]
Obtained from: Lite/2 and BSDI's published patch
Notes:
svn path=/head/; revision=21838
|
|
|
|
|
|
|
|
|
|
|
| |
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=18471
|
|
|
|
| |
Notes:
svn path=/head/; revision=18094
|
|
|
|
|
|
|
|
| |
the lowest idle time.
Submitted by: loodvrij@gridpoint.com (Bruce J. Keeler)
Notes:
svn path=/head/; revision=14783
|
|
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
|
|
|
|
|
| |
Submitted by: cstruble@singularity.bevc.blacksburg.va.us
Notes:
svn path=/head/; revision=5111
|
|
|
|
| |
Notes:
svn path=/head/; revision=3793
|
|
|
|
|
|
|
| |
Submitted by: dima@demos.su (Dima Ruban)
Notes:
svn path=/head/; revision=3791
|
|
|
|
|
|
|
| |
set up right yet.
Notes:
svn path=/head/; revision=1875
|
|
|
|
|
|
|
| |
changed ^G to \007
Notes:
svn path=/head/; revision=1801
|
|
Notes:
svn path=/vendor/CSRG/dist/; revision=1592
|