summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate manual pages for OpenSSL 0.9.8p.simon2010-11-22278-9639/+7617
* Merge OpenSSL 0.9.8p into head.simon2010-11-22127-535/+876
* Use g_eventlock to protect against losing wakeups in the g_event processjh2010-11-222-32/+37
* Fix a TSO checksum bug on mxge(4):gallatin2010-11-221-1/+12
* Style fix.attilio2010-11-221-3/+2
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-2214-3/+131
* Similar to mfiutil, drop local definition of powerof2() and use versionjhb2010-11-221-2/+0
* Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.zec2010-11-221-2/+0
* Don't generate input() since it's not used.brucec2010-11-227-3/+7
* 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
OpenPOWER on IntegriCloud