summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use standard locking functions in syncer's opvjeff2002-07-092-9/+50
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safejeff2002-07-091-3/+6
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.jhb2002-07-091-1/+2
* Move the switch statement labels for the explicit 64-bitrobert2002-07-091-3/+3
* Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*obrien2002-07-0933-8485/+9
* o Lock accesses to the page queues in vm_object_terminate().alc2002-07-091-1/+3
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-0921-640/+894
* This commit was generated by cvs2svn to compensate for changes in r99679,iwasaki2002-07-09116-3394/+4522
|\
| * Vendor import of the Intel ACPI CA 20020611 drop.iwasaki2002-07-09128-3956/+5162
* | Regen for SMC 2206USB/ETH EZ Connect adapter.joe2002-07-092-2/+9
* | MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)joe2002-07-092-0/+2
* | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-092-0/+7
* | The comment marked with XXX was right: emulate SVR4 forrobert2002-07-091-1/+1
* | Bring this in line with what I'm using.benno2002-07-091-2/+15
* | Add an implementation for pmap_zero_page_area.benno2002-07-093-3/+72
* | Add the OF_getetheraddr function required by if_gem.benno2002-07-093-0/+59
* | Tidy up trap vector and external interrupt setup.benno2002-07-092-66/+16
* | Driver for the Apple UniNorth Host-PCI bridge.benno2002-07-094-0/+550
* | Add ofw_pci.c in the pci case.benno2002-07-091-0/+2
* | OpenFirmware PCI support code.benno2002-07-092-0/+273
* | Changes for KSE3.benno2002-07-097-0/+158
* | Add this file, which I forgot in a previous commit.benno2002-07-091-0/+34
* | 1) Add busdma machdep code.benno2002-07-095-230/+548
* | Driver for OpenPIC compatible interrupt controllers.benno2002-07-094-27/+548
* | - Add the "compatible" property to the list that we keep in ivars.benno2002-07-093-46/+394
* | Add interrupt handling support code.benno2002-07-094-0/+395
* | Change one variable to make it easier to switch between ipfw and ipfw2luigi2002-07-091-5/+3
* | Remove an unused type.mike2002-07-092-6/+0
* | Move the type definition of ointhand2_t from i386/include/types.h tomike2002-07-092-3/+4
* | Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* | vm_page_queue_free_mtx is a spin mutex, not a normal sleep mutex.peter2002-07-081-4/+4
* | Turn the zeroidle process off for SMP systems, there is still a possiblepeter2002-07-081-0/+4
* | Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-081-62/+65
* | No functional changes, but:luigi2002-07-081-279/+267
* | Remove one unused command name.luigi2002-07-081-1/+0
* | Forgot to update one field name in one of the latest commits.luigi2002-07-081-2/+2
* | Back out previous TCBHASHSIZE change. This should not be a kernel option.mp2002-07-082-7/+0
* | Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
* | Add 2002 to copyright.mjacob2002-07-081-1/+1
* | Add get/set param ioctl support.mjacob2002-07-082-135/+154
* | Add get/set param ioctls.mjacob2002-07-081-0/+23
* | Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* | Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-088-31/+7
* | Bring poll.h up to conformance with POSIX.1-2001 by adding somemike2002-07-081-9/+11
* | Fixed some printf format errors (4 new ones reported by gcc and 5 nearbybde2002-07-081-7/+7
* | Fixed some printf format errors (one new one reported by gcc and 3 nearbybde2002-07-081-2/+2
* | Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-084-4/+4
* | Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* | Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedpeter2002-07-081-7/+0
OpenPOWER on IntegriCloud