summaryrefslogtreecommitdiff
path: root/usr.bin/write/write.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2019-01-23Remove extraneous setutxent() calls in write(1).Mark Johnston
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-10-06write(1): CapsicumifyConrad Meyer
2012-02-13Fix write(1) to support wide characters.Gleb Smirnoff
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-01-13Perform all trivial ports to utmpx for usr.bin/.Ed Schouten
2009-12-05Let wall(1) use utmpx.Ed Schouten
2007-11-12write(1) needs to strip off the leading /dev/ from the tty name for theJohn Baldwin
2005-01-05Fix a typo in comment.Olivier Houchard
2002-09-04ANSIify function definitions.David Malone
2002-05-29Use getopt() to reject any options and skip "--" arguments.Tim J. Robbins
2002-03-22remove __PWarner Losh
2002-02-271) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.David Malone
2001-12-11WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-04Clean up some ambiguous nested if/elses.Bill Fumerola
1997-09-15Allow backspace tooAndrey A. Chernov
1997-09-15Oops, fix upper controls testAndrey A. Chernov
1997-09-15Localize it. High controls disabled in any case.Andrey A. Chernov
1997-08-26Use err(3). Add usage() and prototypes.Philippe Charnier
1996-10-26Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).Alexander Langer
1996-10-26sprintf --> snprintfAlexander Langer
1995-11-05Do unctrl in right wayAndrey A. Chernov
1995-10-29Remove char->int promotion.Andrey A. Chernov
1995-10-28Now works with 8bit chars...Andrey A. Chernov
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes