summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Conditionalize a GCCism.mike2002-11-291-0/+2
* Implement bus_space_subregion(). Identical to i386.marcel2002-11-291-3/+8
* Better handle sparse physical memory: Don't use the address rangemarcel2002-11-291-8/+4
* Check to make sure that the fs_sblockloc field was properly updatedmckusick2002-11-291-0/+10
* Release the reference to the peripheral if returning a error.yar2002-11-291-0/+2
* Fix the standards case by referring to __fds_bits instead of fds_bitsmike2002-11-281-3/+3
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingmike2002-11-281-0/+1
* Use pmap_remove_all() instead of pmap_remove() before freeing the pagealc2002-11-281-5/+4
* Lock page field accesses in mincore().alc2002-11-281-0/+2
* Reclaim major number 182 which I allocated for mdsio. It was decidedrwatson2002-11-281-1/+0
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inscottl2002-11-282-5/+4
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-284-34/+6
* Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c .non2002-11-281-3/+3
* o Changes to support NEWCARD.non2002-11-281-2/+31
* o Changes to support NEWCARD.non2002-11-281-2/+54
* o Changes to support NEWCARD.non2002-11-281-2/+35
* regen to 1.38non2002-11-281-2/+60
* o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp,non2002-11-281-1/+27
* Enable UFS2 support in boot1. Just as with sparc64 the same boot1 worksjhb2002-11-271-1/+0
* Hold the page queues lock when performing pmap_clear_modify().alc2002-11-271-0/+4
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-2716-175/+232
* This commit was generated by cvs2svn to compensate for changes in r107325,iwasaki2002-11-2777-1380/+1841
|\
| * Vendor import of the Intel ACPI CA 20021118 drop.iwasaki2002-11-2790-1550/+2067
* | Need more parens here.imp2002-11-271-1/+1
* | Do not set a variable (vp->p_pollinfo) to NULL if we knowrobert2002-11-271-1/+1
* | Fix for non-GCC compilers.obrien2002-11-271-4/+3
* | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero.maxim2002-11-271-0/+2
* | Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
* | Hold the page queues lock while performing pmap_page_protect().alc2002-11-271-2/+4
* | Minor updates to the aicasm:scottl2002-11-273-5/+5
* | Xircom cards store the MAC address in the CIS, so get it from the newimp2002-11-272-4/+16
* | Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,imp2002-11-274-3/+97
* | Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeimp2002-11-272-0/+10
* | MFp4:imp2002-11-271-16/+14
* | o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() dependstjr2002-11-271-1/+3
* | Make the rman_{get,set}_* macros into real functions. The macrosimp2002-11-272-10/+85
* | Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-274-16/+25
* | Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains totjr2002-11-261-1/+1
* | fixes for this driver:julian2002-11-261-2/+38
* | (hopefully) fix build breakage some people are seeingcg2002-11-2613-23/+23
* | Don't hold acct_mtx over limcopy(), since it's unnecessary andfenner2002-11-261-6/+7
* | correct function names in KASSERT's for 2 m_tag routinessam2002-11-261-2/+2
* | Unhook LOMAC kernel module since the functionality is now provided byrwatson2002-11-261-1/+0
* | Correct two warnings by staticizing a function and removing an unusedrwatson2002-11-261-11/+1
* | Hook up the mac_lomac module build.rwatson2002-11-262-0/+11
* | Hook up kernel options and build information for mac_lomac.rwatson2002-11-263-0/+3
* | To avoid sleeping with all sorts of resources acquired (the reportedrobert2002-11-261-3/+7
* | Import an implementation of LOMAC (Low-Watermark Mandatory Accessrwatson2002-11-262-0/+2842
* | If the file descriptors passed into do_dup() are negative, return EBADFjhb2002-11-261-3/+4
* | Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-2611-9/+11
OpenPOWER on IntegriCloud