summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-074-11/+41
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-072-56/+29
* Make the DIAGNOSTIC code which complains about long {call|time}out(9)phk2003-12-071-5/+11
* Regen due to kse_switchin(2).marcel2003-12-075-7/+17
* Add kse_switchin(2). This syscall can be used by KSE implementationsmarcel2003-12-074-0/+51
* Constify, and add an API function to find a named node in a directory.des2003-12-072-6/+21
* Minor whitespace and style issues.des2003-12-077-21/+16
* Use mp_ncpus instead of the hw.ncpu sysctl.des2003-12-071-22/+11
* Remove useless SMP check code.des2003-12-072-22/+0
* use callout_*() rather than timeout().ume2003-12-071-2/+5
* KASSERT against multiple orphanings of providers.phk2003-12-072-0/+5
* rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).peter2003-12-071-1/+1
* Add PowerPC CFLAGS.obrien2003-12-071-0/+9
* hea is gone, remove its moduleimp2003-12-072-12/+0
* Remove hea module.imp2003-12-071-1/+0
* Don't call em_stop() from the watchdog since it requires the controllerdeischen2003-12-071-1/+0
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-075-0/+935
* Make the if_broadcastaddr const. All the drivers in the tree whichimp2003-12-071-1/+1
* unifdef old interface support out to prevent false positives.imp2003-12-071-524/+0
* Set fs_ronly to the correct value in ffs_reload() when reloading the filetruckman2003-12-071-0/+2
* Re-arrange and consolidate some random debugging stuffscottl2003-12-076-53/+61
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-0711-3335/+1
* Now that we have the en(4) driver, we no longer need the hea driver.imp2003-12-0718-5518/+0
* The dgb driver is redundant with the digi driver in the tree. It usesimp2003-12-0710-3390/+1
* - Giant is no longer required by vm_thread_new().alc2003-12-072-4/+0
* This commit was generated by cvs2svn to compensate for changes in r123202,sam2003-12-073-2011/+2011
|\
| * Version 0.9.6.3:sam2003-12-073-2011/+2011
* | Continue to remove drivers that don't compile and haven't compiled inimp2003-12-078-3831/+0
* | HEAD __FreeBSD_version is at 502100scottl2003-12-071-1/+1
* | HEAD is at 5.2-CURRENT nowscottl2003-12-071-1/+1
* | First part of the removal of drivers for hardware that isn't relevantimp2003-12-074-639/+0
* | Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadpeter2003-12-061-5/+5
* | Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtinpeter2003-12-061-1/+40
* | Various whitespace and cosmetic sync-up's with i386.peter2003-12-069-12/+13
* | amd64_protection_init and the protection_codes[] array was overkill.peter2003-12-061-50/+8
* | Kill the ASM versions of the mtx_lock_spin and friends. They were neverpeter2003-12-061-31/+0
* | MFi386: put the apic disable hook in a better place.peter2003-12-062-1/+5
* | Revert some amd64 changes that cached curthread and converge back to thepeter2003-12-062-19/+3
* | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-0612-72/+30
* | Do not panic when flushing dummynet firewall rulesemax2003-12-061-1/+1
* | Fix a deadlock between vm_fault() and vm_mmap(): The expected lock orderingalc2003-12-061-4/+13
* | Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-064-0/+6
* | Remove SMP option support from building the ACPI module as it is no longerjhb2003-12-051-3/+0
* | File forgotten in the cx shuffle.imp2003-12-051-484/+0
* | Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* | Fix a potential problem with atapi-cam where an incorrect flag is passedscottl2003-12-051-1/+1
* | Since the fdc driver can't autodetect the drive capacity on the Alpha,des2003-12-051-0/+1
* | Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.phk2003-12-041-5/+4
* | Remove cx in its old location.imp2003-12-034-3199/+0
OpenPOWER on IntegriCloud