summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-0212-29/+943
* Bring in more built-in defines from NetBSDimp2010-03-021-14/+73
* Add n32 ABI generators...imp2010-03-024-1/+11
* Remove taskqueue based interrupt handling. After r204541 msk(4)yongari2010-03-022-155/+26
* Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoffyongari2010-03-011-1/+7
* calculates the integer square root if a positive integer X is largerweongyo2010-03-011-4/+5
* Implement rudimentary interrupt moderation with programmableyongari2010-03-012-20/+23
* Make sure to enable flow-control only if established link isyongari2010-03-011-14/+11
* Properly sync status LEs after processing.yongari2010-03-011-9/+2
* Add PCI ID for MCS9901.delphij2010-03-011-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-014-28/+0
* Properly setup the TX FIFO threshold for AR5416 based chipsets,rpaulo2010-03-016-5/+22
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-017-49/+0
* Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properlybruno2010-03-011-4/+17
* Print the contents of the miscellaneous (MISC) register to the console ifjhb2010-03-012-0/+4
* Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' inrwatson2010-03-011-1/+1
* Not all programs including kvm.h include the necessary headers to userwatson2010-03-011-1/+1
* - Add ALI M5228 PATA ID.mav2010-03-012-1/+3
* Teach netstat -Q to work with -N and -M by adding libkvm versions of datarwatson2010-03-013-26/+278
* Whitespace tweak.rwatson2010-03-011-1/+1
* Changes to support crashdump analysis of netisr:rwatson2010-03-012-113/+179
* A first cut at teaching libkvm how to deal with dynamic per-CPU storagerwatson2010-03-016-7/+210
* Rewrite red-black trees to do lazy balance fixup. This improvesjasone2010-02-282-772/+837
* Provide BSD-style Makefile for the device tree compiler (dtc).raj2010-02-281-0/+51
* Let dtc build with FreeBSD yacc/lex.raj2010-02-282-1/+4
* Merge DTC-d75b33af.raj2010-02-2850-0/+12611
|\
| * Update DTC to git d75b33af676d0beac8398651a7f09037555a550b.raj2010-02-2776-608/+1626
| * Initial import of the Device Tree Compiler (DTC) package v1.2.0.raj2010-02-27130-0/+14594
* simplify hash calculationticso2010-02-281-5/+1
* Mark msdosfs as mpsafe.kib2010-02-281-0/+1
* Fix the race between dotdot lookup and forced unmount, by usingkib2010-02-281-23/+81
* Use pm_fatlock to protect per-filesystem rb tree used to allocate filenokib2010-02-281-10/+6
* Add assertions for FAT bitmap state.kib2010-02-281-0/+8
* Use pm_fatlock to protect fat bitmap.kib2010-02-282-12/+38
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedkib2010-02-282-1/+19
* In msdosfs deget(), properly handle the case when the vnode is found in hash.kib2010-02-281-3/+2
* In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED andkib2010-02-281-2/+2
* Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir,kib2010-02-281-2/+0
* Assert that the msdosfs vnode is (e)locked in several places.kib2010-02-282-8/+8
* Remove unused global statistic about fat cache usage.kib2010-02-281-21/+0
* In both if_tun and if_tap:kib2010-02-282-19/+5
* remove debug leftoverticso2010-02-281-1/+0
* Fix multicast hashes.ticso2010-02-281-2/+17
* Add files to remove when MK_PPP=no.antoine2010-02-281-0/+8
* Add files to remove when MK_PORTSNAP=no.antoine2010-02-281-0/+9
* Add files to remove when MK_PKGTOOLS=no.antoine2010-02-281-0/+16
* Add files to remove when MK_PF=no.antoine2010-02-281-3/+28
* Add files to remove when MK_NTP=no.antoine2010-02-281-0/+87
* Update files to remove when MK_RCMDS=no.antoine2010-02-281-0/+8
OpenPOWER on IntegriCloud