summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow the sio acpi attachment to be disabled (ie: use hints only). Thispeter2007-11-303-0/+6
* Add sio_puc_kludge_unit() to stop sio devices originating from pucpeter2007-11-301-0/+29
* Deal with the possibility of device_set_unit() being called when attachingpeter2007-11-301-0/+11
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,peter2007-11-302-0/+20
* Improve get_pv_entry()'s handling of low-memory conditions. After pagealc2007-11-302-43/+35
* Adjust the padding to account for the change of size of the MI partjb2007-11-291-1/+1
* Correct a random value disclosure in random(4).simon2007-11-291-0/+1
* Move use of 'i' in cp_time sysctl under SCTL_MASK32 so that it compilesrwatson2007-11-291-1/+2
* Revert revision 1.4.jkoshy2007-11-291-1/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-294-15/+91
* Don't use plain "ret" instructions at targets of jump instructions,bde2007-11-292-4/+4
* Remove entry points for -finstrument functions since they are currentlybde2007-11-292-16/+8
* Remove some compatibility stuff that we now get from the Solaris header.jb2007-11-292-26/+0
* Remove an OpenSolaris compatibility header that is no longer referenced.jb2007-11-281-143/+0
* Add COHERENT to descriptor mem allocation for thejfv2007-11-281-1/+1
* Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSDjb2007-11-281-2/+0
* Fixes for ARM9/ARM10 :cognet2007-11-281-1/+4
* Account for pv entry pages in the total number of wired pages. (Note: pvalc2007-11-281-3/+6
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-286-18/+146
* MFamd64: 1.109 of pci_cfgreg.c which changes pci_cfgdisable() into a nopjhb2007-11-281-2/+6
* Correct the logic : we can just invalidate the cache lines, and notcognet2007-11-281-1/+1
* Adjust the code to probe for the PCI config mechanism to use.jhb2007-11-283-197/+36
* * Check endianness the FreeBSD way.jb2007-11-2824-60/+86
* Fix a prototype definition.jb2007-11-282-2/+2
* Check endianness the FreeBSD way.jb2007-11-282-2/+2
* Include an extra header to get this to compile cleanly.jb2007-11-282-0/+2
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-286-83/+0
* Add more OpenSolaris compatibility headers.jb2007-11-2822-0/+1248
* Remove an extern that is defined elsewhere.jb2007-11-282-4/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hjb2007-11-282-0/+36
* Remove a typedef which was just a hack to avoid including vmem.h.jb2007-11-282-4/+2
* Adjust a comment that suggest that we might consider a panic.bz2007-11-281-1/+3
* Add a missing volatile so that the code compiles cleanly.jb2007-11-282-2/+2
* Rename the definition of lbolt to LBOLT to avoid a clash with a globaljb2007-11-282-4/+38
* Turn the CAM passthroug interface to AMR back ON. Adjust thescottl2007-11-282-80/+68
* A minor issue with lock names, WITNESS complainsjfv2007-11-281-2/+2
* - Add Analog Devices AD1984 codec id.ariff2007-11-281-4/+28
* Let opt be an array. Though &opt[0] == opt == &opt, &opt is highlybz2007-11-281-1/+1
* Correctly get the authentication key for TCP-MD5 from the SA.bz2007-11-281-1/+1
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-288-20/+0
* Add missing MCP65 id which was accidentally removed in previous commit.ariff2007-11-281-0/+1
* Restore member fields sigval_int and sigval_ptr, this unbreaks compilationdavidxu2007-11-281-0/+3
* In atomic_fetchadd_32(), do not blindly increase the value of %3.cognet2007-11-271-2/+3
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()jhb2007-11-274-29/+12
* Fix up a race condition with the callout_stop method in newstate.benjsc2007-11-271-1/+4
* Handle missed beacons correctlybenjsc2007-11-272-1/+22
* MFP4(129048): Eliminating an unnecessary check on an_gone insideavatar2007-11-271-4/+0
* Define atomic_readandclear_ptr.jasone2007-11-272-0/+2
* Simplify the adaptive spinning algorithm in rwlock and mutex:attilio2007-11-262-141/+113
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-262-0/+4
OpenPOWER on IntegriCloud