summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* ehcivar.h:netchild2005-09-184-12/+100
* Fix spelling in a comment.rwatson2005-09-181-1/+1
* Assert that (vp) is locked in fifo_close(), since we rely on therwatson2005-09-181-0/+1
* Re-comment sbcompress() to explain what it is it does; it took merwatson2005-09-182-14/+40
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-187-0/+196
* MFi386: pci attribute allocation fixes.imp2005-09-183-2/+6
* MFp4: Expose device_probe_child()imp2005-09-182-1/+2
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busimp2005-09-173-2/+4
* Implement new world order in VFS locking for ACLs. This will remove thecsjp2005-09-173-132/+135
* o Add initial bits for IBSS support.damien2005-09-173-25/+110
* Complete rewrite in preparation of adding support for controlmarcel2005-09-171-154/+726
* o Change the type of the ent_name field from short to uint16_t.marcel2005-09-171-1/+1
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-176-1/+798
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-162-22/+40
* The arguments to printf() were swapped.ru2005-09-161-2/+2
* Break out of loop if next buffer pointer has become invalid while flushingtegge2005-09-161-0/+15
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-165-3/+12
* Do assorted nitpicking in diagnostics while I'm here:yar2005-09-161-9/+9
* Avoid deferencing NULL in if_free().ru2005-09-161-3/+2
* It's nice to have relevant comments both in if {} and else {},yar2005-09-161-1/+4
* Test the new M_VLANTAG packet flag before callingyar2005-09-161-2/+5
OpenPOWER on IntegriCloud