summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r146052,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-103-58/+49
| | | | - Remove ifdef pc98.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Change a directory layout for pc98.nyan2005-05-1052-22354/+53
| | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
* Var_SubstOnly() is only used to subsitute a variable from the globalharti2005-05-103-4/+4
| | | | | | | | context (and only in one place to substitute the .for variable). Therefor there is no need to pass the context as a parameter. Patch: 7.197 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.hharti2005-05-102-6/+6
| | | | | Patch: 7.196 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Clean up comments. No code changes.harti2005-05-101-194/+128
| | | | | Patch: 7.195 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Merge var_modify.c into var.c and move types and function declarationsharti2005-05-104-691/+602
| | | | | | | that are now used only in var.c from var.h to var.c Patches: 7.193,7.194 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Update build infrastructure for new GNU regex bits.tjr2005-05-102-1/+13
|
* Merge. Discard local bracket expression collating order patch, sincetjr2005-05-101-7847/+51
| | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled.
* This commit was generated by cvs2svn to compensate for changes in r146040,tjr2005-05-106-20/+10796
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.tjr2005-05-107-7862/+10847
| |
* | Move some debugging code from targ.c to var.c where it actually belongs.harti2005-05-103-10/+14
| | | | | | | | | | Patch: 7.192 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Make make a little bit more POSIXish with regard to option parsing:harti2005-05-103-12/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | take everything after -- as either a macro assignment or a target. Note that make still reorders arguments before --: anything starting with a dash is considered an option, anything which contains an equal sign is considered a macro assignment and everything else a target. This still is not POSIX with regard to the options, but it will probably not change because it has been make's behaviour for ages. Add a new function Var_Match() that correctly skips a macro call by just doing the same as Var_Subst() but without producing output. This will help making the parser more robust. Patches: 7.190,7.191 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
| |
* | Remove reference to seedrandom, since it is now gone, and was in thereimp2005-05-091-1/+0
| | | | | | | | just in case.
* | Split Var_Subst() into two functions: Var_SubstOnly() which substitutesharti2005-05-099-163/+174
| | | | | | | | | | | | | | | | | | | | only one variable and Var_Subst() which substitutes all. Split out the test whether a variable should not be expanded into match_var(). Make access to the input string consistently using str[]. Remove two unused functions: Var_GetTail() and Var_GetHead(). Patches: 7.184-7.189 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Sync with Linux acpi4asus, adding support for loads of new models.philip2005-05-092-18/+167
| | | | | | | | MFC after: 3 days
* | Put the time traveling machine back where I found it before anyone sees. ;-)philip2005-05-091-1/+1
| | | | | | | | Pointy hat to: philip
* | Add support for Asus V6V[1] and W1N notebooks.philip2005-05-092-1/+46
| | | | | | | | | | Submitted by: Jean-Sébastien Pédron <jspedron@club-internet.fr> [1] MFC after: 3 days
* | Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-093-113/+38
| | | | | | | | | | | | | | | | of swi. This allows us to use the taskqueue_thread_* functions instead of rolling our own. It also avoids a double trip through the queue. Submitted by: njl Reviewed by: sam
* | Fix separate module build.marks2005-05-091-0/+5
| | | | | | | | Submitted by: njl
* | Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-092-1/+1
| |
* | Enable debug_mpsafevm on ia64 due to the severe functional regressionmarcel2005-05-081-1/+1
| | | | | | | | | | | | | | caused by recent locking changes when it's off. Revert the logic to trim down the conditional. Clued-in by: alc@
* | More fixes for multibus drivers. When calling out to the matchwpaul2005-05-084-6/+16
| | | | | | | | | | function in if_ndis_pci.c and if_ndis_pccard.c, provide the bustype too so the stubs can ignore devlists that don't concern them.
* | Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-084-17/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | the same time. Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals. Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines, which take 3 arguments, not 2. This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA card works again. (Yes, I know the an(4) driver supports this card natively, but it's the only PCMCIA device I have with a Windows XP driver.)
* | One more variant branding of 3C574 family: the plain old 3c574imp2005-05-081-1/+1
| |
* | In uart_cnprobe(), fill in the cn_name field of the consdev structure.marcel2005-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | The core console code checks this field when a console is added and emits a warning if it's empty. In practice the warning is harmless for uart(4), because the cn_name is filled in as soon as the device name is known; which is when the device is enumerated. To avoid the warning, to avoid possible complications caused by emitting the warning without there (possibly) being a console selected yet and to avoid complications when the UART isn't found during bus enumeration, we just preset the cn_name field here to the name of the driver.
* | archive_entry_set_link is supposed to update whichever link fieldkientzle2005-05-081-1/+2
| | | | | | | | | | | | | | | | | | (symlink or hardlink) is already set. Instead, it was always setting the hardlink field. In particular, this caused GNU tar format long symlinks to be interpreted as hardlinks. Thanks to: Brooks Davis MFC after: 7 days
* | Remove ifdef PC98.nyan2005-05-0823-1133/+12
| |
* | Merged from libi386/biosdisk.c revisions 1.37 and 1.41.nyan2005-05-081-3/+6
| |
* | Change DOSPTYP_386BSD to 0xc494.nyan2005-05-081-3/+3
| |
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD.nyan2005-05-081-1/+1
| |
* | The Nocona may be AMD64 compatible, but it is still an Intel part.des2005-05-081-3/+3
| | | | | | | | | | Pointy hat to: trhodes MFC after: 1 week
* | Avoid trying to queue up an interrupt handler DPC if the driverwpaul2005-05-081-1/+1
| | | | | | | | hasn't called NdisMRegisterInterrupt() yet.
* | Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | routines (_alldiv(), _allmul(), _alludiv(), _aullmul(), etc...) that use the _stdcall calling convention. These routines all take two arguments, but the arguments are 64 bits wide. On the i386 this means they each consume two 32-bit slots on the stack. Consequently, when we specify the argument count in the IMPORT_SFUNC() macro, we have to lie and claim there are 4 arguments instead of two. This will cause the resulting i386 assembly wrapper to push the right number of longwords onto the stack. This fixes a crash I discovered with the RealTek 8180 driver, which uses these routines a lot during initialization.
* | Fix typo in a comment.brueffer2005-05-081-1/+1
| |
* | Clarify some error messages.kientzle2005-05-084-8/+8
| |
* | Capitalize at the start of sentence.maxim2005-05-081-1/+1
| |
* | Minor correction to the logic for selecting the proper device index.wpaul2005-05-081-1/+1
| |
* | o N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros live in imgact_aout.hmaxim2005-05-081-1/+1
| | | | | | | | | | | | | | | | not in a.out.h. Update the comment accordingly. PR: kern/80741 Submitted by: Wojciech A. Koszek MFC after: 3 days
* | Fix tinderbox build on ppc.grehan2005-05-081-1/+1
| | | | | | | | Requested by: mlaier
* | Nuke a corrupted duplicate.schweikh2005-05-071-8/+3
| | | | | | | | Some white space and punctuation fixes.
* | Link to the new acpi_ibm(4) manpage.brueffer2005-05-072-2/+2
| |
* | Manual page for the acpi_ibm(4) hotkey driver.brueffer2005-05-072-0/+88
| |
* | Join two lines.brueffer2005-05-071-2/+1
| |
* | Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-073-1/+5
| | | | | | | | Reported by: Uwe Doering
* | Revised release note: Corrected advisory name of SA-05:07.ldt.bmah2005-05-062-2/+2
| |
* | Staticize some symbols that are each only used in one corresponding .c file.anholt2005-05-0612-12/+12
| | | | | | | | | | PR: kern/43610 Submitted by: Matt Emmerton, matt at gsicomp dot on dot ca
* | Staticize a symbol used only in this file.anholt2005-05-061-1/+1
| | | | | | | | | | PR: kern/43613 Submitted by: Matt Emmerton, matt at gsicomp dot on dot ca
OpenPOWER on IntegriCloud