summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace issues.mdodd2003-03-151-20/+20
* Register module dependencies.mdodd2003-03-151-0/+2
* Don't build if_iso88025subr.c into the oltr module.mdodd2003-03-151-25/+3
* G/C unused varilable.mdodd2003-03-151-1/+1
* Catch up with recent changes.mdodd2003-03-151-36/+5
* Bump __FreeBSD_version for token-ring changes.mdodd2003-03-151-1/+1
* Don't strip header from packets before input routine is called.mdodd2003-03-152-6/+27
* Use if_printf().mdodd2003-03-152-4/+3
* iso88025_ifattach() changes:mdodd2003-03-152-3/+22
* - Style(9) changes.mdodd2003-03-151-4/+11
* Stray } forgotten by manual merging.mdodd2003-03-151-1/+0
* - Remove stray ).mdodd2003-03-151-2/+6
* One devstat_start_transaction_bio() is enough.phk2003-03-151-7/+0
* Revert part of 1.37; use bcopy() like if_fddisubr.c.mdodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.mdodd2003-03-151-11/+19
* Run a revision of the devstat interface:phk2003-03-154-114/+90
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.mdodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsmdodd2003-03-151-5/+20
* Add MAC support.mdodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.mdodd2003-03-151-1/+1
* - Add comment.mdodd2003-03-151-2/+5
* Reduce code differences.mdodd2003-03-153-19/+20
* Use ISO88025_ADDR_LEN where appropriate.mdodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.mdodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.mdodd2003-03-153-3/+3
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* Some whitespace/style/readability changes.mdodd2003-03-151-16/+29
* Add iso88025_resolvemulti().mdodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().mdodd2003-03-151-9/+9
* Re-order and prune includes.mdodd2003-03-152-17/+9
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-154-41/+146
* Add module data and version.mdodd2003-03-152-0/+18
* s/llc_un.type_snap/llc_snap/gmdodd2003-03-151-9/+9
* Formatting and whitespace changes.mdodd2003-03-151-9/+9
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canphk2003-03-152-1/+2
* Don't use the devstat->busy_count for state decisions in the devicephk2003-03-152-8/+13
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-158-8/+8
* Use devstat_{start,end}_transaction_bio().phk2003-03-151-10/+3
* Add a devstat_start_transaction_bio() to match thephk2003-03-152-0/+8
* Add a 'verrevpath' option that verifies the interface that a packetcjc2003-03-152-0/+52
* Add missing types, update standard namespaces, and use variable typesmike2003-03-141-46/+91
* Bah, get it right this time and add sys/lock.h before sys/mutex.h.mux2003-03-141-0/+1
* lock.h must be included before mutex.h.jake2003-03-141-0/+1
* - Add a forgotten BUF_LOCK()jeff2003-03-141-0/+1
* Export current time when returning from never blocked syscall.davidxu2003-03-142-2/+16
* Oops, add missing includes. Pass me the pointy hat.mux2003-03-142-0/+2
* Trim some trailing whitespace.jhb2003-03-131-2/+2
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,scottl2003-03-131-2/+0
OpenPOWER on IntegriCloud