summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a new libc function: cfmakesane(3).ed2010-11-028-20/+56
* Skip SMAP regions above 4GB on i386 since they will not fit into a long.jhb2010-11-021-12/+19
* Don't leak the LLE lock if the arptimer callout is pending or inactive.jhb2010-11-021-3/+3
* Fix a few typos and style nits in the example code.jhb2010-11-021-12/+12
* Remove stale line, accidentally slipped into r214016.mav2010-11-021-1/+0
* Shorten long lines.obrien2010-11-021-4/+4
* Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
* Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.davidxu2010-11-021-8/+5
* - Add ELF core for FreeBSD/mipsgonzo2010-11-021-0/+10
* Fix reading of .debug_line on MIPS64, big-endian:gonzo2010-11-021-1/+1
* Try to be a little smart at guessing where _start is located in flash, insteadcognet2010-11-011-2/+4
* Sync the lem code up with the vlan and other fixes in em.jfv2010-11-014-158/+108
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-0121-472/+21
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-0114-76/+14
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-013-9/+22
* Add DragonflyBSD 2.8 and OpenBSD 4.8 releasesuqs2010-11-011-2/+5
* Correct the abbreviations for general I/O and signal traces.jhb2010-11-011-3/+3
* Fix ztest when it is executed by just 'ztest' and not by full pathpjd2010-11-011-2/+1
* 1. Remove invalid assertion.pjd2010-11-011-3/+3
* Implement pmap_is_prefaultable().alc2010-11-012-0/+30
* Style cleanup: make this look more like a 21st-century shell scriptwollman2010-11-011-25/+23
* jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.shwollman2010-11-011-1/+1
* Use integer for size of cpuset, as it won't be bigger than INT_MAX,davidxu2010-11-012-9/+4
* Add a security nit to recent copyin/out changes: map the user segmentnwhitehorn2010-10-311-0/+6
* sh(1): Correct synopsis and make precise how $0 is set.jilles2010-10-311-4/+24
* Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complainedmarius2010-10-311-1/+1
* Next-to-leading-order perturbation of synchronization operations fornwhitehorn2010-10-313-5/+5
* Try to make the style consistent (including regarding NetBSD bits not yetmarius2010-10-311-44/+39
* Make a comment reflect reality.marius2010-10-311-1/+1
* Fix typo and grammar nituqs2010-10-311-2/+2
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCnwhitehorn2010-10-319-12/+338
* Add some missing parentheses so that moea_bat_mapped() actually works.nwhitehorn2010-10-311-1/+1
* sh: Reindent evaltree().jilles2010-10-311-76/+76
* sh: Use iteration instead of recursion to evaluate semicolon lists.jilles2010-10-312-15/+27
* Fix callout_tickstofirst() behavior after signed integer ticks overflow.mav2010-10-311-2/+1
* Elaborate some more on the non-security implications of using -Puqs2010-10-311-6/+15
* Update to 9.6-ESV-R2, the latest from ISC.dougb2010-10-3174-10723/+3925
* Prep for the 9.6-ESV-R2 updatedougb2010-10-312-5/+22
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andnyan2010-10-312-10/+10
* Make it possible to exclude directories by name no matter where theywollman2010-10-312-1/+13
* Add another safety belt to pmap_demote_DMAP().alc2010-10-301-1/+1
* Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips.nwhitehorn2010-10-301-1/+22
* Restructure the way the copyin/copyout segment is stored to prevent anwhitehorn2010-10-3012-41/+60
* Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be usedmarius2010-10-301-1/+1
* Announce both IPsec and UDP Encap (NAT-T) if available forbz2010-10-301-0/+5
* Correct some format strings used by sysctls.alc2010-10-302-3/+3
* Don't demote in pmap_demote_DMAP() if the specified length is zero.alc2010-10-301-0/+5
* When the make target is 'install', don't descend into the clangrpaulo2010-10-301-3/+5
* Actually remove the HAVE_CAST_H define this time.dim2010-10-301-1/+1
* Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, anddim2010-10-302-54/+41
OpenPOWER on IntegriCloud