aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/write/write.c
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
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* write(1): CapsicumifyConrad Meyer2016-10-061-33/+81
* Fix write(1) to support wide characters.Gleb Smirnoff2012-02-131-23/+16
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-131-2/+1
* Let wall(1) use utmpx.Ed Schouten2009-12-051-28/+23
* write(1) needs to strip off the leading /dev/ from the tty name for theJohn Baldwin2007-11-121-3/+2
* Fix a typo in comment.Olivier Houchard2005-01-051-1/+1
* 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
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-261-62/+55
* Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).Alexander Langer1996-10-261-1/+1
* sprintf --> snprintfAlexander Langer1996-10-261-3/+4
* 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-271-0/+326