OpenBSD CVS

src/sbin/routed/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / routed

Current tag: OPENBSD_3_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] query/        
[DIR] rtquery/        
[DIR] trace/        
[TXT] Makefile (in the Attic) [Hide]  1.10   22 years  millert   Instead of #defining random() as arc4random(), just use arc4random() inline inst...
[TXT] defs.h (in the Attic) [Hide]  1.7   22 years  jakob   fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.se
[TXT] if.c (in the Attic) [Hide]  1.7   21 years  aaron   Use & to test if bits are set, not &&; art@ ok.
[TXT] input.c (in the Attic) [Hide]  1.13   21 years  deraadt   socklen_t
[TXT] main.c (in the Attic) [Hide]  1.15   22 years  mpech   kill more registers. millert@ ok
[TXT] output.c (in the Attic) [Hide]  1.7   22 years  deraadt   major -Wall cleanup, almost complete
[TXT] parms.c (in the Attic) [Hide]  1.7   21 years  aaron   Use & to test if bits are set, not &&; art@ ok.
[TXT] pathnames.h (in the Attic) [Hide]  1.3   27 years  mickey   fix import. mention that routed is from vjs@sgi.com
[TXT] rdisc.c (in the Attic) [Hide]  1.4   26 years  deraadt   new routed DOES NOT EVEN COMPILE LET ALONE WORK. TEST YOUR WORK! Also, put back...
[TXT] routed.8 (in the Attic) [Hide]  1.33   22 years  hugh   pet peeve, insure vs ensure insure is to indemnify against some contingency ensu...
[TXT] table.c (in the Attic) [Hide]  1.8   22 years  deraadt   pid_t cleanup
[TXT] trace.c (in the Attic) [Hide]  1.9   22 years  deraadt   make sure that va_start() has matching va_end()