summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_3'.BETA_3cvs2git1996-05-2319-2478/+0
* Check for __BIT_TYPES_DEFINED__ before trying to define them.Ted Lemon1996-05-231-0/+3
* Fix protos for find_lease and mockup_leaseTed Lemon1996-05-231-2/+4
* Use #defines instead of typedefsTed Lemon1996-05-221-3/+3
* bitypes.h not standard - define basic integer types explicitly; use poll() in...Ted Lemon1996-05-221-1/+12
* Add endian.h defsTed Lemon1996-05-221-0/+11
* move do_packet to dispatchTed Lemon1996-05-221-5/+9
* Add test for EOF tokenTed Lemon1996-05-221-1/+2
* Site configuration fileTed Lemon1996-05-221-0/+96
* Add support for fallback interfaceTed Lemon1996-05-221-0/+13
* add new tokens; lose LAST_TOKENTed Lemon1996-05-221-3/+4
* fix up prototypes; change structures to support shared networks, dynamic boot...Ted Lemon1996-05-221-25/+87
* Fix INADDR_LOOPBACKTed Lemon1996-05-201-1/+1
* Sample config file for new portTed Lemon1996-05-201-0/+292
* Fix copyrights; fix INADDR_LOOPBACK; define more basic int types; lose bogus ...Ted Lemon1996-05-201-27/+15
* Fix copyrights; lose ether_hdr compat; use bitypes.h; lose bogus time defs; l...Ted Lemon1996-05-201-33/+12
* Fix copyrights; lose ether_hdr compat; define more basic int types; lose bogu...Ted Lemon1996-05-201-41/+14
* Fix copyright; lose old modemd time defs; SIN_LEN becomes SA_LENTed Lemon1996-05-201-14/+9
* Fix copyright; lose old modemd time defs; lose BROKEN_TM_GMT; fix SNPRINTF co...Ted Lemon1996-05-201-45/+19
* Fix copyright, INADDR_LOOPBACK; lose useless modemd time macros; SIN_LEN beco...Ted Lemon1996-05-201-12/+8
* Unfix INADDR_LOOPBACKTed Lemon1996-05-201-1/+1
* Fix copyright; fix INADDR_LOOPBACK; SIN_LEN becomes SA_LEN; lose useless mode...Ted Lemon1996-05-201-12/+8
* Fix copyright; lose useless modemd time macrosTed Lemon1996-05-201-13/+8
* SCO ODT 3.0 config fileTed Lemon1996-05-201-0/+112
* Packet header declarations as defined in 4.4BSDTed Lemon1996-05-203-0/+292
* Fix copyright; add porting comments; add SCO support; lose etherhdr compatibi...Ted Lemon1996-05-201-19/+47
* Fix copyrightTed Lemon1996-05-202-2/+4
* Fix up prototypes for convert.cTed Lemon1996-05-201-8/+8
* Fix copyright; INLINE is a GNU C construct, not ANSI; SCO defines __STDC__ ev...Ted Lemon1996-05-191-17/+23
* error() returns void; declare all variables as externTed Lemon1996-05-171-5/+5
* Fix up 64-bit faux pasTed Lemon1996-05-171-2/+2
* Clean up commentsTed Lemon1996-05-171-4/+4
* Fix ultrix.h so it works without a hacked Ultrix systemTed Lemon1996-05-178-14/+25
* Add support for broken old 4.2BSD syslogTed Lemon1996-05-171-1/+1
* Configuration information for Alpha/OSF1Ted Lemon1996-05-161-0/+93
* Add support for Alpha/OSF1; add default format for sprintfing BPF device nameTed Lemon1996-05-161-0/+8
* Add jmp_buf prototype declaration macroTed Lemon1996-05-161-1/+1
* Add solaris dependenciesTed Lemon1996-05-161-6/+8
* Fix up jmp_buf declarationsTed Lemon1996-05-161-18/+18
* Configuration for Solaris 2.5Ted Lemon1996-05-161-0/+132
* Use HAVE_SIN_LEN for bsdos...Ted Lemon1996-05-161-0/+2
* Default network API is NITTed Lemon1996-05-161-0/+6
* Define array-vs-struct compatibility macros; no snprintf; no strerror; use po...Ted Lemon1996-05-161-21/+40
* Move if_dl.h include to machine-dependent headersTed Lemon1996-05-163-0/+3
* Add struct-vs-array compatibility macros for jmp_buf and ether_[sd]hostTed Lemon1996-05-161-0/+22
* Define cdefs before osdeps; macrofy a couple of prototypesTed Lemon1996-05-161-4/+4
* Define default network API to useTed Lemon1996-05-135-2/+20
* Include site.h file for choosing networking code; set default if none chosen ...Ted Lemon1996-05-131-15/+33
* Move interface_info struct to dhcpd.hTed Lemon1996-05-131-11/+0
* Move interface_info struct here; add hardware_link struct; add interface info...Ted Lemon1996-05-121-26/+73