ANSIfication; bug report 4.3BSD/bin/223
[unix-history] / usr / src / usr.sbin / timed /
1988-11-21 Keith Bosticuse fgets(), not gets()
1988-10-12 Keith Bosticuse herror
1988-09-21 Keith Bosticuse logwtmp
1988-09-21 Keith Bosticadd manual page, cleanup
1988-09-21 Keith Bosticnetwork distribution
1988-09-21 Keith Bostic(4P) -> (4)
1988-07-10 Keith Bosticinstall approved copyright notice
1988-06-19 Keith Bosticinstall approved copyright notice
1987-12-27 Keith Bosticfix external declarations for ANSI C
1987-12-24 Keith Bosticadd Berkeley header; NASA wants it
1987-12-24 Keith Bosticappend Berkeley header; NASA wants a copy
1987-06-03 Keith Bosticnew template
1987-06-01 Keith Bosticadded depend label, got rid of "makefile", MACHINE...
1987-04-07 Keith Bosticprintf format/argument mismatch
1987-03-05 Mike Karelsdon't hold icmp socket open when not using it
1986-11-19 Keith Bosticbug report 4.3BSD/etc/15
1986-11-18 Sam Leffleruse kirk trick to avoid recompiles
1986-10-14 Sam Lefflereliminate machine subdirs to ease machine-independence...
1986-10-14 Sam Lefflerdate and time created 86/10/13 15:48:00 by sam
1986-06-07 Kirk McKusickdate and time created 86/06/06 20:18:53 by mckusick
1986-06-06 Jim Bloombe careful with measure file pointer, multiple quits...
1986-06-06 Jim Bloomsome packets may come from the local machine on ignored...
1986-06-06 Jim Bloomclose security hole allowing anyone to give restricted...
1986-06-05 Jim Bloomfinal copy
1986-06-04 Jay Lepreaucheck for equality after rounding; typo
1986-06-04 Jim Bloomround times now that microseconds are propogated for...
1986-06-03 Jim Bloomfix reference through null pointer
1986-06-03 Jim Bloommove fork back -- closed file descriptors that should...
1986-06-02 Jim Bloomplug memory leak, drop packets from permanently ignored...
1986-05-30 Jim Bloomtry to indicate continuation of name field
1986-05-29 Jim Bloomlint cleanup (fix sequence number problem)
1986-05-29 Jim Bloomchange command names
1986-05-29 Mike Karelsout
1986-05-29 Mike Karelsupdates and cleanups
1986-05-29 Jim Bloompreserve microseconds
1986-05-29 Jim Bloomfinish up for Mike
1986-05-28 Mike Karelstoss MAXSEQ
1986-05-28 Mike Karelsdelay fork until set up
1986-05-28 Mike Karelsuse settimeofday if it's too large a change
1986-05-28 Mike Karelssyslog priorities
1986-05-28 Mike Karelsadd MAXADJ, and some comments
1986-05-24 Kirk McKusickfirst draft of document for 4.3BSD
1986-05-24 Kirk McKusickfirst draft for distribution in 4.3BSD
1986-05-21 Mike Karelsyow!
1986-05-18 Jay Lepreaulog date changes to wtmp. no rounding cause timed...
1986-05-16 Jim Bloomonly byteswap when required
1986-05-16 Jim Bloomonly print the interesting fields in all messages
1986-05-16 Jim Bloommake it compile
1986-05-16 Jim Bloomadd -i flag (from ks@purdue)
1986-05-16 Jim Bloomadd loop detection
1986-05-15 Jim Bloomprint LOOP packet differently, drop some loop packets
1986-05-15 Jim Bloomonly one call to openlog needed, need to know if we...
1986-05-15 Jim BloomLOOP packets don't use the time field, so don't swap it
1986-05-02 Jim Bloomset ellection time properly after SETTIME
1986-05-02 Jim Bloomcorrect expected response to a QUIT
1986-04-27 Jim Bloomallow multiple -n flags, add -i flag from Kirk Smith...
1986-04-22 Jim Bloomip header returned with raw packet, checksum must be...
1986-04-22 Jim Bloomdate now sends absolute time, measure lost an arg,...
1986-04-22 Jim Bloomdate now passes off an absolute time, packet types...
1986-04-22 Jim Bloomchange for date being absolute, forward change requests...
1986-04-22 Jim Bloomdate now passes off an absolute time, packet types...
1986-04-22 Jim Bloomdelete arg from measure(), change timeout for measure()
1986-04-22 Jim Bloomincrease TRIALS since algorithm has been rewritten
1986-04-19 Jim Bloomfix core dumps when using MEASURE
1986-04-12 Jim Bloommajor work on multiple network code (Kirk Smith, ks...
1986-04-12 Mike Karelsmajor hacks for performance
1986-04-12 Jim Bloomcheck sequence number
1986-02-18 Jim Bloompropogate DATEREQ properly
1986-02-18 Jim Bloomclean hostlist when going from master to slave (from...
1986-02-11 Jim Bloomhave to respond to MASTERREQ if submaster; should the...
1986-02-11 Jim Bloomhave to respond to a MASTERREQ if submaster; should...
1986-02-06 Jim Bloomfix typo
1986-01-25 Jim Bloompurge extra null entry from table and correct search...
1985-12-11 Jim BloomMulti network support
1985-11-21 Jim Bloomselect has changed
1985-11-17 Jim Bloommake sure bytenetorder not called multiple times per...
1985-11-17 Jim Bloomuse line buffering for traces instead of explicit calls...
1985-11-17 Jim Bloomshould ack QUIT's as well
1985-11-17 Jim Bloomuse loop constructs instead of goto's
1985-11-17 Jim Bloomcleanup the code a bit
1985-10-30 Jim Bloomsyslog clobbers the date returned by ctime()
1985-10-30 Jim Bloomsimplify code for getting date string
1985-10-24 Riccardo Gusellavalue of constants MSGS and TRIALS changed
1985-10-24 Riccardo Gusellachecks for NONSTDTIME properly
1985-10-06 Jim Bloomfix bug that caused -M to be ignored
1985-09-19 Jim Bloomadd make depend, cleanup
1985-09-19 Jim Bloommove constants, fix syslog messages, fix nflag code...
1985-09-19 Jim Bloommove constants, fix syslog messages, don't busy wait...
1985-09-19 Jim Bloommove constants, macros shouldn't contain local variable...
1985-09-19 Jim Bloomfix syslog messages, move constants, print changed...
1985-09-19 Jim Bloommove constants to header file, fix syslog messages
1985-09-19 Jim Bloomfix syslog messages
1985-09-19 Jim Bloomshuffle constants between files, move host structure...
1985-09-19 Jim Bloomneed to include syslog.h to use openlog() eric
1985-09-19 Jim Bloomdon't need all of the includes
1985-09-19 Jim Bloomadd constants, change include to param.h instead of...
1985-09-19 Jim Bloomwrong way to determine if timed is running, use MAXHOST...
1985-09-18 Eric Allmanfacilities in syslog
1985-09-08 Kirk McKusickfix DESTDIR
1985-06-28 Riccardo Guselladate and time created 85/06/27 13:18:18 by gusella
next