summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-135-115/+109
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagjhb2003-03-132-1/+13
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-136-24/+60
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-136-6/+44
* Memory allocated with contigmalloc() should be freed withmux2003-03-131-1/+4
* This corrects a longstanding endian bug in processing LLC/SNAP encodedharti2003-03-132-5/+5
* Greatly simplify the unlocking logic by holding the TCP protocol lock untilhsu2003-03-132-16/+4
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* In m_dup_pkthdr(), convert the supplied `how' argument into mallociedowse2003-03-131-1/+2
* Add pci id# for the sis648sos2003-03-132-0/+4
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-134-36/+46
* - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not beenjeff2003-03-131-14/+17
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-134-50/+34
OpenPOWER on IntegriCloud