summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove 'uio' argument from MAC Framework and MAC policy entry points forrwatson2009-03-0811-38/+23
* Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchrwatson2009-03-081-3/+3
* Improve the consistency of MAC Framework and MAC policy entry pointrwatson2009-03-0810-476/+463
* Move m_getcl() into its own function. This also fixes a bug where the m_adj forthompsa2009-03-083-7/+18
* Don't declare bin_search() as an inline function, since there's nodas2009-03-081-1/+1
* Fix endian conversion from htole16 to htole32.thompsa2009-03-081-1/+1
* Small comment nit: "run time" -> "run-time".sobomax2009-03-082-2/+2
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-0817-14/+660
* When resetting a BPF descriptor, properly check that zero-copy buffersrwatson2009-03-071-5/+11
* Revert the part of change 107879 that employs the unused bytes aftermarcel2009-03-072-5/+5
* Import support for ATI Radeon R600 and R700 series chips.rnoland2009-03-0710-385/+26952
* Reenable ndis in the LINT build now that it has been updated for USB. Thanks tothompsa2009-03-072-4/+4
* (re)merge r186415,186416 from the old usb stack;thompsa2009-03-073-200/+255
* On architectures with strict alignment requirements compensatemarius2009-03-073-8/+38
* Fix some missed htole32 conversions to htoehci32.thompsa2009-03-071-8/+8
* Mark the bpf stats sysctl as being mpsafe. We do not requirecsjp2009-03-071-1/+1
* Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE torwatson2009-03-071-18/+18
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-0720-1874/+1759
* Cleanup virtual device mapping some more:sam2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these aresam2009-03-061-34/+0
* enable tdma support by default; many people using these boardssam2009-03-062-0/+4
* legacy USB is required on these platforms at the momentsam2009-03-062-21/+23
* fix legacy usb configurationsam2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupsam2009-03-061-17/+11
* If the PDE is known, then use the direct mapping instead of the recursivealc2009-03-061-3/+5
* MFp4 //depot/projects/usb@158692thompsa2009-03-061-0/+9
* Ensure the cached rq pointer is still valid before waking up the address, thethompsa2009-03-061-4/+8
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-065-23/+21
* Add a couple of more things to the FTDI driver I came across:joerg2009-03-062-0/+4
* Invert the logic error for the MSI/MSIX vs INTx case.rnoland2009-03-061-1/+1
* MFi386: 189423nyan2009-03-061-1/+2
* MFi386: part of 189421nyan2009-03-061-2/+4
* Fixes for window probes:rrs2009-03-062-50/+70
* A better fix for handling different FPU initial control words for differentjhb2009-03-0510-14/+30
* Fix usb2_poll not to return an error number as the function return value is athompsa2009-03-051-9/+5
* Allow syscons to work on amd64 and i386 without any hints:jhb2009-03-051-3/+7
* Remove unused arg from npxinit(). Forgot to commit this file in thejhb2009-03-051-1/+1
* Some cleanups to the i386 FPU support:jhb2009-03-053-53/+36
* Make pmap_copy() more TLB friendly. Specifically, make it use the kernel'salc2009-03-051-5/+4
* A few cleanups to the FPU code on amd64:jhb2009-03-053-33/+22
* Move the PCB flag macros up next to the 'pcb_flags' member in the struct.jhb2009-03-051-5/+6
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)jhb2009-03-052-0/+13
* SAs are valid (but dying) when they reached soft lifetime,vanhu2009-03-051-14/+7
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-052-0/+8
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEjhb2009-03-051-2/+6
* Systematically use vm_size_t to specify the size of the segment for VM KPI.kib2009-03-051-6/+6
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokeyongari2009-03-051-10/+1
OpenPOWER on IntegriCloud