summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-084-1/+8
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-082-10/+25
* - Use cpu_exthigh instead of executing cpuid again to retrieve it for thejhb2003-01-082-72/+102
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-087-0/+80
* Bah, get the test for more than one logical CPU right so we don't boguslyjhb2003-01-082-2/+2
* Add page queues locking to vunmapbuf().grehan2003-01-082-0/+4
* Sync the i-cache after copying down the interrupt codegrehan2003-01-082-0/+2
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-082-2/+2
* Fix incorrect error returns and sign-extension.grehan2003-01-082-14/+14
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-082-0/+42
* Remove obsolete NFS_ROOT conditional.grehan2003-01-081-23/+3
* Implement bus_dmamap_load_mbuf/bus_dmamap_load_uio.grehan2003-01-081-16/+206
* - define HAS_STREAM_METHODS correctlygrehan2003-01-081-2/+25
* Add code that works around the problem that the older Promisesos2003-01-081-11/+31
* Destroy the management device when detaching the driver.scottl2003-01-081-0/+3
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
* Some KSE syscalls are MPSAFE.davidxu2003-01-085-8/+8
* Use bus_space_subregion to add offsets to bus handles instead of doingjake2003-01-082-4/+8
* Implement bus_space_subregion.jake2003-01-081-0/+10
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-086-0/+480
* If the boot processor supports hyperthreading and contains more than onejhb2003-01-082-0/+18
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-087-0/+7
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-082-2/+18
* Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final,peter2003-01-071-1/+1
* In vn_open(), unset ndp->ni_vp when returning failure so that codegreen2003-01-071-0/+1
* Use copyout to access user memory.alfred2003-01-072-2/+10
* Make bogus_offset local to bufinit().alc2003-01-071-6/+1
* The README refers to a LICENSE file, so add that file too.pdeuskar2003-01-071-0/+29
* Fix warnings & errors caused by my last commit.phk2003-01-071-2/+1
* This patch fixes a problem caused by applications that rapidly andmckusick2003-01-072-5/+13
* Cast the integer read as the first argument for %b to an unsigned integerjhb2003-01-071-1/+1
* - Fix print format for FreeBSD-4simokawa2003-01-071-3/+8
* Clear some KSE fields after kse mode was turned off.davidxu2003-01-071-0/+3
* Forgot to call setrunnable() for un-idled thread.davidxu2003-01-071-0/+1
* Check signals for idled threads.davidxu2003-01-073-6/+4
* We've had something like this file since 1992, so therefore this fileimp2003-01-071-1/+1
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-072-2/+10
* Put the ASIC revision into the device description string so it appearsjdp2003-01-071-1/+10
* o Only try to recopy the mbuf into an mbuf cluster ifmux2003-01-071-13/+22
* Don't reference the maxlen and flags fields in the ring control blocksjdp2003-01-062-57/+45
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-063-216/+149
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-062-397/+155
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-066-133/+466
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-063-11/+9
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-062-3/+0
* fix memory allocation problems and collateral damage:sam2003-01-062-71/+112
* - remove the unused parent DMA tag argument fromtmm2003-01-062-90/+45
* BSD disklabels expose the controling label though the 'c' partition, andphk2003-01-061-12/+26
OpenPOWER on IntegriCloud