summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/stand/netif_of.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill the remaining <netinet/in_systm.h> inclusion!mpi2014-08-211-2/+1
|
* Don't forget to actually return a value in ttyname(), and fix a bunch ofmiod2008-05-251-3/+1
| | | | warnings while there.
* There is no end to the ANSI/KNF journey.drahn2003-10-161-20/+10
|
* backout prematurederaadt2002-09-151-8/+8
|
* KNFderaadt2002-09-151-8/+8
|
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-0/+252
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand to macppc/stand