| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"
Also, add a missing LIBPANEL dependency for lldb
Approved by: rpaulo (mentor)
Suggested by: brooks
Phabric: D675 (as part of a larger diff)
PR: 192762
Notes:
svn path=/stable/10/; revision=273499
|
| |
|
|
|
|
|
|
|
| |
Make talk(1) capable of displaying UTF-8 characters.
Sponsored by: Nginx, Inc.
Notes:
svn path=/stable/10/; revision=273496
|
| |
|
|
|
|
|
|
|
|
| |
PR: docs/171624
Submitted by: bdrewery
Approved by: gabor
MFC after: 3 days
Notes:
svn path=/head/; revision=240506
|
| |
|
|
|
|
|
|
| |
The code searches for the first occurence of @, : or !. Upon failure, it
returns the index of \0. This is exactly what strcspn() does.
Notes:
svn path=/head/; revision=229386
|
| |
|
|
| |
Notes:
svn path=/head/; revision=228992
|
| |
|
|
| |
Notes:
svn path=/head/; revision=227185
|
| |
|
|
|
|
|
|
|
|
|
|
| |
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
Notes:
svn path=/head/; revision=216370
|
| |
|
|
|
|
|
| |
I removed utmp and its manpage, but not other manpages referring to it.
Notes:
svn path=/head/; revision=202756
|
| |
|
|
|
|
|
| |
includes.
Notes:
svn path=/head/; revision=200418
|
| |
|
|
| |
Notes:
svn path=/head/; revision=188886
|
| |
|
|
|
|
|
|
| |
make use of C99 sparse initialization for static variables, this makes talk(1)
to compile cleanly with WARNS=6.
Notes:
svn path=/head/; revision=178642
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143415
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
|
|
|
| |
by POSIX.
Notes:
svn path=/head/; revision=131511
|
| |
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=130533
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"machine name" in ntalkd(8) request packets, when the destination
and source are local.
This should make talk(1) use much more pleasant for those security-
conscious individuals who have chosen to bind talkd to "localhost".
Previous to this change, talk(1) would require that the hostname of
the machine, as retrieved by gethostname(3), resolved to a valid and
reachable IPv4 address, using gethostbyname(3).
This makes talk(1) dependent on a valid host entry for "localhost"
in /etc/hosts (or the Domain Name System).
PR: bin/23178
Submitted by: angui.sh admin (with cleanups)
Notes:
svn path=/head/; revision=130494
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129090
|
| |
|
|
|
|
|
|
| |
Submitted by: Cyril Nguyen Huu
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=128445
|
| |
|
|
|
|
|
|
|
| |
2. Compare socket(2) return code to -1, not <= 0.
Obtained from: OpenBSD rev. 1.9
Notes:
svn path=/head/; revision=127263
|
| |
|
|
|
|
|
|
|
| |
so that talk works without COMPAT_43.
Obtained from: NetBSD (christos), Rumi Szabolcs
Notes:
svn path=/head/; revision=120550
|
| |
|
|
|
|
|
|
|
|
| |
no function changes, but removes an unnecessary reference to a
deprecated struct.
Obtained from: NetBSD (thorpej)
Notes:
svn path=/head/; revision=120549
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117238
|
| |
|
|
|
|
|
|
|
| |
service to work correctly.
Inspired by: P. U. Kruppa <520023893678-0001@t-online.de>
Notes:
svn path=/head/; revision=109762
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108257
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102084
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100048
|
| |
|
|
|
|
|
|
|
| |
Use setproctitle to remove arguments from 'ps' output.
MFC after: 3 days
Notes:
svn path=/head/; revision=99965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98046
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92922
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=90416
|
| |
|
|
|
|
|
| |
warnings. Use __FBSDID().
Notes:
svn path=/head/; revision=87710
|
| |
|
|
|
|
|
|
| |
PR: docs/32128
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> (partially)
Notes:
svn path=/head/; revision=86672
|
| |
|
|
|
|
|
|
|
|
|
|
| |
message. Similar information is given by the talk daemon when a
connection is requested, but that part isn't on the screen when the
main "talk" screen appears, and sometimes it's nice to know who you're
talking to.
Reviewed by: ru
Notes:
svn path=/head/; revision=81346
|
| |
|
|
|
|
|
|
|
|
| |
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
Notes:
svn path=/head/; revision=80381
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
|
|
|
| |
builtints (e.g., exit, strcmp).
Notes:
svn path=/head/; revision=78733
|
| |
|
|
|
|
|
| |
Let the user know...
Notes:
svn path=/head/; revision=66682
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65910
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
was being interperated and displayed as ^M on the remote side.
Old curses used to change the behavior of the tty and how carriage
return was interperated via STDIN. ncurses does this on a per-window
basis within the library rather than using the tty modes. Since
talk is bypassing ncurses, it was missing the conversion.
Reviewed by: peter
Notes:
svn path=/head/; revision=62932
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50636
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48792
|
| |
|
|
|
|
|
| |
<errno.h> included).
Notes:
svn path=/head/; revision=44026
|