summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge the following from the English version:hrs2004-01-122-60/+272
| | | | | 1.53 -> 1.54 errata/article.sgml 1.644 -> 1.663.2.5 relnotes/common/new.sgml
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-127-225/+547
| | | | | | | | | | | | these add support for listing BSSIDs via wicontrol -l. I added code to call OID_802_11_BSSID_LIST_SCAN to allow scanning for any nearby wirelsss nets. Convert from using individual mutexes to a mutex pool, created in subr_ndis.c. This deals with the problem of drivers creating locks in their DriverEntry() routines which might get trashed later. Put some messages under IFF_DEBUG.
* MFi386: revision 1.1114.nyan2004-01-121-2/+2
|
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"rwatson2004-01-121-1/+1
| | | | Discussed with: des
* Specify the right location of the generated header.obrien2004-01-121-1/+1
|
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
| | | | | shared with the underlying file system and the lookup in the underlying file system did the unlock for us.
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-1115-220/+358
| | | | | | | | | | | | of the leftovers from the old version that really doesn't work anymore. Add a reset function for host-end of the ATA channel. This is needed for the SiI3112 in order to whack it back to reality if a device locks up the SATA interface (thereby preventing that we can reset the device). The result is that ATA now recovers from the timeouts that happens with the SiI3112A and more or less all disks based on old PATA electronics with a Marvell PATA->SATA converter. This includes lots of the popular SATA dongles and the WDC Raptor disks..
* Update list of device drivers that support polling.ale2004-01-112-2/+5
| | | | | | | | | Remove redundancy in NOTES. PR: docs/61195 Submitted by: Xin LI <delphij@frontfree.net> Approved by: blackend (mentor) MFC after: 1 week
* - Handle doubled double quotes:mdodd2004-01-111-1/+11
| | | | | | | `"""foo"" bar"' -> `"foo" bar' - Handle C++ style comments. Requested by: wpaul
* Ensure that generated headers are here before we build .dependru2004-01-111-7/+1
| | | | | and object files in a less hackish way compatible with further planned changes to bsd.dep.mk.
* Back out 1.160, which was committed by mistake.des2004-01-111-1/+0
|
* Back out 1.166, which was committed by mistake.des2004-01-111-4/+0
|
* Minor typo: no line break after .Fn.rwatson2004-01-111-1/+2
|
* Mechanical whitespace cleanup + other minor style nits.des2004-01-111-19/+24
|
* Add a basic manpage for vn_fullpath().rwatson2004-01-112-1/+99
| | | | Sponsored by: DARPA, McAfee Research
* Mechanical whitespace cleanup.des2004-01-111-27/+27
|
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-112-60/+72
| | | | style nits. The #ifdefs in this file give me a headache...
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-111-56/+59
| | | | style nits.
* Mechanical whitespace cleanup + minor style nits.des2004-01-112-1/+7
|
* Mechanical whitespace cleanup.des2004-01-111-10/+10
|
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-114-25/+42
| | | | | Add -w(arning) flag which makes failure to look up uid/gid a nonfatal warning instead of an error.
* Use my newly acquired magic stick and put aslcompiler.y.h intoru2004-01-111-3/+4
| | | | | | | | | SRCS to teach make(1) that many .c sources are dependent on it. This fixes parallel (-j) builds and makes it possible to build individual .o files separately. While here, removed PROG from CLEANFILES -- it's taken care of already by bsd.prog.mk.
* collect all "extern bla" stuff in extern.h in order to get cross-filephk2004-01-115-16/+8
| | | | type checking. No bugs found.
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-112-0/+970
| | | | | | | | | | | forced fan control, and CPU throttling). PR: Submitted by: Hiroyuki Aizu <aizu@navi.org> Reviewed by: Approved by: Obtained from: MFC after:
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-113-0/+14
| | | | | | forced fan control, and CPU throttling). Submitted by: Hiroyuki Aizu <aizu@navi.org>
* Add ${IMAGES} to CLEANFILES.des2004-01-111-0/+1
|
* Store binary files in uuencoded form.des2004-01-117-2/+234
|
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyiedowse2004-01-114-22/+52
| | | | | | | encrypted password on the specified file descriptor. PR: bin/22033 MFC after: 2 weeks
* Removed duplicate SRCS.ru2004-01-111-1/+0
|
* XDR sources are handled by ../xdr/Makefile.inc.ru2004-01-111-4/+0
|
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
|
* Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,ru2004-01-111-2/+2
| | | | and put the starting year of the project into the copyright.
* Run ldconfig in the chroot environment to find shared libraries innyan2004-01-111-0/+1
| | | | /usr/local/lib.
* Fix MINIMALDOCPORTS lists.nyan2004-01-111-2/+1
|
* Replaced an ugly hack to selectively disable warningsru2004-01-112-3/+3
| | | | | | | in contributed sources with just a hack made possible by bsd.sys.mk,v 1.33. This is better because it just nulls out the warning flags rather than adding gcc(1) specific -w option to CFLAGS.
* Add Audigy support.obrien2004-01-112-95/+532
| | | | | | I started with a year-old patch by Orlando Bassotto <orlando.bassotto@ieo-research.it>, and ported it to 5.2-CURRENT along with fixing the problems working with pre-Audigy cards.
* Put the warning flags to where they belong (into CWARNFLAGS).ru2004-01-111-10/+10
| | | | | This allows us to easily override them when necessary, e.g., to selectively disable warnings in libc/ contributed sources.
* Print the correct pointer in a KASSERT.phk2004-01-111-1/+1
| | | | Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
* MFi386: revision 1.583.nyan2004-01-112-0/+6
|
* The ida module is not needed for pc98.nyan2004-01-111-1/+1
|
* '-DPC98' is not needed.nyan2004-01-111-4/+0
|
* ida(4) module. PCI only for now.mdodd2004-01-112-0/+10
|
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-113-28/+0
| | | | (See also vm/vm_mmap.c revision 1.173.)
* Add support for subtractive decoding bridges. These bridges pass allimp2004-01-112-159/+128
| | | | | | | | | | | | | | | | | | | signals to addresses to the child busses. Typically, ProgIf of 1 means a subtractive bridge. However, Intel has a whole lot of ones with a ProgIf of 80 that are also subtractive. We cope with these bridges too. This eliminates hw.pci.allow_unsupported_io_range because that had almost the same effect as these patches (almost means 'buggy'). Remove the bogus checks for ISA bus locations: these cycles aren't special and are only passed by transparent bridges. We allow any range to succeed. If the range is a superset of the range that's decoded, trim the resource to that range. Otherwise, pass the range unchanged. This will change the location that PC Card and CardBus cards are attached. This might bogusly cause some overlapping allocation that wasn't present before, but the overlapping fixes need to be in the pci level. There's also a few formatting changes here.
* Release audit device major number reservation. The new auditrwatson2004-01-111-1/+0
| | | | | | implementation writes directly to a file, similar to the Darwin, Solaris, and whoever else implementations, rather than buffering through a pseudo-device.
* This commit was generated by cvs2svn to compensate for changes in r124361,obrien2004-01-111-10/+19
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.obrien2004-01-111-10/+19
| | | | | | | | | | ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.1.tar.bz2 or http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
* | Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero()alc2004-01-111-0/+8
| | | | | | | | actually includes the call to sse2_pagezero().
* | When not creating a core dump due to resource limits specifyingrwatson2004-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | a maximum dump size of 0, return a size-related error, rather than returning success. Otherwise, waitpid() will incorrectly return a status indicating that a core dump was created. Note that the specific error doesn't actually matter, since it's lost. MFC after: 2 weeks PR: 60367 Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
* | Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
| |
OpenPOWER on IntegriCloud