summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a signal handler for SIGINT which removes output file when necessary.delphij2010-04-261-4/+21
* Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but formarius2010-04-263-1/+16
* For the on-board interfaces found in Fujitsu SPARC64 machines obtain themarius2010-04-261-1/+1
* - Add a missing const.marius2010-04-261-1/+2
* Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.marius2010-04-261-0/+2
* Better handling of ipv6_default_interface usingume2010-04-263-25/+15
* - Rework the underlying ALQ storage to be a circular buffer, which amongst otherlstewart2010-04-263-189/+768
* MFp4:mav2010-04-262-14/+19
* Mark ATA channel as idle on timeout in non-ATA_CAM mode.mav2010-04-261-1/+1
* missed pv access before pmap lockkmacy2010-04-251-1/+1
* Incremental reduction of delta with head_page_lock_2 branchkmacy2010-04-251-25/+38
* Set USB_DEBUG like the other platforms, I had turned it off to test the buildthompsa2010-04-251-1/+1
* sh: Use stalloc for arith variable names.jilles2010-04-253-24/+10
* Clearing a page table entry's accessed bit (PG_A) and setting thealc2010-04-252-45/+12
* Sending a FWDTSN chunk should not affect the retran count.tuexen2010-04-251-1/+1
* Make hash, type and ulimit available via execve().jilles2010-04-252-3/+6
* Provide compat32 shims for bpf(4), except zero-copy facilities.kib2010-04-252-3/+166
* Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.kib2010-04-251-1/+101
* Undo my lastest fix since that wasn't one at all.tuexen2010-04-251-19/+19
* unlinkat(2): unlinkat(AT_REMOVEDIR) fails with ENOTEMPTY like rmdir()jilles2010-04-251-2/+2
* symlink(7): Add lpathconf(2) and *at system calls.jilles2010-04-251-2/+27
* symlink(7): The ownership of symlinks is used by the system,jilles2010-04-251-3/+3
* kvm(3): Mention that some of the functions use sysctl(3) instead of kmem.jilles2010-04-251-2/+6
* sysctl(3): Update description of various kern.* variables.jilles2010-04-251-12/+10
* Re-calculate a geometry when reprobing as well.marcel2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsmarcel2010-04-251-1/+14
* ifp->if_ipackets++ when RX packet interrupts are occurred.weongyo2010-04-241-0/+2
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-249-37/+46
* builtin(1): Add missing escaping for !, . and : in the table.jilles2010-04-241-3/+3
* builtin(1): Mention [ sh builtin.jilles2010-04-241-1/+3
* - fix style issues on i386 as wellkmacy2010-04-241-16/+16
* apply style(9) changes applied to head_page_lock_2kmacy2010-04-241-17/+17
* remove vm obect tracker that slipped in from prior work.rnoland2010-04-241-1/+0
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-2415-18/+289
* Fix some sorting and whitespace nits.marius2010-04-242-6/+6
* stat: Allow -f %Sf to display the file flags symbolically.jilles2010-04-242-3/+33
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-2410-25/+27
* Add a TestFloat based test suite for floating-point implementationsmarius2010-04-2441-0/+18426
|\
| * Move TestFloat 2a to the dist subdirectory.marius2010-04-2045-0/+18113
* - Temporarily lower WARNS until I fix alignment warnings on sparc64.jeff2010-04-241-0/+2
* suj.c seems to contain two versions of the code.pjd2010-04-241-2065/+0
* Protect fsck.h from being included twice.pjd2010-04-241-0/+5
* Fix build for UFS without SOFTUPDATES.pjd2010-04-241-1/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-2440-2129/+13155
* Most MIPS systems have a comparatively-sparse physical memory layout. Switchjmallett2010-04-242-5/+6
* Adjust a test case and make it more jump optimization neutral for JIT case.jkim2010-04-231-1/+1
* Build some nops into CLEAR_STATUS here to make sure that the followingjmallett2010-04-231-2/+4
* o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512Mjmallett2010-04-232-6/+11
* Large memory mappings are always CPU local and always done with interruptsjmallett2010-04-231-2/+2
* sh: Add some more tests for ${v#...} and ${v%...}.jilles2010-04-231-0/+46
OpenPOWER on IntegriCloud