summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comments for the zfsboot scriptbapt2016-05-221-1/+1
* Add a missing errno translation for SO_ERROR optname.dchagin2016-05-221-2/+11
* Add macro to convert errno and use it when appropriate.dchagin2016-05-225-26/+6
* For future use move futex timeout code to the separate function anddchagin2016-05-221-41/+68
* Due to lack the priority propagation feature replace sx by mutex. WIth thisdchagin2016-05-221-44/+77
* Add my copyright as I rewrote most of the futex code. Minor style(9) cleanupdchagin2016-05-221-3/+4
* Minor style(9) cleanup, no functional changes.dchagin2016-05-221-117/+109
* INTRNG - implement pic_post_filter method. This method is fundamentalskra2016-05-221-0/+6
* Fix some format strings to make them either correct or uniform.skra2016-05-221-3/+3
* Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isandrew2016-05-221-10/+1
* 1) POSIX prohibits printing errors to stderr here and requireache2016-05-221-15/+10
* Silence top(1) compiler warningsngie2016-05-2213-54/+207
* Remove a couple of extra blank lines.loos2016-05-222-2/+0
* Sort and remove a couple of unnecessary headers.loos2016-05-221-7/+3
* Get rid of two consumers of gpiobus acquire/release.loos2016-05-222-37/+3
* Use a better prefix for defines, return BUS_PROBE_DEFAULT for probe routine.loos2016-05-221-7/+18
* Fix probe routine to return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.loos2016-05-221-6/+5
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)ngie2016-05-221-0/+2
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfngie2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionngie2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newngie2016-05-221-1/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedngie2016-05-221-0/+1
* ndis(4): adjustments for our random() specific implementation.pfg2016-05-221-1/+3
* net80211: send RTM_IEEE80211_SCAN event when scan was cancelled.avos2016-05-211-3/+3
* When descending a shadow chain of objects, it makes no sense to updatealc2016-05-211-1/+2
* libc/regex: fix two buffer underruns.pfg2016-05-211-9/+6
* ndis(4): Avoid overflow.pfg2016-05-211-1/+1
* ndis(4): Better mimic the behavior of rand() on Windows.pfg2016-05-211-6/+3
* Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modernian2016-05-211-4/+4
* elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definitionemaste2016-05-213-0/+13
* fix loss of taskqueue wakeups (introduced in r300113)avg2016-05-213-15/+4
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt askib2016-05-211-17/+13
* Properly reset session state when using proxy and fail_on_disconnection=1.trasz2016-05-211-0/+4
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.trasz2016-05-214-0/+11
* Pass maxtags value to the ICL module. iSER needs it.trasz2016-05-212-2/+4
* Stop dropping and reacquiring Giant around geom calls in UFS.kib2016-05-211-16/+0
* Remove zero assignments in the cdev allocator. cdp memory iskib2016-05-211-5/+0
* Improve handling of rdev->si_mountpt on mount and unmount of FFSkib2016-05-211-13/+17
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-2115-39/+39
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...dchagin2016-05-213-9/+9
* Better document security_show_{success,info,badconfig} in /etc/periodic.confasomers2016-05-213-6/+11
* Regeneratebdrewery2016-05-211-0/+13
* Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set.bdrewery2016-05-214-4/+81
* Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version.bdrewery2016-05-211-0/+2
* Enable external compiler logic if both bootstrap compilers are disabled.bdrewery2016-05-211-1/+2
* Fetch the __FreeBSD_cc_version as COMPILER_FREEBSD_VERSION.bdrewery2016-05-211-1/+15
* Auto determine X_COMPILER_TYPE/X_COMPILER_VERSION if XCC is set.bdrewery2016-05-211-29/+44
* Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.bdrewery2016-05-211-5/+9
* Move external toolchain support earlier.bdrewery2016-05-211-36/+35
* WITH_META_MODE: Avoid rebuilds of cc_tools during target build.bdrewery2016-05-211-17/+19
OpenPOWER on IntegriCloud