summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add debugging prints to all the methods in case there are problems withnjl2005-04-101-7/+70
| | | | | managing levels. This can be enabled with the debug.cpufreq.verbose tunable and sysctl.
* Fix support for _PDC by using the proper version/length format for thenjl2005-04-102-3/+24
| | | | | buffer. Also, reference the Intel document where the _PDC values were found. This now supports ACPI-assisted SpeedStep on my borrowed T42.
* Add myself to the calendar.remko2005-04-101-0/+1
| | | | | MFC after: 1 week Approved by: simon (mentor)
* Add support for recording the total energy used (in joules) when innjl2005-04-101-6/+47
| | | | | | verbose mode. This is useful for profiling new adaptive algorithms in performance (via time(1)) and total energy consumed for a given workload.
* Add a machine-specific, optimized implementation of strcat.alc2005-04-102-1/+166
| | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-102-10/+6
| | | | | | | | a return instruction. (The latter is discouraged by the Opteron optimization manual because it disables branch prediction for the return instruction.) Reviewed by: bde
* Update copyright: parts of the netipx implementation are covered by arwatson2005-04-101-1/+1
| | | | | | 2005 copyright. MFC after: 3 days
* Compare (mbuf *) with NULL, not 0.rwatson2005-04-101-1/+1
| | | | MFC after: 3 days
* Fix the output ports on the AD1988 codec. From the submitter:scottl2005-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | Affects to people WITH an AD1888 codec, the system will output to the port labeled "speaker" instead of microphone. System will work the same in multiple operating systems. If people are currently using their systems with this codec they will need to swap their output ports. I have _not_ checked audio input or line input (basically, I have checked nothing other than line-out). I believe this is an appropriate change, it makes us consistent with documentation, and other operating systems. Furthermore, this feature (playing) is the vast majority of sound activities, so if this makes is right for playback and wrong for recording... playback is more important, and we can fix recoding in the future without worries of screwing people again in the future (since we'll be "right" on the playback). Submitted by: David Cross
* o Add DragonFly 1.2.0.maxim2005-04-101-3/+4
| | | | o s/DFD/DFB/g as DragonFly people did.
* Remove duplicated "bytes".delphij2005-04-101-1/+1
| | | | | Submitted by: Wojciech A. Koszek [dunstan freebsd czest pl] PR: 79747
* s/self-distruction/self-destructionschweikh2005-04-101-2/+2
|
* Refine the SATA PHY code so the time consumed during probe is reduced.sos2005-04-103-10/+15
| | | | Add the older nVidia nForce2 SATA chip to supported HW.
* - Tighten up the Timestamp checks to prevent a spoofed segment fromps2005-04-103-6/+47
| | | | | | | | | | setting ts_recent to an arbitrary value, stopping further communication between the two hosts. - If the Echoed Timestamp is greater than the current time, fall back to the non RFC 1323 RTT calculation. Submitted by: Raja Mukerji (raja at moselle dot com) Reviewed by: Noritoshi Demizu, Mohan Srinivasan
* - If the reassembly queue limit was reached or if we couldn't allocateps2005-04-104-2/+8
| | | | | | | | | | | a reassembly queue state structure, don't update (receiver) sack report. - Similarly, if tcp_drain() is called, freeing up all items on the reassembly queue, clean the sack report. Found, Submitted by: Noritoshi Demizu <demizu at dd dot iij4u dot or dot jp> Reviewed by: Mohan Srinivasan (mohans at yahoo-inc dot com), Raja Mukerji (raja at moselle dot com).
* When the rightmost SACK block expands, rcv_lastsack should be updated.ps2005-04-101-0/+2
| | | | | | | | (Fix for kern/78226). Submitted by : Noritoshi Demizu <demizu at dd dot iij4u dot or dot jp> Reviewed by : Mohan Srinivasan (mohans at yahoo-inc dot com), Raja Mukerji (raja at moselle dot com).
* Remove some unused sack fields.ps2005-04-101-3/+0
| | | | Submitted by : Noritoshi Demizu, Mohan Srinivasan.
* Add a machine-specific, optimized implementation of strcpy.alc2005-04-102-1/+113
| | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks
* Oops, correct typo.nyan2005-04-107-7/+7
|
* Initialize vp before using it. Failing to do this can cause instantdelphij2005-04-101-0/+1
| | | | | | panic when trying to access a file on mounted smbfs. Submitted by: takawata at jp freebsd org
* Suspend all other threads in the process while generating a core dump.das2005-04-101-1/+11
| | | | | | | | | | | | The main reason for doing this is that the ELF dump handler expects the thread list to be fixed while the dump header is generated, so an upcall that occurs at the wrong time can lead to buffer overruns and other Bad Things. Another solution would be to grab sched_lock in the ELF dump handler, but we might as well single-thread, since the process is about to die. Furthermore, I think this should ensure that the register sets in the core file are sequentially consistent.
* Centralize usage in usage(), and use in preference to fprintf().rwatson2005-04-101-8/+16
| | | | | | List possible tests in usage(). When running a test, print the test name.
* Add a machine-specific, optimized implementation of strcmp.alc2005-04-092-1/+75
| | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks
* Create links to crypto.9 for every crypto(9) function.pjd2005-04-091-0/+14
| | | | | OK'ed by: sam MFC after: 2 weeks
* Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.jhb2005-04-091-1/+1
| | | | Reported by: tinderbox
* Remove an unused variable and a useless getuid() declaration.stefanf2005-04-091-3/+1
|
* Remove unused variables.stefanf2005-04-094-11/+2
|
* Remove unused variables.stefanf2005-04-097-11/+6
|
* unbreak build without YP defined.ume2005-04-091-0/+4
| | | | Submitted by: Andrea Campi <andrea+freebsd_cvs_at_webcom.it>
* Document the debug.witness.watch sysctl/tuneable.alfred2005-04-091-0/+10
|
* Fix 'implicit int' instance.stefanf2005-04-091-1/+1
|
* CDEV lock should be before 'system map' lock.pjd2005-04-091-0/+6
| | | | | | | Hardcode this order to help track down reported LOR. LOR reported by: Thierry Herbelot <thierry@herbelot.com> LOR info: http://sources.zabbadoz.net/freebsd/lor.html#080
* - Remove the namei NOOBJ flag. It is meaningless now.jeff2005-04-093-27/+20
| | | | Sponsored by: Isilon Systems, Inc.
* - If we vrele() a dvp while the child is locked we can potentially deadlockjeff2005-04-091-51/+60
| | | | | | | | | | | | | | | | | | when vrele() acquires the directory lock in the wrong order. Fix this via the following changes: - Keep the directory locked after VOP_LOOKUP() until we've determined what we're going to do with the child. This allows us to remove the complicated post LOOKUP code which determins whether we should lock or unlock the parent. This means we may have to vput() in the appropriate cases later, rather than doing an unsafe vrele. - in NDFREE() keep two flags to indicate whether we need to unlock vp or dvp. This allows us to vput rather than vrele in the appropriate cases without rechecking the flags. Move the code to handle dvp after we handle vp. - Remove some dead code from namei() that was the result of changes to VFS_LOCK_GIANT(). Sponsored by: Isilon Systems, Inc.
* Add a missing terminator.pjd2005-04-091-0/+1
| | | | Confirmed by: rwatson
* Fix small spelling error.joel2005-04-091-1/+1
| | | | Approved by: brueffer (mentor)
* o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.maxim2005-04-091-1/+10
| | | | | Reviewed by: ru, silby MFC after: 1 week
* MFen to 1.17delphij2005-04-091-62/+67
| | | | Obtained from: The FreeBSD Simplified Chinese Project CVS
* MFen to 1.10delphij2005-04-091-9/+15
| | | | Obtained from: The FreeBSD Simplified Chinese Project
* Explicity make atapi-cam depend on CAM.scottl2005-04-081-0/+1
| | | | Submitted by: Michal Mertl
* ISO C does not allow unnamed union members.stefanf2005-04-082-6/+6
|
* Fix typo in comment.stefanf2005-04-081-1/+1
|
* Remove unused variables and assignments.stefanf2005-04-084-9/+3
|
* Use prototypes in the function definitions.stefanf2005-04-082-34/+14
|
* Remove unused variable.stefanf2005-04-081-3/+2
|
* 'apic' isn't optional on amd64, so don't speak as if it is.obrien2005-04-081-5/+0
|
* Document FTDI FT2232C support.brueffer2005-04-081-2/+2
|
* Add nForce3-250.obrien2005-04-082-0/+4
|
* Add support for the PHY on nVidia, SiS and VIA chipssos2005-04-082-51/+274
| | | | | | | This code is done blindfolded as I dont have such HW here, so reports of success/failure are most welcome. More SATA PHY cleanups.
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-082-2/+2
|
OpenPOWER on IntegriCloud