Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx 25-Dec-2000:
     5         kx 	Bug fix - on newer kernels, don't attempt to add direct
     5         kx 	  interface-routes to KRT - assume they're always present.
     5         kx 	Bug fix - corrected handling of direct interface-routes
     5         kx 	  in rtioctl(): use rt.rt_dev entry instead of rt.rt_gateway
     5         kx 	  for these (was old BSDism).
     5         kx 	Bug fix - do not add routes to remote subnets with netmask
     5         kx 	  set to 255.255.255.255, when pointopoint interfaces whose
     5         kx 	  IP belongs to the same network class as IP of another
     5         kx 	  non-pointopoint interface, are in use.
     5         kx 	Feature change - do not "timeout" interface-routes even if we
     5         kx 	  act as route supplier.
     5         kx 	Feature change - removed arbitrary limit on number of interfaces
     5         kx 	  that routed can look up in rtinit().
     5         kx 	New feature - introduced "announced" type of distant gateways
     5         kx 	  for use in "gateways" file.
     5         kx 	New feature - introduced command-line flag "-p" to ignore
     5         kx 	  all interfaces with IFF_POINTOPOINT set.
     5         kx 	New feature - introduced command-line flag "-i <dev>" to ignore
     5         kx 	  given network interface <dev>.
     5         kx 	Routed manpage upgraded accordingly. (Jan Rafaj, rafaj@vabo.cz)
     5         kx 
     5         kx 22-Jul-2000:
     5         kx 	Allow appending to an existing log file, as long as it's in
     5         kx 	  the log directory. Also some cosmetic fixes. (Dennis Reichel,
     5         kx 	  dennis@reichel.net)
     5         kx 
     5         kx 	Also a bit of other cleanup and sanity checking.
     5         kx   
     5         kx 5-Jan-2000:
     5         kx 	Bug fix (mishandling of fork return codes). (Bill Nottingham,
     5         kx 	  notting@redhat.com)
     5         kx 	Also correct getopt handling. (Noticed by Dirk von Suchodoletz,
     5         kx 	  dirk@goe.net)
     5         kx 
     5         kx 14-Dec-1999:
     5         kx 	netkit-routed-0.16 is released.
     5         kx 
     5         kx 12-Dec-1999:
     5         kx 	Apply backlogged 64-bit bug fix. (Dr. Graeme Wilford, 
     5         kx 	  G.Wilford@ee.surrey.ac.uk)
     5         kx 	Old doc fixes from Debian. (Peter Tobias, tobias@et-inf.fho-emden.de)
     5         kx 
     5         kx 1-Aug-1999:
     5         kx 	Complete y2k and y2038 audit.
     5         kx 
     5         kx 1-Aug-1999:
     5         kx 	Code cleanup.
     5         kx 
     5         kx 31-Jul-1999:
     5         kx 	Redid makefiles/config stuff for new confgen version.
     5         kx 
     5         kx 19-May-1998:
     5         kx 	Rearranged security fix; basically you can only log to
     5         kx 	  /var/log/routed/*. Make this directory if you want it to log
     5         kx 	  anything.
     5         kx 
     5         kx 8-May-1998:
     5         kx 	Added a security 'feature' to routed that prevents it writing any
     5         kx 	  file as root and instead uses user nobody instead (defined in
     5         kx 	  defs.h) routed will write to syslog to tell you what fun files
     5         kx 	  it's trying to create.
     5         kx 
     5         kx 22-Sep-1997:
     5         kx 	Reorganized dirs so ripquery isn't hiding under routed.
     5         kx 
     5         kx 12-Jun-1997:
     5         kx 	netkit-routed-0.10 released.
     5         kx 
     5         kx 19-May-1997:
     5         kx 	glibc fixes from Red Hat.
     5         kx 
     5         kx 05-Apr-1997:
     5         kx 	Added configure script to generate MCONFIG.
     5         kx 	glibc fixes from HJ Lu.
     5         kx 	makefile and ripquery fixes. (Peter Tobias, tobias@et-inf.fho-emden.de)
     5         kx 
     5         kx 08-Mar-1997: 
     5         kx 	Split from full NetKit package. 
     5         kx 	Generated this change log from NetKit's.
     5         kx 
     5         kx 29-Dec-1996
     5         kx 	NetKit-0.09 released.
     5         kx 	Hardened programs against DNS h_length spoofing attacks.
     5         kx 	Use inet_aton() everywhere instead of inet_addr().
     5         kx 	Added this routed to NetKit package.
     5         kx