summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* getenv.3: Put "is" on a line with other wordstrhodes2006-10-072-3/+3
| | | | | | | | getobjformat.3: "takes precedence over" is not an envrionment variable. PR: 75545 Submitted by: n-kogane@syd.odn.ne.jp MFC after: 3 days
* flesh out the devd.conf man page... Mostly from the PR, but did a couplejmg2006-10-071-8/+298
| | | | | | | | | gramatical tweaks along w/ sorting the list, and adding that serial is available for USB.... PR: 85097 Submitted by: Fredrik Lindberg MFC after: 1 week
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-072-0/+5
| | | | | | PR: usb/81073 Submitted by: James E. Flemer <jflemer@alum.rpi.edu> MFC after: 3 days
* Add a USB quirk for CMOTECH CDMA USB modem.flz2006-10-072-0/+5
| | | | | | PR: usb/97948 Submitted by: Alexei Volkov <kot@kotzone.ru> MFC after: 3 days
* Add a USB quirk for Motorola A41x/V32x USB phones.flz2006-10-072-0/+3
| | | | | | PR: usb/97512 Submitted by: Mark Diekhans <markd@kermodei.com> MFC after: 3 days
* Shuffle _*_libs assigments (no functional changes).ru2006-10-071-29/+28
|
* Add a SCSI da(4) quirk for Rekam USB Camera.flz2006-10-071-0/+8
| | | | | | PR: usb/98713 Submitted by: Alex <goo@t72.ru> MFC after: 3 days
* - Prebuild libgssapi only if building with Kerberos support.ru2006-10-071-3/+6
| | | | | | | | | - Remove libnetgraph from the list of prebuilt libraries as no other library depends on it (snmp_netgraph.so does not count as we don't build it in the "libraries" target). - Restore libssh dependencies when compiling with Kerberos support.
* Add SCSI da(4) quirk for the iRiver H10.flz2006-10-071-0/+8
| | | | | | PR: usb/102547 Submitted by: Sven Esbjerg <freebsd-pr@xbsd.net> MFC after: 3 days
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-073-1/+7
| | | | | | PR: usb/102852 Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org> MFC after: 3 days
* Add support for Epson Stylus CX4200 in uscanner(4).flz2006-10-073-0/+4
| | | | | | PR: usb/102851 Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org> MFC after: 3 days
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-073-1/+7
| | | | | | PR: usb/102296 Submitted by: Volker <volker@vwsoft.com> MFC after: 3 days
* Add support for Netgear FA101 ethernet USB NIC.flz2006-10-073-1/+5
| | | | | | PR: usb/102286 Submitted by: Volker <volker@vwsoft.com> MFC after: 3 days
* Add a quirk for the Belkin FC6550-AVR UPS.flz2006-10-072-0/+3
| | | | | | PR: usb/102260 Submitted by: David Grochowski <grocho98@students.rowan.edu> MFC after: 3 days
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-072-0/+2
| | | | | | PR: usb/103865 Submitted by: Alexey Roslyakov <internetworking@mail.ru> MFC after: 3 days
* Fix static compilation.ru2006-10-071-2/+2
|
* Add quirk for Logitech iFeel MouseMan USB mouse.flz2006-10-072-1/+3
| | | | | | PR: usb/101066 Submitted by: Heiko Przybyl <zuxez@uni.de> MFC after: 3 days
* De-capitalize days and months' names.flz2006-10-072-100/+100
| | | | | | PR: conf/101154 Submitted by: Thomas Jensen <tj@pil.dk> MFC after: 3 days
* Add the POSIX option -p to the jobs builtin command. It prints the PID of thestefanf2006-10-074-22/+40
| | | | | | | | process leader for each job. Now the last specified option for the output format (-l, -p or -s) wins, previously -s trumped -l. PR: 99926 Submitted by: Ed Schouten and novel (patches modified by me)
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).flz2006-10-073-1/+11
| | | | | | | | | - Add entries in the uscanner.4 man page (along with missing 3500). PR: usb/100957 [1], usb/100992 [2] Submitted by: Jim Teresco <terescoj@teresco.org> [1], Walter C. Pelissero <walter.pelissero@iesy.net> [2] MFC after: 3 days
* Restore the behavior that net.inet6.ip6.auto_linklocal=0 couldume2006-10-073-5/+19
| | | | | | be coexist with ipv6_enable="YES". MFC after: 3 days
* New release notes: IPv6 link-local addresses now enabled withbmah2006-10-072-26/+36
| | | | | | | | | ipv6_enable, ng_tag(4) (+MFC) Modified release notes: Rewritten ipfw(4) tablearg note, OpenSSH 4.4p1 (+MFC), OpenSSL 0.9.8d, OpenBSM 1.0alpha12. MFCs noted: ipfw(8) tag/untag/tagged,
* o Style(9).maxim2006-10-071-9/+7
| | | | Submitted by: bde
* o Avoid division by zero.maxim2006-10-071-3/+8
| | | | | | o Place error checking code near to the syscall. Submitted by: bde
* Reword previous delta a little bit.trhodes2006-10-071-14/+8
| | | | Submitted by: ru
* - Update URL of Intel documentationpav2006-10-071-1/+1
| | | | | Submitted by: Rob <spamrefuse@yahoo.com> on freebsd-doc MFC after: 3 days
* Set scope on MC address so IPv6 carp advertisement will not get droppedbz2006-10-072-2/+18
| | | | | | | | | | | in ip6_output. In case this fails handle the error directly and log it[1]. In addition permit CARP over v6 in ip_fw2. PR: kern/98622 Similar patch by: suz Discussed with: glebius [1] Tested by: Paul.Dekkers surfnet.nl, Philippe.Pegon crc.u-strasbg.fr MFC after: 3 days
* Add a missing whitespace.flz2006-10-071-1/+1
| | | | | Reported by: simon Approved by: cperciva (mentor, implicit)
* Add a delightful typographic gem I discovered on page 143 in Edwardphk2006-10-071-0/+16
| | | | | | | Tuftes book "The Visual Display of Quantitative Information" The constant width font does not quite do the typeset original justice, but it is is good enough for a fortune.
* Fix ambiguity in description. Note that the aio_return() system call shouldtrhodes2006-10-071-5/+9
| | | | | | | only be called once after failure or completion of an AIO request. Bump doc date while I'm here. Noticed by: Samy Al Bahra
* Add missing word "returns."trhodes2006-10-071-1/+1
| | | | Noticed by: Samy Al Bahra
* Remove X11BASE from here so the one from bsd.port.mk has a chance to setlesi2006-10-061-2/+0
| | | | | | | | default. Grepping through src shows only gnu/usr.bin/groff which doesn't use it in src build and OpenSSH for which this was a NOOP. Discussed with: des, ru Approved by: ru
* Introduce mixer_enable (default: YES).flz2006-10-063-1/+9
| | | | | | | | PR: conf/101268 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Approved by: cperciva (mentor) X-MFC after: 6.2-RELEASE Sponsored by: FreeBSD Test-Bugathon
* Add a missing new line at the end of the australian calendar file toflz2006-10-061-1/+1
| | | | | | | | | | suppress and error message. PR: conf/99490 Submitted by: Shaun Branden <shaun@pcuse.com> Approved by: cperciva (mentor) MFC after: 1 day Sponsored by: FreeBSD Test-Bugathon
* fix fxp so that it will reset the link when you change the speed... Thisjmg2006-10-061-0/+5
| | | | | | | | | | | will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/full, the switch will keep the autoselect/100/full negotiation... This will continue to work till someone resets the switch or unplugs the cable resulting in the switch failing to autoneg and falling back to 100/half, causing a hard to track down duplex mismatch.. Submitted by: nCircle Network Security, Inc. MFC after: 1 week
* Include freebsd32_signal.h now that signal-related definitions aremarcel2006-10-061-0/+1
| | | | | | moved there. Found by: ia64 tinderbox.
* - Fix wrong id for ALC882, add ALC883 id.ariff2006-10-062-281/+484
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for the Conexant Waikiki/CX20551-22, found in most Toshiba P100 series laptops. Despite of growing urban legend of "unsupported Conexant", this codec is fully supported in this driver. Note: Toshiba P100 has broken (acpi) BIOS, thus rendering its soundchip useless. Please disable ACPI, or get BIOS updates (if any). Found/tested by: Vulpes Velox <v.velox@vvelox.net> URL: http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004896.html - Parser cleanups to handle possible oss/mixer collision. Found after parsing Conexant Waikiki nodes. - Increase resilient against resource failure during attach/detach. - Implement simple config through hint.pcm.<unit>.config. Supported options: gpio0 (default on Acer), gpio1, gpio2, softpcmvol, fixedrate (default), forcestereo (default) * Option prefixed with "no" (such as "nofixedrate") will do the opposite. * Options can be separated using space " " or comma ",". * The "no" option will take precedence over anything else. Example: hint.pcm.0.config="gpio2,nofixedrate,noforcestereo,nogpio0,softpcmvol" hint.pcm.0.config="softpcmvol noforcestereo"
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.ru2006-10-061-6/+8
|
* Don't define XAUTH_PATH here, we either pass it in on the compiler commanddes2006-10-061-1/+1
| | | | line or rely on the built-in default.
* Added the GEOM_CACHE option.ru2006-10-063-0/+3
| | | | Reminded by: pjd
* o Hold copied bytes counter in off_t. This prevents statisticsmaxim2006-10-061-1/+1
| | | | | | | | displayed by SIGINFO handler from overflow. PR: bin/104039 Submitted by: Geoffrey Giesemann MFC after: 2 weeks
* A GEOM cache can speed up read performance by sending fixed sizeru2006-10-069-3/+1447
| | | | | | | | | | read requests to its consumer. It has been developed to address the problem of a horrible read performance of a 64k blocksize FS residing on a RAID3 array with 8 data components, where a single disk component would only get 8k read requests, thus effectively killing disk performance under high load. Documentation will be provided later. I'd like to thank Vsevolod Lobko for his bright ideas, and Pawel Jakub Dawidek for helping me fix the nasty bug.
* Regenerate.davidxu2006-10-064-6/+16
|
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemdavidxu2006-10-062-2/+16
| | | | | | | calls are not used by libthr in RELENG_6 and HEAD, it is only used by the libthr in RELENG-5, the _umtx_op system call can do more incremental dirty works than these two system calls without having to introduce new system calls or throw away old system calls when things are going on.
* The ARM platform does the setjmp/longjmp type of exception handling.obrien2006-10-051-0/+3
|
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-059-9/+3
| | | | | | | | | | | unsuspecting users. - Add a comment in NOTES about experimental status of SCHED_ULE. - Make warning about experimental status in sched_ule(4) a bit stronger. Suggested and reviewed by: dougb Discussed on: developers MFC after: 3 days
* Approved by: rwatsonkmacy2006-10-050-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: jmg and jb Forced commit to provide a more meaningful commit message. John Michael-Gurney is responsible for fixing all the vast majority of the issues that arose with PCI support. Kris Kennaway and John Birrell pushed heavily on stability issues. Kris is to thank for it having even reached its current level of stability. When it reaches a production state, we will have John to thank for driving it forward. The following items are needed before sun4v can be used from CVS: - binutils/gas/config/tc-sparc.c needs to be pulled in from a modern version of binutils. - an updated version of the loader needs to be pulled in from perforce The following items need to be addressed before sun4v can be considered for deployment: - The T1 has a fairly minimal floating point unit, fsqrt and a number of other opcodes are not implemented. Emulation for unimplemented opcodes needs to be added. - Running against local disk a race condition exists whereby a cpu will sometimes run off into the weeds at tl > 2. - The MD code for interrupt handling will crash on the first ATA interrupt. - The BCM chipset (bge) is not set up correctly on the T1000. The current workaround is to use an add in Intel GigE card (em). - With KSE in the kernel signals are often not directed to the right process / thread within a process. This causes threaded processes to frequently become unkillable and gdb to not be reliable when debugging a threaded process. This issue is slowly being resolved on -threads. Many thanks go to Sun for having lent / donated a T2000 to both me and John Birrell.
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherjhb2006-10-051-4/+4
| | | | | | | | | | | or not the OS has to wait for RX_RDY or TX_RDY to be set before the OS sets the control code in the control/status register. Looking at the interface design, it seems that RX_RDY and TX_RDY are probably there to protect access to the data register and have nothing to do with the control/status register. Nevertheless, try to take what I think is the more conservative approach and always wait for the appropriate [TR]X_RDY flag to be set before writing any of the WR_NEXT, WR_END, RD_START, or RD_NEXT control codes to the control/status register.
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.jhb2006-10-051-2/+50
|
* Oops, don't toss the last character read during an SMIC transaction withjhb2006-10-051-2/+0
| | | | | | at least 1 data byte beyond the completion code. Tested by: Terry Kennedy <terry at tmk dot com>
OpenPOWER on IntegriCloud