aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenSSL 0.9.8p into head.Simon L. B. Nielsen2010-11-22127-535/+876
|\
| * Import OpenSSL 0.9.8p.vendor/openssl/0.9.8pSimon L. B. Nielsen2010-11-21127-535/+877
* | Use g_eventlock to protect against losing wakeups in the g_event processJaakko Heinonen2010-11-222-32/+37
* | Fix a TSO checksum bug on mxge(4):Andrew Gallatin2010-11-221-1/+12
* | Style fix.Attilio Rao2010-11-221-3/+2
* | Add <time.h> for ctime(), which we accidentally picked up throughDag-Erling Smørgrav2010-11-221-0/+1
* | Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-2214-3/+131
* | Similar to mfiutil, drop local definition of powerof2() and use versionJohn Baldwin2010-11-221-2/+0
* | Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.Marko Zec2010-11-221-2/+0
* | Don't generate input() since it's not used.Rebecca Cran2010-11-227-3/+7
* | Do not take the process lock. The assignment to u_short inside theAlexander Leidinger2010-11-221-5/+3
* | Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* | Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to beMarko Zec2010-11-222-1/+3
* | Add SIGINT handler to `gpart restore` action.Andrey V. Elsukov2010-11-221-1/+20
* | Always dump partition labels with `gpart backup`, but `gpart restore`Andrey V. Elsukov2010-11-222-29/+32
* | 1) Add a hint to check for duplicates with optional files. The committedAlexander Leidinger2010-11-221-1/+10
* | Remove trailing dot from the unimplemented futex messages to makeAlexander Leidinger2010-11-221-5/+5
* | In tc_windup, handle the case where the previous call to tc_windup wasColin Percival2010-11-221-0/+10
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6Alexander Leidinger2010-11-224-23/+55
* | In xen_get_timecount, return the full ns-precision time rather thanColin Percival2010-11-221-1/+1
* | Plug an fd leakKevin Lo2010-11-221-0/+1
* | Use atomic instruction to set _has_writer, otherwise there is a raceDavid Xu2010-11-221-1/+2
* | Adds usbdump(8) tool that currently it only supports the very basicWeongyo Jeong2010-11-223-0/+627
* | Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-228-2/+2227
* | Various syntactic tweaks to satisfy style(9). No change to execution.Stephen McKay2010-11-211-14/+14
* | Add a missing ';' and change the debugging sysctl from xint to int.Bjoern A. Zeeb2010-11-211-2/+2
* | dispatch_add_command:Rebecca Cran2010-11-211-9/+23
* | Fix a typo in a comment.Simon L. B. Nielsen2010-11-211-1/+1
* | xargs can be fooled by exiting children that it did not start, causingStephen McKay2010-11-211-5/+118
* | Eliminate the mab, maf arrays and related variables.Konstantin Belousov2010-11-211-32/+15
* | Fix missing closedir()Kevin Lo2010-11-211-0/+1
* | Add lex and yacc sources to things cscope'd.David E. O'Brien2010-11-211-1/+1
* | Add x86 to ALL_ARCH.David E. O'Brien2010-11-211-1/+1
* | Optimize vm_object_terminate().Alan Cox2010-11-201-9/+28
* | Unifdef XEN. This file is only compiled with the XEN kernel option set,Colin Percival2010-11-201-103/+2
* | Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.Colin Percival2010-11-204-35/+34
* | Check the OF_getprop() return value before proceeding. Allocate only asAndreas Tobler2010-11-201-4/+4
* | Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.Kirk McKusick2010-11-202-113/+0
* | The runlen returned from vm_pageout_flush() might be zero legitimately,Konstantin Belousov2010-11-201-1/+0
* | Add to gpart(8) an ability to backup partition table andAndrey V. Elsukov2010-11-202-1/+371
* | Remove unused variableKevin Lo2010-11-201-1/+1
* | sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.Jilles Tjoelker2010-11-201-3/+3
* | sh: Code size optimizations to buffered output.Jilles Tjoelker2010-11-207-34/+39
* | In case of an early return from the function there is no need to zeroBjoern A. Zeeb2010-11-201-2/+2
* | Fix a minor code redundancy nit.Lawrence Stewart2010-11-201-3/+1
* | When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or removeLawrence Stewart2010-11-201-12/+24
* | sh: Add a test that manipulates various long strings.Jilles Tjoelker2010-11-191-0/+16
* | Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-1912-54/+3
* | sh: Add another simple test for the wait builtin.Jilles Tjoelker2010-11-191-0/+21
* | Scan the list in reverse order for the shutdown handlers of loaded modules.Attilio Rao2010-11-191-2/+2