summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-154-7/+5
* Add ptrace_machdep.c.marcel2003-08-151-0/+1
* #ifdef __i386__ the "int slice" definition that became i386-only withrwatson2003-08-151-0/+2
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-153-270/+4
* - Fix a typo in a comment.jhb2003-08-152-14/+14
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-153-9/+9
* - Remove redundant <sys/sysctl.h> include.jhb2003-08-151-4/+1
* Adjust the style of the #ifdef SMP in casuptr() so that the #ifdef SMPjhb2003-08-151-5/+4
* - Update location of PCI headers.jhb2003-08-151-5/+6
* As warned: Initiate deorbit burn for the pcaudio driver.phk2003-08-157-1188/+0
* Remove a few ushorts I missed in my earlier pass.jhb2003-08-152-37/+37
* Eliminate unnecessary udev_t variable: we can derive it from the dev_tphk2003-08-151-6/+4
* Make swaponvp() static to the swap_pager.phk2003-08-152-2/+2
* Remove the magic way of configuring NFS backed swap.phk2003-08-154-243/+1
* Lock down arc4random so it can be safely called w/o Giant.silby2003-08-151-17/+26
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outnjl2003-08-151-0/+6
* Improve the C3 CPU identification. I didn't notice that the CPU idimp2003-08-151-12/+6
* Fix the generation of coredumps. We did not take the dirty registersmarcel2003-08-151-1/+38
* Add an instruction group break after the move to application registermarcel2003-08-151-2/+2
* Introduce two machine specific ptrace(2) requests: PT_GETKSTACK andmarcel2003-08-152-2/+75
* Add or finish support for machine dependent ptrace requests. When wemarcel2003-08-152-22/+17
* Extend the scope of the page queues lock in vm_pageout_scan() to coveralc2003-08-151-14/+4
* vinum_scandisk:grog2003-08-151-1/+5
* if we got this far, we definately don't have an EBADF. Return a morejmg2003-08-151-1/+1
* Drop Giant when calling the disk drivers directly, and reacquiregrog2003-08-151-4/+13
* modify commentscg2003-08-151-3/+11
* De-inline functions which do not need to be inline. Move the DEVMETHODnjl2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlernjl2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlocknjl2003-08-151-1/+7
* add a few missing bits for future usecg2003-08-151-1/+27
* disable resume code implementing panic().cg2003-08-141-1/+6
* add a read-only sysctl to display the number of entries in the fixed sizecg2003-08-141-5/+9
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Add many new VIA C3 CPU types now that they appear to be available inimp2003-08-141-0/+18
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-37/+58
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedpb2003-08-141-0/+17
* trivial optimization: use nameunit here.imp2003-08-141-1/+1
* Add microsoft mn-520 wlan card.imp2003-08-141-0/+1
* resync to pcarddevs 1.63imp2003-08-141-1/+7
* add microsoft mn-520 wlan card.imp2003-08-141-1/+5
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-141-36/+2
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-149-97/+60
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-132-17/+23
* make sure the packets contains a complete inner headersam2003-08-131-0/+28
* Delay creating ic_bss until after the super-class has a chancesam2003-08-133-0/+14
* Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate thesam2003-08-131-4/+4
* Close a race where ath_intr is installed and may be called beforesam2003-08-132-2/+8
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiessam2003-08-131-2/+4
OpenPOWER on IntegriCloud