FreeBSD src
Go to file
Rodney W. Grimes 79c2a5b3ff Cosmetic code cleanup from Matt's latest driver.
a)  Removal of private typedefs tulip_uint*_t, use standard u_int_*_t.

b)  Change [Dd][Cc]21.4. to just 21.4., seems Dec has done this to all
    of the drivers for all OS's.  (Did they get in trouble with someone?)
    [The few that remain can either not be eliminated, or are waiting for
    additional driver functional changes that will remove them.]

c)  Move some code from dc21040.h into the driver, later a whole block of that
    code and more will move to devar.h, but for now this makes it easier
    to study diffs.

d)  Add a big bold comment to the README.de file about it not reflecting
    reality anymore.

Note that these are all cosmetic changes and should be no functional
change in the driver whatsoever.  If _anyone_ spots a problem introduced
by this please let me know ASAP!
1996-12-01 06:01:00 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Use LANG=C, LC_CTYPE=C, LC_TIME=C 1996-11-26 08:58:57 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Add share/misc. Definite 2.2 candidate, if we want it to be consistent 1996-11-26 10:01:28 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu Made the synopsis in the man page conform to the style guide. 1996-11-30 16:12:46 +00:00
include Update to more current reality. 1996-11-28 09:57:31 +00:00
lib Update getdomainname(3) to reflect that it operates on 1996-12-01 00:10:28 +00:00
libexec Truncate the file when opening it with write intent. Otherwise, 1996-11-30 20:59:32 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Change boolean nature of "router" variable since it's not a boolean 1996-11-29 23:52:20 +00:00
sbin Fix lots of non-bug questionable code: 1996-11-21 19:36:09 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Correct some spelling errors. 1996-12-01 00:25:06 +00:00
sys Cosmetic code cleanup from Matt's latest driver. 1996-12-01 06:01:00 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Made the synopsis in the man page conform to the style guide. 1996-11-30 16:12:46 +00:00
usr.sbin This commit changes the YPPROC_ALL procecdure so that it handles requests 1996-11-30 22:38:44 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00