summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mostly mechanical rework of libalias:phk2004-01-1716-737/+1071
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
* Replaced outdated comment.ru2004-01-171-1/+1
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-173-6/+6
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
* Remove a warning.green2004-01-161-2/+0
* WITNESS won't let us hold two filedesc locks at the same time, so juggledes2004-01-161-3/+9
* KASSERT() that initproc->p_pid is 1. Very bad things happen if init'srwatson2004-01-161-0/+1
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-162-19/+13
* - Build things in pure alphabetical dictionary order.ru2004-01-161-148/+227
* Sync to 1.157 of usbdevssanpei2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)sanpei2004-01-162-1/+4
* Remove two KASSERTs which were overly paranoid.des2004-01-161-4/+0
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-162-2/+23
* Catch up with ATA UMA changesgrehan2004-01-152-0/+2
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-154-6/+9
* Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros.obrien2004-01-153-20/+24
* Take care to drop locks when calling malloc()des2004-01-151-2/+6
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* New file descriptor allocation code, derived from similar code introduceddes2004-01-158-250/+312
* Use generic net80211 framework for awi driver.onoe2004-01-1511-3697/+1616
* Add support for FH phy, which will be used by awi driver.onoe2004-01-154-49/+79
* - add openpic macio and psim/iobus attachmentsgrehan2004-01-151-4/+6
* Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe().wpaul2004-01-151-0/+110
* Add a per controller IOCTL interface.mdodd2004-01-153-1/+142
* - Add comments.mdodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.mdodd2004-01-151-6/+7
* VOP_GETATTR() wants the vnode passed to it to be locked. Insteadtruckman2004-01-141-13/+1
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-1416-36/+32
* Back out previous commit, which as bde@ pointed out is a no-op.des2004-01-141-2/+0
* This commit was generated by cvs2svn to compensate for changes in r124528,njl2004-01-141-1/+1
|\
| * When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",njl2004-01-141-1/+1
* | Update firmware sets for the 12160, 2200 and 2300 cards to the (more ormjacob2004-01-143-14713/+14215
* | MFi386: revision 1.462nyan2004-01-141-0/+2
* | Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
* | Re-add libkern/ffs.c. I thought sparc64 had an inline version, butdes2004-01-141-0/+1
* | #include <machine/cpufunc.h>, which may define inline versions of somedes2004-01-141-0/+2
* | Translate from GNU C to ISO C.des2004-01-144-4/+4
* | Remove vm_page_alloc_contig(). It's now unused.alc2004-01-142-16/+0
* | Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO toalc2004-01-141-10/+8
* | invalidate secpolicy pcb cache on key_timehandler. part ofume2004-01-141-0/+3
* | add missing key_freesp()s. part ofume2004-01-141-1/+4
* | mp_ncpus is always defined now, so no need to do an #ifdef SMP inwpaul2004-01-141-5/+1
* | Use contigmalloc() instead of vm_page_alloc_contig().alc2004-01-141-2/+5
* | Add an "ethernet" hook to the rfc1490 netgraph module. It will sendgreen2004-01-142-7/+35
* | If a device attach routine fails during boot and calls bus_teardown_intr(),truckman2004-01-131-1/+5
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-136-14/+14
* | Use 'vm_offset_t' rather than 'u_int32_t'.obrien2004-01-131-2/+2
OpenPOWER on IntegriCloud