summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for oldcard by removing compat shims.imp2005-09-201-24/+4
* Eliminate support for oldcard by removing the compat shims.imp2005-09-201-26/+5
* remove some dead codeimp2005-09-201-9/+1
* Remove queue check from last commit. In most cases there is smth in queue,glebius2005-09-201-2/+1
* Check IFF_DRV_RUNNING and presense of packets in queue before callingglebius2005-09-201-1/+3
* Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.imura2005-09-201-1/+1
* Fix build.glebius2005-09-202-0/+14
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Move code macros from if_sis*reg*.h to if_sis.*c*phk2005-09-202-16/+16
* Add pccard_device.cimp2005-09-202-1/+2
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-204-164/+368
* Call the passed function on cis scanning for all nodes in the CISimp2005-09-201-0/+17
* Protect includes for kernel specific use from userland.ticso2005-09-191-0/+2
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-195-18/+18
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-194-31/+31
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-193-14/+14
* Start time_uptime with 1 instead of 0.andre2005-09-191-1/+1
* Replace m_extadd() with macro version MEXTADD().andre2005-09-192-4/+4
* Replace custom mbuf writeability test with genericandre2005-09-191-2/+2
* Rewamp DEVFS internals pretty severely [1].phk2005-09-198-487/+465
* Use phk's kernel unit number allocator to associate unique ids to neighborsdamien2005-09-193-45/+76
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-197-0/+7
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-1925-14/+168
* Drop current rtentry lock before calling rt_getifa(). This fixes a LORglebius2005-09-191-3/+3
* It's safe to wait for command completion in iwi_config().damien2005-09-191-1/+2
* Fix genassym.o dependencies.ru2005-09-191-1/+4
* Remove duplicate if_free().imp2005-09-191-1/+0
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-197-73/+0
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-1911-33/+76
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-5/+5
* sample.c needs ath magic include pathphk2005-09-191-1/+2
* Dej'a vu of revision 1.35glebius2005-09-191-1/+1
* Fix the module build for snp(4).mux2005-09-191-1/+1
* Connect smbfs build on powerpc.imura2005-09-191-0/+1
* Remove macrosimura2005-09-191-48/+0
* Dont wait for READY on ATAPI_IDENTIFY.sos2005-09-191-1/+5
* Fix configuration locking in MD.phk2005-09-191-116/+80
* Last change to this file actually removed the oldcard compat code.imp2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-1931-62/+55
* o Don't cause a panic when the control request lacks a verb.marcel2005-09-181-5/+9
* Move the UUID generator into its own function, called kern_uuidgen(),marcel2005-09-182-29/+41
* Add three new read-only socket options, which allow regression testsrwatson2005-09-182-0/+20
* No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt...imp2005-09-181-1/+0
* MFp4:imp2005-09-183-125/+149
* Slightly change the API for the SNPSTTY ioctl so that the userland nowcognet2005-09-182-9/+16
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-183-8/+20
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
* Merge NetBSD fixes (except for 1.97 there should be no functional change):netchild2005-09-181-185/+237
* - In gem_ioctl() move the call to ether_ioctl() to the default case ofmarius2005-09-181-47/+29
OpenPOWER on IntegriCloud