Timeline


and

07/12/95:

01:28 Changeset [7938] by cfields
Remove the change from revision 1.4.
01:22 Changeset [7937] by cfields
rindex -> strrchr
01:21 Changeset [7936] by cfields
bcopy -> memmove
01:21 Changeset [7935] by cfields
bcopy -> memmove strings.h -> string.h
00:30 Changeset [7934] by cfields
rindex -> strrchr
00:25 Changeset [7933] by cfields
Since we have a __STDC__=0 hack, we need to force include of stdarg.h for SOLARIS since that's what we really want. If someday we remove that hack (so everything looks truly ANSI) then we can remove this one.

07/11/95:

23:42 Changeset [7932] by cfields
Was this code really built under Solaris before?
23:36 Changeset [7931] by cfields
Removed some frighteningly broken and useless cruft.
23:17 Changeset [7930] by cfields
Solaris needed to include netinet/in.h coz arpa/inet.h didn't do it.
19:57 Changeset [7929] by cfields
Get Solaris compiler from compiler-80. and setup environment appropriately for it. Build look for sgi. Build kerberos5. Don't build viewscribe. Moved config/* back to athena/* where it should be. Enhanced logging. Turned a bunch of if's into a case statement. Added sgi a bit. Install sun4 includes: set DESTDIR. Explicitly build libresolv in setup. I don't want to talk about it. Do hackery for X symlinks.
17:37 Changeset [7928] by miki
replaced bcopy with memcpy
17:34 Changeset [7927] by miki
defined random and srandom as lrand48 and srand48, for Solaris
17:31 Changeset [7926] by miki
POSIX setjmp, signal, wait handling, but not for ultrix Changed bcopy/bzero to memcpy/memset [ANSI] Upper bound on sleeptime for HP queries (10 seconds). Pass original magic string to filter for filter processing. emulate flock for POSIX systems do accounting if filter dies and get signal for AIX undefine BSD to get the right wait functionality
17:27 Changeset [7925] by miki
pick all binaries from /var/hp not from the packs
17:24 Changeset [7924] by miki
for all systems INDEX defined as strchr and RINDEX as strrchr time returns time_t not long for POSIX include stdlib.h and unistd.h
17:19 Changeset [7923] by miki
for POSIX include fcntl.h, string.h and unistd.h for Solaris , although a SYSV system, gethostname is defined
17:17 Changeset [7922] by miki
replaced ifdef SYSV with ifdef POSIX for includesion of fcntl.h
17:15 Changeset [7921] by miki
replaced signal with sigaction for POSIX eliminated laps command replaced the ps command for printing job name, to eliminate do_flagpage, which is not understood by all printers
17:13 Changeset [7920] by miki
replaced signal with sigaction for POSIX include posix.h, unistd.h and fcntl.h for POSIX emulation of flock for POSIX
17:11 Changeset [7919] by miki
replaced bzero with memset and bcopy with memcpy
17:09 Changeset [7918] by miki
Initial revision
17:06 Changeset [7917] by miki
do not make hpcomm and snmplib for AIX
16:59 Changeset [7916] by miki
include posix.h for POSIX systems, which contain defines for flock include nonposix.h for non POSIX systems to get EWOULDBLOCK defined replace sigblock with sigprocmask for POSIX replace index with strchr and bzero with memset for AIX and SOLARIS call signal with SIG_DFL instead of SIG_IGN (bug in AIX signal handling )
16:57 Changeset [7915] by miki
Initial revision
16:56 Changeset [7914] by miki
redefined DEFSPOOL, to be correct
16:55 Changeset [7913] by miki
for Solaris include a local copy of dirent.h, because the installed one is buggy eliminate defines for flock, they are now in posix.h
16:50 Changeset [7912] by miki
include string.h if POSIX, include posix.h for flock defines if not POSIX include nonposix.h to define EWOULDBLOCK signal handlers return void not int replace rindex and index with strchr and strrchr flock on some systems requires file to be read-write changed call to setpgrp for POSIX systems changed index to strchr and rindex to strrchr for ultrix call wait not waitpid get the new printcap field, MS call setms besides setty, for POSIX setty sets just the speed for POSIX systems
16:43 Changeset [7911] by miki
for POSIX, include posix.h, which has defines for flock changed bzero to memset
16:39 Changeset [7910] by miki
include posix.h for POSIX systems, to have the defines for flock flock on some systems requires file to be read-write
16:36 Changeset [7909] by miki
Made ANSI #endif changed index to strchr, bcopy to memcpy, bcmp to memcmp and bzero to memset changed protocol to quota server to include version number use ustat in system that have it, for determining free space on spoolin disk Compute unique job numbers for all incoming jobs. Remove extra "lpd:" from the syslogs
16:29 Changeset [7908] by miki
replaced index with strchr
16:28 Changeset [7907] by miki
Initial revision
16:24 Changeset [7906] by miki
include string.h, stdlib.h and for POSIX posix.h, which has defines for flock replace getwd with the POSIX getcwd replace rindex with strrchr call isexec to decide if a file is printable or executable
15:25 Changeset [7905] by miki
include posix.h, definins for flock on POSIX systems
15:25 Changeset [7904] by miki
Initial revision
15:22 Changeset [7903] by miki
flock requires read-write on some systems printf should use %ld not %D (AIX)
11:49 Changeset [7902] by miki
include stdlib for POSIX, types, stat , param and string for POSIX systems include functions : scandir, flock emulation and signal emulation change bzero to memset and bcopy to memcpy change queue to queue_, as queue is a reserved symbol in some systems
11:41 Changeset [7901] by miki
include string.h change index to strchr flock on some systems requires the file to be read-write Do not execute "lpq" to display queues (use builtins instead) change putmsg to aputmsg, because putmsg is a system call in Solaris include posix.h for some systems , which contains defines for flock touch function different for POSIX, because utimes is different

07/03/95:

02:43 Changeset [7900] by cfields
It's past time to remove the sleep_time hackery. We still set it to 0, in case anyone has old scripts that want to test its value. But all of the actual sleeps are removed.
02:00 Changeset [7899] by cfields
Fix -r in the body.
01:40 Changeset [7898] by cfields
Document -auto option, per Jonathon's recent bug report.

07/02/95:

15:18 Changeset [7897] by cfields
Make it claim to be in section 8, where it really is.

06/29/95:

19:59 Changeset [7896] by cfields
Cleaned out crufty support for pre-3.1 Aix. Cleaned up ifdefs, includes a bug fix for the Solaris platform. (in the name of the SGI port)

06/27/95:

18:08 Changeset [7895] by cfields
Changes for SGI from vrt with minor change. (Mostly SOLARIS -> SYSV.)
15:45 Changeset [7894] by cfields
Deal with longer disk type names. Functional model from miki.

06/24/95:

21:36 Changeset [7893] by cfields
SGI conflicts on declaration of _res structure. It turns out all platforms now declare this in resolv.h, so it can be removed entirely.
21:25 Changeset [7892] by cfields
Don't declare various functions if sgi. (from vrt)
21:20 Changeset [7891] by cfields
Use stdarg for SGI as well. (from vrt)
21:02 Changeset [7890] by cfields
Add defines for SGI. (from vrt)
20:10 Changeset [7889] by cfields
Don't hard code machtype path anymore.
19:45 Changeset [7888] by cfields
No need for absolute path to machtype anymore.

06/23/95:

16:01 Changeset [7887] by cfields
Don't descend into quota since that stuff doesn't really work. Instead, install a veryfine script.
15:59 Changeset [7886] by cfields
Initial revision

06/15/95:

16:09 Changeset [7885]
This commit was manufactured by cvs2svn to create tag 'ATH7_7'.
16:09 Changeset [7884] by cfields
Initial revision
Note: See TracTimeline for information about the timeline view.