aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/write
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous setutxent() calls in write(1).Mark Johnston2019-01-231-2/+0
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-10/+10
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* write(1): CapsicumifyConrad Meyer2016-10-061-33/+81
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* Fix write(1) to support wide characters.Gleb Smirnoff2012-02-132-28/+17
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-132-5/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Let wall(1) use utmpx.Ed Schouten2009-12-052-28/+29
* write(1) needs to strip off the leading /dev/ from the tty name for theJohn Baldwin2007-11-121-3/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Fix a typo in comment.Olivier Houchard2005-01-051-1/+1
* Mention in the BUGS section that write and wall bogusly use the sender'sTim J. Robbins2004-07-171-1/+8
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* ANSIify function definitions.David Malone2002-09-041-21/+9
* Use getopt() to reject any options and skip "--" arguments.Tim J. Robbins2002-05-291-10/+15
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-7/+7
* 1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.David Malone2002-02-271-5/+7
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-111-10/+11
* Add xref to wall(1).Ruslan Ermilov2001-11-201-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Allow backspace tooAndrey A. Chernov1997-09-151-2/+3
* Oops, fix upper controls testAndrey A. Chernov1997-09-151-2/+3
* Localize it. High controls disabled in any case.Andrey A. Chernov1997-09-151-5/+11
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-262-67/+60
* Remove the text that says nroff and pr automatically disableMike Pritchard1997-03-221-6/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).Alexander Langer1996-10-261-1/+1
* sprintf --> snprintfAlexander Langer1996-10-261-3/+4
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+2
* Do unctrl in right wayAndrey A. Chernov1995-11-051-6/+12
* Remove char->int promotion.Andrey A. Chernov1995-10-291-6/+4
* Now works with 8bit chars...Andrey A. Chernov1995-10-281-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+441