summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use newer constraints for atomic_cmpset().jhb2001-11-122-22/+18
* Add the ability to distinguish between compile environments thatmike2001-11-121-0/+5
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-122-42/+42
* Use make_dev_alias() instead of call make_dev() twice.nyan2001-11-121-4/+8
* -msoft-float must always be turned on when compiling the PowerPC kernel.benno2001-11-121-1/+3
* Implement eficlock_set() to set hardware clock.peter2001-11-121-1/+13
* Commit the better version that I had a while ago. This has only onepeter2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localdillon2001-11-121-3/+4
* o os_boot_rendez is responsible for clearing the IRR bit bymarcel2001-11-124-37/+69
* Invoke trap() for the alt. ITLB and alt. DTLB interrrupts whenmarcel2001-11-122-2/+16
* Use d_thread_t (the new ugly compatibility hack) rather than the oldimp2001-11-121-6/+4
* Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'edpeter2001-11-121-126/+0
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-123-3/+9
* Sync to 1.17 of pccarddevsimp2001-11-111-1/+2
* Add GENTEK as one of the bogus vendors we need to id cards from the cisimp2001-11-111-0/+1
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-113-17/+15
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mimp2001-11-111-3/+31
* Move kern.post.mk to last line, now that it appears safeimp2001-11-115-10/+10
* Back out last commit, it was accidentalimp2001-11-111-79/+79
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-119-267/+267
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-114-570/+570
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-112-20/+20
* Sync to 1.15 pccarddevsimp2001-11-111-299/+314
* MFNetBSD:imp2001-11-111-147/+154
* MFC after: 0 daysgroudier2001-11-117-8/+8
* Move Intel 82092AA into the list of devices. It appears to be a oneimp2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inimp2001-11-111-3/+3
* It turns out my reasons for using a few d_thread_t's were bogus. Revertimp2001-11-112-14/+16
* Add two minor changes.iwasaki2001-11-112-66/+88
* Apply a local change to ACPICA.iwasaki2001-11-111-1/+9
* fix typo.phk2001-11-111-1/+1
* Introduce the concept of "default" voltage. Have pccard layer use thisimp2001-11-112-56/+83
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipimp2001-11-111-1/+1
* add note about why I used d_thread_t in the prototypes.imp2001-11-112-2/+4
* Move all: target to kern.pre.mk so it matters less where you includeimp2001-11-112-2/+1
* Append to SYSTEM_OBJS and CLEAN before including kern.post.mk.marcel2001-11-111-2/+2
* - No need for resetting values to 0 when M_ZERO flag is used.arr2001-11-101-6/+0
* Avoid using the .align directive to skip to the next vector offset.marcel2001-11-102-426/+144
* Properly sanity-check the old msgbuf structure before we accept itiedowse2001-11-091-3/+6
* Fix deadlock introduced in 1.73 (Jan 1998). The paging-in-progress countdillon2001-11-091-1/+5
* Add entries for the recently committed code.tmm2001-11-092-1/+23
* Add a file forgotten in the previous commit (a kobj interface thattmm2001-11-092-0/+150
* Add EBus support code, ported from NetBSD.tmm2001-11-092-0/+562
* Add ISA support code for sparc64.tmm2001-11-093-0/+530
* Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmwaretmm2001-11-096-0/+2382
* Support for the UltraSpac DVMA MMU (IOMMU), ported from NetBSD.tmm2001-11-093-0/+965
* Add some OpenFirmware bus support code and definitions.tmm2001-11-096-0/+348
* Add bus_space and busdma support for sparc64.tmm2001-11-095-20/+2150
* Add a nexus device for sparc64, which uses the OpenFirmware to attach UPAtmm2001-11-093-1/+521
* Header file updates needed for the cache code: add/correct some ASItmm2001-11-092-2/+21
OpenPOWER on IntegriCloud