summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Count output bytes and packets.jmallett2011-01-102-2/+8
* Shorten device name so it fits into vmstat -i.jmallett2011-01-101-3/+3
* Fix a bug in the client side krpc where it was, sometimesrmacklem2011-01-103-17/+10
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpagejhb2011-01-101-0/+2
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-102-84/+149
* Fix two harmless off-by-one errors.jhb2011-01-101-3/+3
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Add support for using encrypted password strings when settingjpaetzel2011-01-103-10/+40
* Patch pc-sysinstall to deal with 4k sector size drivesjpaetzel2011-01-102-257/+129
* Apply DMA address space restriction to controllers that have 4GByongari2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutyongari2011-01-101-11/+1
* For the process that already loaded libthr but still not initializedkib2011-01-101-0/+26
* get_program_var_addr() must prefer the strong symbol to the weakkib2011-01-101-65/+84
* o) Free mbufs in error cases.jmallett2011-01-101-0/+6
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that thelstewart2011-01-101-0/+1
* Remove unnecessary 'cat'.jchandra2011-01-101-1/+1
* o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.jmallett2011-01-108-8/+606
* Revert part of r217071 so that us mere mortals can clearly seedougb2011-01-091-1/+5
* Now that we correctly enable rx interrupts on all cores, performance has gottenjmallett2011-01-091-1/+22
* o) Remove some unused local definitions of IP protocol numbers.jmallett2011-01-092-11/+10
* sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().jilles2011-01-092-11/+1
* regression/date: unset all LC_xxx vars and set LANG/LC_ALLkeramida2011-01-091-1/+1
* Add missing __dead2 to __assert().ed2011-01-091-1/+1
* sh: Remove special %builtin PATH entry.jilles2011-01-092-33/+22
* MfP4 CH=185246 [1]:bz2011-01-091-0/+2
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsgavin2011-01-092-0/+2
* Sync the list of devices supported by uslcom(4) with Linux, bringing ingavin2011-01-092-1/+27
* Improve style and wording of comments and sysctl descriptions [1].bz2011-01-091-12/+11
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-0912-90/+14
* Implement the __pthread_map_stacks_exec() for libthr.kib2011-01-095-1/+53
* Replace nfs4 with newnfs in netfs_types. nfs4 was removed in r192578 andjh2011-01-091-1/+1
* Add missing ar91xx definition for the WMAC reset control.adrian2011-01-091-0/+1
* Fix the value for DECIMAL_DIG on UltraSparcs. The previous value ofdas2011-01-092-2/+2
* 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
OpenPOWER on IntegriCloud