summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,markm2004-04-09133-533/+2
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-0913-1/+14
| | | | loaded separately from ACPI (i.e., embedded use).
* Band-aid fix to extract MAC address from some CEM2/CEM28 cards with brokenrsm2004-04-091-0/+93
| | | | | | CIS. Really needs a better interface to the CIS in pccard driver. Reviewed by: imp (mentor)
* Backout previous commit. It seems this comment applied to somethingmux2004-04-091-4/+0
| | | | | | else than I thought, and thus really needs to go away. Noticed by: ru
* Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.rsm2004-04-092-147/+99
| | | | | | Should now correctly probe and attach all supported cards in either mode. Reviewed by: imp (mentor)
* o Fix an incorrect parsing of 0.0.0.0/0 expression.maxim2004-04-091-1/+1
| | | | | PR: kern/64778 MFC after: 6 weeks
* Add Xircom XEM5600 card (appears to be a renamed REM56).rsm2004-04-091-1/+23
| | | | | | Observe that Xircom CEM28 and CEM33 are known to work in Ethernet mode. Reviewed by: imp (mentor)
* Sync to pccarddevs 1.83rsm2004-04-091-11/+29
| | | | Reviewed by: imp (mentor)
* Add Xircom XEM5600 and known versions of CE2, CEM33 and CEM56.rsm2004-04-091-5/+11
| | | | | | | | Xircom had an unfortunate habit of re-using PCMCIA IDs for quite different cards - the xe driver knows about this and uses the first byte of 'extra' PCMCIA ID info to identify cards with ambiguous IDs. Reviewed by: imp (mentor)
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
| | | | | ALWAYS set up the CPU base identity string. THEN optionally add features.
* o SIOCGIFCONF->getifaddrs(2) conversion.maxim2004-04-091-76/+51
| | | | | PR: bin/9379 Obtained from: NetBSD
* Document the recent upgrade to the entropy device WRT hardwaremarkm2004-04-091-9/+30
| | | | generators.
* Take into account hardware-supplied entropy. If the entropy sourcemarkm2004-04-091-34/+41
| | | | is hardware, the Yarrow initialisations don't need to be done.
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-0914-423/+795
| | | | | | | can more easily be used INSTEAD OF the hard-working Yarrow. The only hardware source used at this point is the one inside the VIA C3 Nehemiah (Stepping 3 and above) CPU. More sources will be added in due course. Contributions welcome!
* Omnibus PCI commit:imp2004-04-095-63/+322
| | | | | | | | | | | | | | o Save and restore bars for suspend/resume as well as for D3->D0 transitions. o preallocate resources that the PCI devices use to avoid resource conflicts o lazy allocation of resources not allocated by the BIOS. o set unattached drivers to state D3. Set power state to D0 before probe/attach. Right now there's two special cases for this (display and memory devices) that need work in other areas of the tree. Please report any bugs to me.
* Plug minor memory leak of module_t structures when unloading a filepeadar2004-04-091-1/+3
| | | | | | from the kernel. Reviewed By: Doug Rabson (dfr@)
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
| | | | | Random Number Generator (RNG) and/or Advanced Cryptography Engine (ACE).
* Spell "switches" a more conventional way.cognet2004-04-091-1/+1
|
* - Change several errx() calls that should have been err() calls.mux2004-04-092-13/+15
| | | | | | - Handle empty ARP tables properly. - Remove register keyword. - arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.
* Reintroduce a comment that was wrongly removed in revision 1.34.mux2004-04-091-0/+4
|
* Compare pointers with NULL rather than using pointers are booleans inrwatson2004-04-091-51/+53
| | | | | if/for statements. Assign pointers to NULL rather than typecast 0. Compare pointers with NULL rather than 0.
* Fixed missing forward declaration of struct rusage in the _KERNEL case.bde2004-04-091-6/+5
| | | | | | | Removed namespace-polluting forward declaration of struct rusage in the !_KERNEL && !_BSD_VISIBLE case. Fixed some nearby style bugs.
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
| | | | | | | null pointer constant. (The latter may be an integer constant, which is not correct here.) Submitted by: Stefan Farfeleder
* Improve robustness of multibyte character handling (-m option), andtjr2004-04-091-19/+23
| | | | | simplify the read buffering now that we can feed partial multibyte characters to mbrtowc().
* Style fixes and add gen to CLEANFILES.njl2004-04-091-12/+15
| | | | Submitted by: bde
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofnjl2004-04-092-90/+31
| | | | | | Reference objects changed from ACPI_TYPE_ANY to ACPI_TYPE_LOCAL_REFERENCE in Oct. 2002, this may help systems where switching the cooler on failed. We support both types for now until this sorts out.
* Include the prototype for acpi_GetReference.njl2004-04-091-0/+1
|
* Add support for packages as the first element of _PRW. This may allownjl2004-04-092-26/+64
| | | | | | some machines to enable wake events for more devices although I haven't seen a system yet that uses this form. Also, introduce acpi_GetReference() which retrieves an object reference from various types.
* Ooops, removed this acknowledgement bogusly.imp2004-04-091-0/+4
| | | | Eagle Eyes: bde
* Forced commit to add note to previous commit message.rwatson2004-04-090-0/+0
| | | | Also tested by: "Michael L. Squires" <mikes@siralan.org>
* Lock down the netatalk AARP code, which is responsible for appletalkrwatson2004-04-091-11/+30
| | | | | | | address discovery and caching (similar to inet ARP). Use a single global mutex, aarptab_mtx, to protect the table. Remove spl/spx. Tested by: Bob Bishop <rb@gid.co.uk>
* After forking and initializing the library to single-threadeddeischen2004-04-082-4/+6
| | | | | | | | | | mode (where the forked thread is the one and only thread and is marked as system scope), set the system scope flag before initializing the signal mask. This prevents trying to use internal locks that haven't yet been initialized. Reported by: Dan Nelson <dnelson at allantgroup.com> Reviewed by: davidxu
* Add a LIBRARY section.simon2004-04-081-0/+4
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> PR: docs/65208
* Allow arguments to appear in any order.kientzle2004-04-082-66/+113
| | | | | | | | While I'm here, add a couple of extra sanity-checks to the argument parsing (reject -j -z, for instance) and update the docs a bit. Requested by: most everyone ;-)
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-083-6/+2
| | | | | | the reduction of the pager map's size by 8M bytes. In other words, eight megabytes of largely wasted KVA are returned to the kernel map for use elsewhere.
* Readd -Werror flag to compilation pf.c after the compiler warnings have beenmlaier2004-04-081-1/+1
| | | | | | | shut up. Tested by: LINT(i386) Approved by: bms(mentor)
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-084-4/+4
| | | | branches, increment version on any API change visible to other modules.
* In the examples, make the bitmap_name an absolute path name.schweikh2004-04-081-3/+3
| | | | | This avoids hair pulling when someone expects the splash screen to just work when the bitmap file is in /boot.
* Add Netgear WG311T (PCI version of the WG511T).se2004-04-081-0/+1
| | | | I just received one and have verified that it works just fine.
* Fix typo.bmah2004-04-082-2/+2
| | | | Submitted by: schweikh
* Update manual pages for change to C99 mbrtowc() semantics.tjr2004-04-0812-134/+143
|
* Fix a regression in my change which sends headers along with data; asilby2004-04-081-2/+8
| | | | | | | | side effect of that change caused headers to not be sent if a 0 byte file was passed to sendfile. This change fixes that behavior, allowing sendfile to send out the headers even with a 0 byte file again. Noticed by: Dirk Engling
* Do not assume that the initial thread (i.e. the thread with the IDmarcel2004-04-081-6/+9
| | | | | | | | equal to the process ID) is still present when we dump a core. It already may have been destroyed. In that case we would end up dereferencing a NULL pointer, so specifically test for that as well. Reported & tested by: Dan Nelson <dnelson@allantgroup.com>
* Document the newly-implemented -T option.kientzle2004-04-081-2/+10
|
* Add support for -T option on create.kientzle2004-04-083-6/+60
| | | | (Required by pkg_create.)
* When invoking tar, make sure the mode option (-x) is first.kientzle2004-04-081-7/+6
|
* Add whitespace before comment blocks. (reported by njl)cperciva2004-04-081-16/+13
| | | | | | | | | Remove spurious whitespace, add indent protection, fix punctuation, remove initialization of static variables to zero, put wakeup_ctr and wakeup_needed in the correct order. (reported by bde) This doesn't fix all the style bugs I introduced, but the remaining style bugs make it easier for me to understand what I did here.
* Adding Vinod Kashyap (vkashyap) as the maintainer for twa.vkashyap2004-04-081-0/+1
|
* This manual page will not first appear in 4.10 as RELENG_4 has a differenttrhodes2004-04-071-1/+1
| | | | | | version of the adduser utility. Noticed by: simon
* Back out last bad commit (again!)imp2004-04-071-12/+1
|
OpenPOWER on IntegriCloud