summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add a counter for the total number of pages cached and support foralc2007-07-273-0/+4
* CRB config file.cognet2007-07-271-0/+114
* XScale core 3 definitions.cognet2007-07-271-0/+5
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
* Say if the L2 cache is enabled or disabled as well.cognet2007-07-271-0/+6
* Use coherent mapping for DMA on arm. This is propably suitable for thecognet2007-07-271-0/+5
* Handle supersections and L2 cache.cognet2007-07-271-30/+36
* Use supersection instead of standard sections to map the whole memorycognet2007-07-271-11/+29
* Fix the cache mode description.cognet2007-07-271-5/+5
* Properly handle supersections.cognet2007-07-272-14/+46
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-272-15/+29
* Add a new set of functions to handle L2 cache. Make them no-op for everycognet2007-07-272-16/+67
* Import xscale core 3 cache management functions.cognet2007-07-271-0/+397
* INTR_FILTER bits for armcognet2007-07-271-2/+44
* Minor Bug fix that will cause panic with some terminal with voice path on USB.takawata2007-07-271-3/+9
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-2715-174/+14
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-272-2/+4
* Actually, upcalls cannot be freed while destroying the thread because weattilio2007-07-273-0/+21
* Continue effort to improve parity between UDPv4 and UDPv6: add a missingrwatson2007-07-271-6/+10
* Export the contents of the syncache to netstat.silby2007-07-275-13/+137
* style(9)yongari2007-07-271-2/+2
* Avoid holding the softc lock when using copyout().thompsa2007-07-263-58/+109
* Fix up ndis interaction with net80211thompsa2007-07-261-59/+98
* Reduce stack usage by 256 bytes per call. It helps to avoid kernelmav2007-07-261-5/+11
* When we do open, we should lock the vnode exclusively. This fixes few races:pjd2007-07-265-7/+8
* The v_mountedhere field is protected by the vnode lock, not vnode's internalpjd2007-07-261-1/+1
* If the trap number stored in the trapframe is corrupted into a negativejhb2007-07-262-4/+8
* Honor the IFF_MONITOR flag.glebius2007-07-261-0/+6
* Fix comments in tcp_do_segment().andre2007-07-251-5/+3
* Start to converge on standard ways of saying some things likeimp2007-07-251-86/+111
* Fix absolutely maddening autorepeat bug that would cause the last keyimp2007-07-251-0/+9
* ums(4) does not work if the mouse defaults to boot protocol. Forceimp2007-07-251-0/+8
* - 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
OpenPOWER on IntegriCloud