aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Increase the timeout for resolv_test from the default (300 seconds) toEnji Cooper2015-12-232-4/+13
* | | | | | | | | | | | | | | | | | | | Be stricter on which functions we can probe with FBT. We now only check theAndrew Turner2015-12-231-5/+13
* | | | | | | | | | | | | | | | | | | | Remove redundant declarations in sys/x86/xen which are now handled in other s...Enji Cooper2015-12-232-11/+0
* | | | | | | | | | | | | | | | | | | | Remove redundant vmbus_select_outgoing_channel declaration already handledEnji Cooper2015-12-231-2/+0
* | | | | | | | | | | | | | | | | | | | - grab ng_btsocket_l2cap_sockets_mtx lock inMaksim Yevmenkin2015-12-231-0/+8
* | | | | | | | | | | | | | | | | | | | Increase the size and alignment of the setjmp buffer. This will allow forAndrew Turner2015-12-231-6/+5
* | | | | | | | | | | | | | | | | | | | Install ld also as ld.bfd, for use with cc -fuse-ld=bfdEd Maste2015-12-232-0/+2
* | | | | | | | | | | | | | | | | | | | Remove superfluous return (1) missed in r292601.Bjoern A. Zeeb2015-12-231-1/+0
* | | | | | | | | | | | | | | | | | | | Report an error if zdb cannot initialize zfsBaptiste Daroussin2015-12-231-1/+2
* | | | | | | | | | | | | | | | | | | | Delete the comment about running `test_libugidfw_strings` before testingEnji Cooper2015-12-231-5/+0
* | | | | | | | | | | | | | | | | | | | Move mac_bsdextended check up before running the test_libugidfw_strings testc...Enji Cooper2015-12-231-10/+10
* | | | | | | | | | | | | | | | | | | | Use j instead of a hardcoded index (9) and increment it afterEnji Cooper2015-12-231-1/+2
* | | | | | | | | | | | | | | | | | | | Remove extraneous charactersCraig Rodrigues2015-12-231-2/+2
* | | | | | | | | | | | | | | | | | | | Touch /firstboot in the WORLDDIR.Warner Losh2015-12-231-0/+2
* | | | | | | | | | | | | | | | | | | | Copy all the dtb files that we build as part of the kernel build fromWarner Losh2015-12-231-5/+13
* | | | | | | | | | | | | | | | | | | | Fix r292640Enji Cooper2015-12-231-2/+2
* | | | | | | | | | | | | | | | | | | | Clean up trailing whitespace; no functional changeEnji Cooper2015-12-231-7/+7
* | | | | | | | | | | | | | | | | | | | Add support for firmware dump (a.k.a grcdump)David C Somayajulu2015-12-235-2/+2782
* | | | | | | | | | | | | | | | | | | | Check for packet_length is greater than 60 bytes as well as packet_length isDavid C Somayajulu2015-12-233-4/+23
* | | | | | | | | | | | | | | | | | | | backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().Baptiste Daroussin2015-12-221-3/+3
* | | | | | | | | | | | | | | | | | | | Silence a boring warning.Andreas Tobler2015-12-221-0/+2
* | | | | | | | | | | | | | | | | | | | Fold lim_shared into lim_copy to mute a -Wunused compiler warning fromEnji Cooper2015-12-221-10/+1
* | | | | | | | | | | | | | | | | | | | Revert accidental whitespace changes included with r292623Ed Maste2015-12-2221-164/+164
* | | | | | | | | | | | | | | | | | | | Make it possible for the cdevsw d_close() driver method to detect lastKonstantin Belousov2015-12-222-3/+14
* | | | | | | | | | | | | | | | | | | | Support a.out format in nlist only on i386Ed Maste2015-12-2222-166/+166
* | | | | | | | | | | | | | | | | | | | Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-229-51/+108
* | | | | | | | | | | | | | | | | | | | Keep devfs mount locked for the whole duration of the devfs_setattr(),Konstantin Belousov2015-12-221-7/+14
* | | | | | | | | | | | | | | | | | | | If we annoy user with the terminal output due to failed load ofKonstantin Belousov2015-12-221-1/+2
* | | | | | | | | | | | | | | | | | | | Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.hEnji Cooper2015-12-221-1/+0
* | | | | | | | | | | | | | | | | | | | Delete the DOS dir to mirror what we do with NANO_WORLDDIR.Warner Losh2015-12-221-30/+38
* | | | | | | | | | | | | | | | | | | | Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-227-87/+607
* | | | | | | | | | | | | | | | | | | | Refer to creating Phabricator Herald notificationsCraig Rodrigues2015-12-221-0/+9
* | | | | | | | | | | | | | | | | | | | Don't adjust the program counter to an invalid address after reaching aAndrew Turner2015-12-221-5/+1
* | | | | | | | | | | | | | | | | | | | Fix speed setting by NVRAM for 24xx and above chips.Alexander Motin2015-12-221-2/+26
* | | | | | | | | | | | | | | | | | | | [mips] Add TLB pagemask probing code, and print out the allowable page sizes.Adrian Chadd2015-12-223-1/+46
* | | | | | | | | | | | | | | | | | | | Undo change from r292607 that was not meant to be therePedro F. Giffuni2015-12-221-1/+1
* | | | | | | | | | | | | | | | | | | | cron: Check the return value of pipe(2)Pedro F. Giffuni2015-12-221-3/+5
* | | | | | | | | | | | | | | | | | | | crontab: properly free an entryPedro F. Giffuni2015-12-221-1/+1
* | | | | | | | | | | | | | | | | | | | crontab: replace malloc + bzero with callocPedro F. Giffuni2015-12-221-2/+1
* | | | | | | | | | | | | | | | | | | | If vnets are torn down while ifconfig runs an ioctl to say, destroy anBjoern A. Zeeb2015-12-221-3/+17
* | | | | | | | | | | | | | | | | | | | If bootverbose is enabled every vnet startup and virtual interfaceBjoern A. Zeeb2015-12-222-2/+2
* | | | | | | | | | | | | | | | | | | | Simplify bringup order by removing a SYSINIT making it a static listBjoern A. Zeeb2015-12-221-12/+2
* | | | | | | | | | | | | | | | | | | | Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb2015-12-222-1/+2
* | | | | | | | | | | | | | | | | | | | Fix a panic when launching VNETs after the commit of r292309.Jonathan T. Looney2015-12-221-4/+4
* | | | | | | | | | | | | | | | | | | | We don't need to use a temporary buffer, here.Hajimu UMEMOTO2015-12-221-7/+3
* | | | | | | | | | | | | | | | | | | | Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-223-10/+10
* | | | | | | | | | | | | | | | | | | | Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-3/+3
* | | | | | | | | | | | | | | | | | | | Guard against the same process being both CUSE server and client atHans Petter Selasky2015-12-221-2/+13
* | | | | | | | | | | | | | | | | | | | Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-2225-28/+0
* | | | | | | | | | | | | | | | | | | | For embedded platforms that require it, use mtools to copy theWarner Losh2015-12-221-7/+33