summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version due to movement of libraries to /lib and rtld togordon2003-08-171-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-178-8/+8
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-1736-176/+197
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-172-6/+4
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-169-27/+79
* Use constants less throughout the code and instead use the objsizebmilekic2003-08-161-6/+6
* bandaide to make this build againimp2003-08-163-6/+18
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-1618-75/+53
* Give timecounters a numeric quality field.phk2003-08-166-33/+68
* Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two newalc2003-08-161-0/+2
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-161-40/+4
* FICL doesn't build on PowerPC yet, so disable.obrien2003-08-163-21/+21
* Fix a range check bug. Don't left-shift the integer argument 'data'.marcel2003-08-161-12/+7
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-152-0/+3
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* - Various style fixes in both code and comments.jhb2003-08-153-66/+75
* 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
OpenPOWER on IntegriCloud