summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* In userland case include <errno.h>, not <err.h>. This is needed to makephk2003-01-061-1/+1
* Bump the IOMMU TSB size to 32kB, to match the default size on PCItmm2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-065-175/+180
* Back out last commit.peter2003-01-061-1/+1
* correct flags passed when allocation crypto request structures so wesam2003-01-061-2/+2
* Style and comment fixes, no functional changes.tmm2003-01-061-30/+18
* Look for the correct method in sparc64_dmamap_load_mbuf() andtmm2003-01-061-2/+2
* Initialize the cache line size register of all PCI devices in thetmm2003-01-061-0/+15
* Some cleanup:tmm2003-01-062-26/+30
* - remove some outdated commentstmm2003-01-063-33/+20
* 1.) fix a copy-and-paste-o in a panic() messagetmm2003-01-061-14/+36
* Bah, just use %zu for printing size_t.mike2003-01-061-4/+4
* Add SCSI MO device support.nyan2003-01-065-98/+156
* Correct file descriptor leaks in lseek and do_dup.nectar2003-01-063-16/+31
* Fix warnings on 64bits architectures.mux2003-01-061-2/+1
* Move dashutdown from SHUTDOWN_PRI_DEFAULT to SHUTDOWN_PRI_FIRST.peter2003-01-061-1/+1
* Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* This is all "#if defined(__i386__) && __GNUC__ >= 2":phk2003-01-061-0/+47
* Add two symbols start_ctors and stop_ctors to allow us to find thephk2003-01-062-0/+8
* Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
* Add the POSIX sanctioned "LOGIN_NAME_MAX" -- Maximum length of a login name.obrien2003-01-061-1/+1
* Cast return values of sizeof() to int so they can be printed with %d.mike2003-01-061-2/+2
* Move ia64_sapics and ia64_sapic_count from interrupt.c to sapic.cmarcel2003-01-062-24/+59
* Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30silby2003-01-061-1/+1
* Move the itm reload to a single place rather than having two identicalpeter2003-01-061-2/+2
* Replace the hardcoding of 255 as the clock interrupt vector withmarcel2003-01-064-3/+5
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-062-2/+2
* Add support for the 3c555 miniPCI chipset.silby2003-01-062-1/+9
* Manually inline handleclock(). There's only a single caller andmarcel2003-01-063-9/+2
* Add two MII_SETs to provide a bit more time between operations insilby2003-01-061-0/+2
* Count interrupts as soon as possible. This makes sure interrupts aremarcel2003-01-061-3/+3
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetsam2003-01-051-3/+6
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-054-2/+33
* Fix cut&paste bug which would result in a panic because buffer wasphk2003-01-051-2/+2
* Bump the number of interrupts from 65 to 257. This is a waste ofmarcel2003-01-051-1/+1
* Handle 3-digit interrupt numbers (vectors). While here, change themarcel2003-01-052-6/+10
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedmarcel2003-01-051-11/+11
* Tweaks to make if_rl work on sparc64.jake2003-01-051-4/+10
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages andphk2003-01-051-2/+2
* Don't override the vop_lock, vop_unlock and vop_isunlocked methods.phk2003-01-051-3/+0
* Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page'salc2003-01-051-2/+1
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Reduce diff to RELENG_4.simokawa2003-01-054-3/+65
* Fix alignment problems -- the embedded v4 address is guaranteed tofenner2003-01-051-15/+17
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
OpenPOWER on IntegriCloud