summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not take the process lock. The assignment to u_short inside thenetchild2010-11-221-5/+3
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to bezec2010-11-222-1/+3
* Add SIGINT handler to `gpart restore` action.ae2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`ae2010-11-222-29/+32
* 1) Add a hint to check for duplicates with optional files. The committednetchild2010-11-221-1/+10
* Remove trailing dot from the unimplemented futex messages to makenetchild2010-11-221-5/+5
* In tc_windup, handle the case where the previous call to tc_windup wascperciva2010-11-221-0/+10
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-224-23/+55
* In xen_get_timecount, return the full ns-precision time rather thancperciva2010-11-221-1/+1
* Plug an fd leakkevlo2010-11-221-0/+1
* Use atomic instruction to set _has_writer, otherwise there is a racedavidxu2010-11-221-1/+2
* Adds usbdump(8) tool that currently it only supports the very basicweongyo2010-11-223-0/+627
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-228-2/+2227
* Various syntactic tweaks to satisfy style(9). No change to execution.mckay2010-11-211-14/+14
* Add a missing ';' and change the debugging sysctl from xint to int.bz2010-11-211-2/+2
* dispatch_add_command:brucec2010-11-211-9/+23
* Fix a typo in a comment.simon2010-11-211-1/+1
* xargs can be fooled by exiting children that it did not start, causingmckay2010-11-211-5/+118
* Eliminate the mab, maf arrays and related variables.kib2010-11-211-32/+15
* Fix missing closedir()kevlo2010-11-211-0/+1
* Add lex and yacc sources to things cscope'd.obrien2010-11-211-1/+1
* Add x86 to ALL_ARCH.obrien2010-11-211-1/+1
* Optimize vm_object_terminate().alc2010-11-201-9/+28
* Unifdef XEN. This file is only compiled with the XEN kernel option set,cperciva2010-11-201-103/+2
* Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.cperciva2010-11-204-35/+34
* Check the OF_getprop() return value before proceeding. Allocate only asandreast2010-11-201-4/+4
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.mckusick2010-11-202-113/+0
* The runlen returned from vm_pageout_flush() might be zero legitimately,kib2010-11-201-1/+0
* Add to gpart(8) an ability to backup partition table andae2010-11-202-1/+371
* Remove unused variablekevlo2010-11-201-1/+1
* sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.jilles2010-11-201-3/+3
* sh: Code size optimizations to buffered output.jilles2010-11-207-34/+39
* In case of an early return from the function there is no need to zerobz2010-11-201-2/+2
* Fix a minor code redundancy nit.lstewart2010-11-201-3/+1
* When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or removelstewart2010-11-201-12/+24
* sh: Add a test that manipulates various long strings.jilles2010-11-191-0/+16
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-1912-54/+3
* sh: Add another simple test for the wait builtin.jilles2010-11-191-0/+21
* Scan the list in reverse order for the shutdown handlers of loaded modules.attilio2010-11-191-2/+2
* Set the POSIX semaphore capability when the semaphore module is enabled.jhb2010-11-191-0/+2
* Set various POSIX capability sysctls to the version of the API that isjhb2010-11-192-4/+5
* Reduce the amount of detail printed by vm_page_free_toq() when it panics.alc2010-11-191-17/+6
* Handle malloc() failures more gracefully by error'ing out rather thanjhb2010-11-193-0/+36
* Make pmap_release consistent with pmap_pinit with respect to unpinningcperciva2010-11-191-0/+5
* specialreg.h: add definitions for MPERF/APERF pair of MSRsavg2010-11-192-0/+4
* specialreg.h: add AMD-specific "Hardware Configuration Register" MSRavg2010-11-193-2/+4
* specialreg.h: add definition for AMD Core Performance Boost bitavg2010-11-192-0/+2
* sh: Add printf builtin.jilles2010-11-196-12/+47
* Fix fd leakkevlo2010-11-191-0/+1
OpenPOWER on IntegriCloud