History log of /src/usr.bin/tip/acu.c |
Revision | | Date | Author | Comments |
1.18 |
| 11-Sep-2021 |
andvar | Add missing double p and d for stopped and overriden accordingly. Fix few more typos along the way, mainly in copy-pasted comments.
|
1.17 |
| 01-Feb-2019 |
mrg | compare pointers with NULL not '\0'.
|
1.16 |
| 06-Sep-2011 |
joerg | branches: 1.16.42; Use __dead. Make a bunch of local functions static.
|
1.15 |
| 14-Dec-2006 |
christos | pass lint; from Anon Ymous
|
1.14 |
| 14-Dec-2006 |
christos | kill the (void)&foo; from Anon Ymous
|
1.13 |
| 24-Oct-2006 |
gson | Added volatile keyword to variable that might be clobbered by longjmp
|
1.12 |
| 03-Apr-2006 |
perry | Remove vestiges of the ACULOG support. It depended on the suid support (which is now gone) and it is woefully obsolete -- if something analogous is ever needed in the future, syslog is the way to do it.
|
1.11 |
| 03-Apr-2006 |
perry | ANSIfy decls, de-__P, clean trailing whitespace
|
1.10 |
| 02-Apr-2006 |
tls | Fix the conditional compilation on ACULOG so it actually works. Turn it off by default -- it hardly saves any space, but it's one of the reasons why the executable is installed setuid, and other versions of tip/cu don't write a log file anyway. We can add syslog support later if we ever really want this back, the file-writing is all encapsulated in log.c.
|
1.9 |
| 23-Apr-2004 |
christos | constify and warns = 3
|
1.8 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.7 |
| 12-Jul-1998 |
mrg | - KNF - use snprintf - be safe with buffers (change prompt() to take a size_t len arg for this)
|
1.6 |
| 30-Jun-1998 |
thorpej | Rename an internal function who's name collides w/ pwrite(2).
|
1.5 |
| 22-Nov-1997 |
lukem | WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
|
1.4 |
| 29-Dec-1996 |
cgd | replace old zzhack structure (YUCK!) and number(), boolean(), character(), and address() macros with new macros of the same names (to get values), and macros with those names but with "set" prepended and which take a second argument (to set values). The new macros use type casts to do type conversion, which is much cleaner than using a union and making endianness-related hacks to get the right 'short's and 'char's from the right array indices. (YUCK! again, for good measure.)
|
1.3 |
| 08-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 08-Dec-1994 |
jtc | imported from 4.4lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.16.42.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|