summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - take out a needless panic under invariants for sctp_output.crrs2007-07-2412-215/+457
* MFp4: Force 64-bit arithmatic when caculating the maximum file size.delphij2007-07-241-1/+1
* Attach the iscsi module build.scottl2007-07-241-0/+1
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read thescottl2007-07-2413-0/+4417
* Update assertion after revision 1.23.pjd2007-07-242-2/+2
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDimp2007-07-241-0/+2
* Add MSI support.yongari2007-07-243-25/+93
* Don't fail on device attach if jumbo frame support was unsuccessful.yongari2007-07-242-9/+26
* upcall_free() was only used in kse_GC() which has been removed so it nowattilio2007-07-231-8/+0
* Actually, KSE kernel bits locking is broken and can lead likely toattilio2007-07-233-83/+71
* When checking labels during a vnode link operation in MLS, use the filerwatson2007-07-231-1/+1
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-239-18/+36
* Continue effort to align UDPv4 and UDPv6 implementations by mergingrwatson2007-07-234-333/+226
* Make using msdosfs as the root file system sort of work:bde2007-07-231-3/+15
* MFp4: When swapping is not enabled, allow creating files by takingdelphij2007-07-231-1/+1
* Preprocessing stub "KSE" breaks ABI either with modules and userspaceattilio2007-07-221-8/+0
* ndis will signal the kthread to exit and then sleep on the proc pointer tothompsa2007-07-221-2/+6
* The HPET appears to be broken on silby's Acer Pentium M system, nevernjl2007-07-221-4/+18
* Change new Wi-Spy device name to Wi-Spy 2.4x.imp2007-07-221-1/+1
* WISPY added an X.imp2007-07-221-1/+1
* Merge OpenBSM 1.0 alpha 15 changes to src/sys/bsm:rwatson2007-07-224-52/+91
* Use bus_get_dma_tag() to obtain the parent DMA tag.kevlo2007-07-222-24/+29
* Add some additional devices.imp2007-07-221-3/+19
* - remove duplicate code from sctp_asconf.crrs2007-07-219-18/+42
* Do not forget to cam_periph_unhold the peripheral before exitingkan2007-07-211-2/+5
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the samese2007-07-201-12/+17
* Implement vfs clustering for msdosfs.bde2007-07-201-6/+49
* Clean up before implementing vfs clustering for msdosfs:bde2007-07-202-37/+43
* In add_channel(), search 11g channels if mode is AUTO and correspondingsephe2007-07-201-5/+11
* Make sure we release the control vnode in Coda:rwatson2007-07-202-5/+1
* ttyfree() frees the cdev(). But if there are pending kevents,kib2007-07-201-7/+17
* Fix some problems with lock profiling in rw locks:attilio2007-07-202-17/+34
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEattilio2007-07-201-6/+0
* Two changes to vm_fault_additional_pages():alc2007-07-201-19/+11
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-202-12/+17
* Add legacy interrupt handler which would be more appropriate foryongari2007-07-201-9/+90
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-193-4/+38
* - Refine the load balancer to improve buildkernel times on dual corejeff2007-07-191-47/+29
* - When newtd is specified to sched_switch() it was not being initializedjeff2007-07-191-7/+25
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-1912-2208/+25009
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-193-3/+6
* Restore behavior changed with rev. 1.46 and makebz2007-07-191-1/+1
* - Remove explicit references to sched_lock. A simpler assert will do.jeff2007-07-191-2/+1
* - Calling sched_nice() in tdsigwakeup() is no longer required by ULE andjeff2007-07-191-6/+2
* MFp4: Rework on tmpfs's mapped read/write procedures. Thisdelphij2007-07-191-60/+185
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-184-3/+9
* - Add the proper lock profiling calls to _thread_lock().jeff2007-07-181-2/+8
* - Update ULE note to remove warnings against production use.jeff2007-07-181-4/+5
* ULE 3.0: Fine grain scheduler locking and affinity improvements. This hasjeff2007-07-171-548/+916
* - Optimize the amd64 cpu_switch() TD_LOCK blocking and releasing tojeff2007-07-171-15/+19
OpenPOWER on IntegriCloud