summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
* Make sure that the zone destructor doesn't get called twice inbmilekic2003-06-251-2/+6
* MFi386: revision 1.446.nyan2003-06-251-0/+6
* add "autoselect" mode and "auto" alias: these let you reset thesam2003-06-251-0/+6
* config+build glue for Atheros supportsam2003-06-254-0/+21
* add "no RNG support options" for ubsec and hifn driverssam2003-06-251-0/+3
* o correct mib spelling: reset -> retestsam2003-06-251-3/+15
* module for atheros halsam2003-06-251-0/+70
* Fix some style bugs.cognet2003-06-251-49/+50
* At this point targp will always be NULL, so remove the useless if.cognet2003-06-251-2/+0
* Make the netgraph ATM node compilable into the kernel.harti2003-06-253-0/+7
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-256-0/+1620
* Remove an '_' which was surplus to requirements.phk2003-06-251-1/+1
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-253-6/+0
* This commit was generated by cvs2svn to compensate for changes in r116801,sam2003-06-2511-0/+4530
|\
| * Initial import of Atheros Hardware Access Layer (HAL)sam2003-06-2511-0/+4530
* Remove a GIANT_REQUIRED on the kernel object that we no longer need.alc2003-06-251-2/+0
* Maintain the lock on a vm object when calling vm_page_grab().alc2003-06-251-3/+0
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-243-3/+3
* remove unnecessary comment. We do what the comments says we need to.jmg2003-06-241-3/+0
* /dev/null and /dev/zero does not need Giantphk2003-06-241-1/+2
* Assert that the vm object is locked on entry to dev_pager_getpages().alc2003-06-241-0/+1
* Fix a bug in nfsrv_read() that caused the replies to certain NFSv3iedowse2003-06-241-1/+1
* The ext2fs module needs a machine-dependent bitops.h file, so onlyiedowse2003-06-241-0/+2
* remove unused file (ipfw2 is the default in RELENG_5 and above; the oldluigi2003-06-241-2259/+0
* Drop locks before calling if_input() since it may re-enter fxp_start()njl2003-06-231-0/+10
* Add parenthesis so that we get all of the bits allgibbs2003-06-231-2/+2
* Include the ufs module if ALL_MODULES is defined so that it getsiedowse2003-06-231-4/+10
* Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
* Remove whitespace at end of line.luigi2003-06-231-4/+4
* Hook up scd(4) to the build.mdodd2003-06-231-0/+1
* Use UTC rather than GMT to describe time scale. latter is obsolete.imp2003-06-231-2/+2
* Add a few missing opt_ files to make this module compile again.iedowse2003-06-231-2/+3
* This commit was generated by cvs2svn to compensate for changes in r116748,njl2003-06-231-2/+2
|\
| * Fix a bug in register access. This should fix warning messages of:njl2003-06-231-2/+2
* | module for Atheros 802.11 driversam2003-06-231-0/+48
* | Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
* | new 802.11 layer:sam2003-06-2313-0/+5719
* | Add the hooks for netgraph and HARP to the NATM code. This allows usharti2003-06-231-3/+64
* | Check compatibility partitions on all archs. This makes vinumharti2003-06-231-2/+0
* | This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-239-2/+6685
* | Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-232-0/+4
* | Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-232-0/+24
* | Apply style(9) to this file. I'm going to touch large parts of this fileharti2003-06-231-30/+32
* | Assert that the vm object is locked on entry to vm_pager_get_pages().alc2003-06-231-5/+1
* | MFi386alc2003-06-231-8/+10
* | prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* | cleanup /dev/pci code some:jmg2003-06-231-54/+20
* | Redesign the externalization APIs from the MAC Framework torwatson2003-06-2318-547/+298
* | Prefer the vop_rmextattr() vnode operation for removing extendedrwatson2003-06-223-5/+12
OpenPOWER on IntegriCloud