aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add void * member to struct ieee80211com, so that drivers can obtain theirGleb Smirnoff2015-05-251-0/+1
* Remove unused include.Gleb Smirnoff2015-05-251-1/+0
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-2510-50/+59
* Don't compare array to NULL.Gleb Smirnoff2015-05-251-5/+2
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-2527-0/+28
* Upgrade our copy of clang and llvm to 3.6.1 release.Dimitry Andric2015-05-251-1/+1
* zfs: fixes for a full stream received into an existing datasetAndriy Gapon2015-05-251-4/+6
* dsl_dataset_promote_check: ensure that shared snaps do not become too longAndriy Gapon2015-05-251-0/+6
* xen: make sure xenpv bus is the last to attachRoger Pau Monné2015-05-251-1/+6
* Remove excess Giant acquisition around the dounmount() call.Konstantin Belousov2015-05-251-2/+0
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-2572-6452/+32754
* Use the correct number of arguments for theMark Johnston2015-05-251-8/+8
* Remove unused references to calltrap.Mark Johnston2015-05-252-4/+0
* For objcopy, use --input-target and --output-targetCraig Rodrigues2015-05-254-5/+5
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-245-20/+27
* Linux nanosleep() and clock_nanosleep() system calls alwaysDmitry Chagin2015-05-241-37/+24
* Convert SCM_TIMESTAMP in recvmsg().Dmitry Chagin2015-05-242-1/+18
* The latest cp tool is trying to use the btrfs clone operation that isDmitry Chagin2015-05-242-3/+16
* Hide vfs.pfs.trace variable if it is not used.Dmitry Chagin2015-05-242-0/+8
* Fix an mbuf(9) leak in sendmsg() under failure condition andDmitry Chagin2015-05-241-2/+1
* Regen for r283492.Dmitry Chagin2015-05-2415-24/+60
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-247-6/+44
* Properly check tv_nsec value. The tv_nsec field can also be oneDmitry Chagin2015-05-241-2/+16
* Since FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK optionsDmitry Chagin2015-05-241-69/+25
* Regen for r283488.Dmitry Chagin2015-05-2415-30/+207
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-248-54/+186
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-244-48/+16
* Regen for r283484.Dmitry Chagin2015-05-2410-14/+14
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-246-15/+56
* Convert signal number to native for VT_SETMODE ioctl and removeDmitry Chagin2015-05-241-4/+10
* Regen for r283480.Dmitry Chagin2015-05-2415-24/+105
* Add utimensat() system call.Dmitry Chagin2015-05-248-6/+90
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-248-50/+0
* Simplify linprocfs_doprocenviron(). Remove extra proc visibility checksDmitry Chagin2015-05-241-20/+3
* Convert Linux signal number to the FreeBSD.Dmitry Chagin2015-05-241-2/+2
* Convert Linux sigsets before showing.Dmitry Chagin2015-05-241-16/+14
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-2420-417/+364
* Add support for /proc/<pid>/auxv.Dmitry Chagin2015-05-241-0/+48
* Add vdso and stack names to the /proc/self/maps.Dmitry Chagin2015-05-241-4/+12
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-248-79/+28
* Add EPOLLERR flag handling to epoll.Dmitry Chagin2015-05-242-2/+6
* As fo_fill_kinfo() does not check fo_fill_kinfo to NULLDmitry Chagin2015-05-241-0/+12
* Regen for r283467.Dmitry Chagin2015-05-2412-15/+21
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-246-6/+14
* Regen for r283465.Dmitry Chagin2015-05-2415-21/+102
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-247-8/+21
* Delete the duplicate of linux_to_native_clockid() function.Dmitry Chagin2015-05-243-23/+5
* Do not use struct l_timespec without conversion. While here moveDmitry Chagin2015-05-244-48/+54
* Add prototypes for static futex functions.Dmitry Chagin2015-05-241-0/+16
* As for now our tmpfs is no longer being consideredDmitry Chagin2015-05-241-8/+3