aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentChristian S.J. Peron2006-11-181-1/+1
* Implement new ETHER_BPF_MTAP macro. Roll back the various changesChristian S.J. Peron2006-11-181-70/+3
* Currently, drivers that support hardware offload of VLAN tagChristian S.J. Peron2006-11-182-0/+59
* Since printf also has at least one critical section, we need toMarcel Moolenaar2006-11-181-5/+7
* Now that printf() needs the PCPU, set it up before we call printf().Marcel Moolenaar2006-11-185-26/+16
* Revert previous commit. PC_CONS_BUFR is not used nor needed byMarcel Moolenaar2006-11-181-1/+0
* remove unused fieldsKip Macy2006-11-181-3/+1
* Previously, the mount_ext2fs binary listed the acceptable mountCraig Rodrigues2006-11-181-1/+4
* Add missed ")". Fix the build.Konstantin Belousov2006-11-181-1/+1
* eeprom has been removed from sun4v - remove from NOTESKip Macy2006-11-181-1/+1
* mark struct ether_header packed so gcc honors alignmentSam Leffler2006-11-181-1/+1
* Sync struct sysinfo with real one from linux.Konstantin Belousov2006-11-181-1/+2
* Use standard debugging facilities in linux_getcwd().Konstantin Belousov2006-11-181-2/+2
* Add debuging printfs to syscalls that do not contain it yet. InKonstantin Belousov2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.Konstantin Belousov2006-11-181-2/+0
* Change the internal API for polled commands. Calling mfi_polled_commandScott Long2006-11-181-83/+39
* Remove two completely unused filesKip Macy2006-11-182-1350/+0
* Remove two more duplicated filesKip Macy2006-11-183-1143/+2
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionKip Macy2006-11-1818-2118/+41
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-186-75/+175
* Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing outJung-uk Kim2006-11-171-5/+9
* Add support for 8 byte hardware watches in long mode. Kernel hardwareJohn Baldwin2006-11-173-5/+17
* - Add macro constants for the various fields in %dr7 and use them in placeJohn Baldwin2006-11-176-74/+106
* Disable code to set max read byte count on the 2400.Matt Jacob2006-11-171-0/+6
* Missed two nits in rev 1.7.David E. O'Brien2006-11-171-2/+2
* Fix the output format of MI ddb watches in 'show watch' on 64-bitJohn Baldwin2006-11-171-0/+8
* Trim some noise from bootverbose:John Baldwin2006-11-174-29/+27
* A few more style fixes.John Baldwin2006-11-172-9/+7
* Wake up PIOCWAIT handler on the process exit in addition to the stopKonstantin Belousov2006-11-171-2/+2
* Erm we really want to mask all interrupts in the range, just not the firstOlivier Houchard2006-11-171-1/+1
* Deal more generically with the byteswap needed on !littleendian HW.Søren Schmidt2006-11-171-2/+2
* Compile -- remove an unused global variable avail_end.Kevin Lo2006-11-172-2/+0
* *smack* - forgot to do i386 compile, so lastMatt Jacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.Matt Jacob2006-11-161-19/+35
* vfs_hash_insert() vputs() the losing vnode before returning, in the event ofMohan Srinivasan2006-11-161-2/+1
* Fix to readdir+ reply handling. When inserting an entry into the namecache,Mohan Srinivasan2006-11-161-0/+2
* Look for capabilities in PCI-PCI bridges using the same CAP PTR registerJohn Baldwin2006-11-161-0/+2
* Remove an unused variable.Ruslan Ermilov2006-11-161-2/+1
* Replace magic numbers for console bell types with defines.Ruslan Ermilov2006-11-161-2/+2
* o Make pv_maxchunks no less than maxproc. This helps to survive aMaxim Konovalov2006-11-161-1/+1
* Resize the hash table upwards if the number of collision entries is greater t...Kip Macy2006-11-163-62/+118
* Due to an incorrect macro, it appears that this driver has always beenScott Long2006-11-162-14/+18
* In bce_start_locked, check the used_tx_bd count rather than theJohn Polstra2006-11-161-8/+8
* After tests on 2 different AMD platforms with severalMatt Jacob2006-11-161-2/+0
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',Pawel Jakub Dawidek2006-11-164-11/+12
* Mfp4: Remove mci_device.c. It should have been removed when it wasWarner Losh2006-11-161-575/+0
* Move to using a common arm_init.S. These things are more similar thanWarner Losh2006-11-168-248/+26
* MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributedWarner Losh2006-11-161-4/+11
* MFp4: Improvements, including the ability to download to an arbitraryWarner Losh2006-11-161-5/+8
* Tweaks for better boot flavor support.Warner Losh2006-11-161-5/+2