summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We don't support any floating point types larger than double ondas2011-01-091-1/+1
* The highest-precision floating point type on ia64 has 64 bits ofdas2011-01-091-1/+1
* Eliminate a redundant alignment directive on the page locks array.alc2011-01-091-1/+1
* Modify readdirplus in the experimental NFS server in armacklem2011-01-091-3/+21
* sh: Make exit without parameters from EXIT trap POSIX-compliant.jilles2011-01-084-7/+24
* Change some variables from int to size_t. This is more accurate sincecsjp2011-01-083-14/+16
* Take passwords out of debug log.jpaetzel2011-01-081-2/+2
* sh: Add simple test for 'exit' without parameters.jilles2011-01-081-0/+7
* Eliminate the counting of vm_page_pa_tryrelock calls. We really don'talc2011-01-081-21/+10
* Push some PC-BSD specific fixes upstream.jpaetzel2011-01-082-52/+6
* Make sure to always do source address selection ondeischen2011-01-081-8/+9
* More elegant way to detect MBR vs. GPTjpaetzel2011-01-082-14/+3
* Make RB_CDROM work. This should probably check for a disc in cd1 and acd1nwhitehorn2011-01-081-2/+2
* Revert r216805.attilio2011-01-081-119/+23
* Use the same expression to report stack protection mode for AT_STACKEXECkib2011-01-081-2/+3
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-084-421/+228
* White space changes to align comments. The mips and powerpc _inttypes.htijl2011-01-082-221/+221
* Rename PRIreg helper macro to PRIptr to better reflect its use. Registerstijl2011-01-082-94/+96
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-083-0/+39
* In rtld, read the initial stack access mode from AT_STACKPROT as setkib2011-01-085-0/+52
* In elf image activator, read and apply the stack protection mode fromkib2011-01-081-5/+17
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-0810-18/+132
* Collect code to translate between vm_prot_t and p_flags into helperkib2011-01-081-22/+35
* Document rc.conf.d in rc.conf(5).gjb2011-01-081-2/+14
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-0813-75/+56
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-085-47/+26
* Fix types of some values in machine/_limits.h.tijl2011-01-088-61/+39
* Fix some style(9) issues.kib2011-01-081-4/+5
* Fix struct FILE * leak on error (in disabled by default hesiod support code).kib2011-01-081-0/+1
* Use ether_ntoa instead of home-grown version.delphij2011-01-081-9/+5
* Clarify when we switch from keepidle to keepinvtl intervals if sendingbz2011-01-081-2/+4
* sed: Add test for r217133 (-i race).jilles2011-01-082-0/+84
* sed: Try hard links to make -i target available continually.jilles2011-01-081-4/+21
* CSUM flags need to be OS version sensitive in ixv codejfv2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...jfv2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xjfv2011-01-071-1/+1
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-075-45/+6
* kern/153772 fix variable names.jfv2011-01-071-2/+2
* Trim extra spaces before tabs.jhb2011-01-0710-21/+21
* make targetsimp2011-01-071-1/+10
* Retire TARGET_ABI.imp2011-01-0717-49/+39
* Fix a memory leak in ARP queues.gnn2011-01-071-2/+1
* - Save some space relying on the fact that all ioctl commandsstas2011-01-071-5/+5
* Don't try to free an unassigned pointer.bschmidt2011-01-071-4/+1
* Adjust ARP hold queue locking.gnn2011-01-071-2/+3
* Use a regular taskqueue for dummynet rather than a "fast" taskqueue.jhb2011-01-071-1/+1
* Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()mdf2011-01-071-2/+4
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0768-0/+136
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-072-0/+4
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0772-0/+142
OpenPOWER on IntegriCloud