summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove AMD Family 0Fh, Model 6Bh, Stepping 2 from the list of P-statejkim2010-12-091-1/+1
* Fix a long standing (from the original 4.4BSD lite sources) race betweenmlaier2010-12-092-1/+46
* When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* When r207410 eliminated the acquisition and release of the page queuesalc2010-12-091-61/+40
* Disable attempts to establish a callback connection from thermacklem2010-12-091-5/+13
* Fix compilation when DEBUG option is enabled.jchandra2010-12-093-9/+1
* Unbreak "make installworld" w/ DESTDIR specifiedsyrinx2010-12-091-2/+2
* Build sade on amd64 as well as i386 and sparc64.brucec2010-12-091-0/+3
* Closing fd when it's donekevlo2010-12-091-0/+1
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-098-18/+12
* Revert the vm/vm_page.c change in r216317.jchandra2010-12-091-1/+1
* - Populate dump_avail with proper values from phys_availgonzo2010-12-099-3/+43
* swi_vm() for mips.jchandra2010-12-092-1/+4
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.ccperciva2010-12-095-1225/+3
* UMA_MD_SMALL_ALLOC for mips.jchandra2010-12-095-12/+103
* MFp4:davidxu2010-12-091-3/+42
* MFp4:davidxu2010-12-097-31/+35
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.jkim2010-12-083-13/+15
* printf: Test that the "--" option terminator works.jilles2010-12-082-1/+3
* printf: Remove support for building as a csh builtin.jilles2010-12-081-8/+2
* Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).mav2010-12-081-0/+4
* On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192,cperciva2010-12-082-0/+8
* MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is acperciva2010-12-081-0/+5
* MFi386 r1.81, r1.82, r1.84: Reorganize code to reduce cache pressure andcperciva2010-12-081-72/+80
* Fix typos.syrinx2010-12-081-2/+2
* Add (disabled) sample configurations needed to enable the snmp_usm andsyrinx2010-12-081-0/+136
* Add a forgotten file from r216294 and unbreak the build.syrinx2010-12-081-0/+404
* Use convenience macro for minimum and maximum value capping whenattilio2010-12-082-15/+19
* - Fix array bounds checking. [1]glebius2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.glebius2010-12-081-0/+1
* Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.syrinx2010-12-0813-1/+7563
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...syrinx2010-12-0835-257/+4578
* Print message with information about updating the boot code if a newmm2010-12-081-10/+9
* Close fd in initattr() and showattr().kevlo2010-12-081-0/+6
* Do not print OpenSolaris hint to use (non-existing) installgrub(1) commandmm2010-12-081-0/+4
* Fix a typo.hrs2010-12-081-1/+1
* Closing file descriptors when it's donekevlo2010-12-081-0/+3
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-086-256/+4
* Add myself to calendar.freebsd and committers-ports.dotflo2010-12-072-0/+4
* Postpone the unmasking of event channels (aka. interrupts) until aftercperciva2010-12-071-20/+33
* Use int for 'tsc_present' instead of u_int. It is just a boolean.jkim2010-12-072-2/+2
* Loosen the locking in nd6-free() again after r216022 to avoidbz2010-12-071-13/+24
* Remove stale comments about P-state invariant TSC and fix style(9) nits.jkim2010-12-074-16/+8
* Do not register a event handler for CPU freqency changes when it is foundjkim2010-12-072-8/+32
* Now the P-state invariant TSC is probed early enough, do not register eventjkim2010-12-072-20/+16
* Probe P-state invariant TSC from rightful place.jkim2010-12-074-44/+46
* Don't warn if a partition appears not to be aligned on a track boundary.brucec2010-12-071-6/+0
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughweongyo2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-073-3/+4
OpenPOWER on IntegriCloud