summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcmcia (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-0710-279/+115
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-11/+12
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-2/+2
* remove esp at pcmcia attachment. it doesn't even compile.tedu2020-01-202-512/+1
* pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-01-111-2/+2
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-312-5/+5
* noone has gpr(4) devices.deraadt2019-12-133-494/+1
* prune files.* entries that refer to files not in treejsg2018-02-141-15/+1
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-302-4/+2
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-12/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-084-8/+4
* Fix a memory leak in an error path. Coverity CID 1453101.jsg2017-08-241-2/+4
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-222-6/+4
* remove cnw driver. it was never enabled anywhere except on amd64 (and onlytedu2016-09-033-984/+1
* Kill unused function wrappers, from David Hill.mpi2016-06-061-22/+2
* G/C IFQ_SET_READY().mpi2016-04-133-6/+3
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-3/+3
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-9/+5
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-082-4/+4
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-252-10/+11
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-245-10/+5
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-244-8/+4
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-202-5/+5
* Kill useless IFQ_POLL().mpi2015-11-111-3/+2
* arp_ifinit() is no longer needed and almost dead.mpi2015-10-253-16/+3
* MFREE(9) is dead, long live m_freem(9)!mpi2015-07-082-4/+4
* dont double count if_ibytes here, it gets done by something insidedlg2015-06-291-2/+1
* Increment if_ipackets in if_input().mpi2015-06-243-6/+3
* No need to set "rcvif", if_input() does it for you.mpi2015-05-211-2/+1
* Convert to if_input().mpi2015-05-192-34/+13
* test mbuf pointers against NULL not 0jsg2015-05-132-9/+9
* Now that if_input() set the receiving interface pointer on mbufs for usmpi2015-04-131-2/+2
* Convert to if_input().mpi2015-04-081-7/+10
* Remove some includes include-what-you-use claims don'tjsg2015-03-1410-21/+10
* unbreak pcmcia an(4) by adding back some lines removed in rev 1.21jsg2015-02-281-1/+3
* unifdef INETtedu2014-12-224-12/+4
* yet more mallocarray() changes.doug2014-12-131-3/+4
* More duplicate #include cleanout.krw2014-12-031-3/+1
* use the correct capitalization for Realtek.brad2014-11-241-2/+2
* remove uneeded proc.h includesjsg2014-09-143-6/+3
* its a bit silly to include mbuf.h to get to malloc.h. just includedlg2014-08-181-2/+2
* Fewer <netinet/in_systm.h>mpi2014-08-115-22/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-125-18/+18
* remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt2014-07-101-3/+1
* format string fixes for bus_addr_t and bus_size_tsf2014-05-042-4/+4
* add a missing argument to a debug printfjsg2014-01-221-2/+2