| Age | Commit message (Expand) | Author |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-05-05 | Fix OFW_PCI_PHYS_HI_DEVICEMASK value. | tsubai |
| 1999-05-04 | Make this compile again. | thorpej |
| 1999-05-04 | Define some things related to the PCI Bus binding to OpenFirmware. | thorpej |
| 1999-03-10 | oops, fix previous. | mrg |
| 1999-03-09 | no need to use __P inside __P. | mrg |
| 1999-02-03 | Update last prototyping change. | pk |
| 1999-02-02 | Make this pass the `strict prototype' test. | pk |
| 1998-07-22 | Add common OpenFirmware network interface functions. Currently supports | thorpej |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-10 | Missing include <sys/systm.h>. | tv |
| 1998-03-21 | Replace TS_WOPEN with t_wopen, per mail on tech-kern. | mycroft |
| 1998-03-21 | -Wall | cgd |
| 1998-03-21 | -Wall (one real bug, even!) | cgd |
| 1998-02-24 | Forcibly NUL-terminate the path name, just to be sure. | mycroft |
| 1998-02-24 | Minor style change. | mycroft |
| 1998-02-24 | Several things: | mycroft |
| 1998-02-16 | Remove "class" declarations, and add "devclass" declarations where | thorpej |
| 1998-02-03 | s/of_nodename/of_packagename/. Eventually, we'll probably want something | cgd |
| 1998-02-03 | in ofbattach(), don't both doing an ofbprint() by hand if the root node. | cgd |
| 1998-02-02 | make ofbprint() use of_nodename(). cleanup. | cgd |
| 1998-02-02 | add of_nodename(), a function to stuff the last component of a node's | cgd |
| 1998-02-02 | add a prototype for of_nodename(), a function to stuff the last | cgd |
| 1998-02-02 | Prototype OF_getproplen(). | thorpej |
| 1998-01-28 | prototype of_compatible | cgd |
| 1998-01-28 | clean up comments and includes. add an of_compatible() function | cgd |
| 1998-01-27 | Make sure the data after the Ethernet header is aligned. (It's been | cgd |
| 1998-01-26 | clean up for other changes (removal of ofnmmatch(), addition of | cgd |
| 1998-01-26 | of_decode_int() the stdin and stdout properties. | cgd |
| 1998-01-26 | new file containing common OFW-related routines. Right now just contains | cgd |
| 1998-01-26 | (1) kill ofnmmatch(); nothing used it (and it's not clear that | cgd |
| 1998-01-26 | add ofw_subr.c, a file containing common OFW routines. | cgd |
| 1998-01-22 | fix typo: s/max-address/mac-address/ | cgd |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-08 | Oops, fix a couple of typos. | thorpej |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-07-23 | RCS id police. | thorpej |
| 1997-07-23 | Fix an oversight and a typo. | thorpej |
| 1997-06-24 | Three changes to ofdsize(): | thorpej |
| 1997-04-28 | DTRT if OF_read() returns 0 when no data is available. | mycroft |
| 1997-04-28 | Oops; forgot to GC the last mbuf allocated when out of clusters. | mycroft |
| 1997-04-24 | Fix typo in previous. | mycroft |
| 1997-04-24 | If we fail to allocate a cluster to hold a large packet, simply | mycroft |
| 1997-04-16 | Update for no __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1997-04-16 | - Update for no __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1997-04-16 | - Update for no __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1997-04-16 | Update for no __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1996-10-16 | Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB | ws |