summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-17Fix build with IFMEDIA_DEBUG defined; ok sthen@Stefan Sperling
2015-10-17Add pledge "id" support. This request permits setuid/seteuid/setresuid,Theo de Raadt
2015-10-17Allow a few 'get' ioctls for pledge("route"). route6d will soon use this.Jeremie Courreges-Anglas
2015-10-16Also allow 6 as a miblen for NET_RT_DUMP, not all users specify a rtable.Jeremie Courreges-Anglas
2015-10-16Make sched_barrier() use its own task queue to avoid deadlocks.Martin Pieuchot
2015-10-16Repair the pty check for kernels without pty support.Theo de Raadt
2015-10-16Allow PTMGET with "tty rpath wpath" but restrict only to /dev/ptm byNicholas Marriott
2015-10-16Always allow a r/w opening of /dev/null though the namei check. ThisTheo de Raadt
2015-10-16delete pledge_bind_check() function and remove pledge_bind_check() call from ...Sebastien Marie
2015-10-16Place TIOCSTI reminder block betterTheo de Raadt
2015-10-16For "tty" pledges, treat TIOCGPGRP and TIOCGWINSZ like TIOCGETA -Theo de Raadt
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-16If a DOWN route entry is passed to a L2 output function, be dumb andMartin Pieuchot
2015-10-16Put some iwm(4) debug code into #ifdef IWM_DEBUG.Stefan Sperling
2015-10-16Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers ofStefan Sperling
2015-10-16Oops, committed old version of previous diff with a typo in it: NLL -> NULLStefan Sperling
2015-10-16In iwm(4), correctly size and map the mbuf used for large firmware commands.Stefan Sperling
2015-10-16FIOSETOWN/FIOGETOWN were added to "ioctl", but study finds no programsTheo de Raadt
2015-10-16Add TIOCCBRK and TIOCSDTR to the whitelist for pledge ioctl.Doug Hogan
2015-10-15When using a pf rule with both nat-to and rdr-to, it could happenAlexander Bluhm
2015-10-15No need to create links for xxboot now that MI installboot is the preferredMiod Vallat
2015-10-15Add TIOCFLUSH to "tty" in support of tcflush()Theo de Raadt
2015-10-15Exposing FIOASYNC in pledge "ioctl" is a mistake; remove it, cannot find safe...Theo de Raadt
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-15Fix previous. The port number is not included in sc_src and it isYASUOKA Masahiko
2015-10-15in6_pcbconnect() returns EADDRNOTAVAIL whenVincent Gross
2015-10-15FIOCLEX & FIONCLEX should be in base ioctl setTheo de Raadt
2015-10-15avoid using a var uninitialisedJonathan Gray
2015-10-14FALTHROUGH->FALLTHROUGH in comment, ok deraadt a few days agoStuart Henderson
2015-10-14Add a dummy "flock" request that will allow file locking. It isTodd C. Miller
2015-10-14When pledged with "fattr", allow chown to supplimentary groups. ThisTheo de Raadt
2015-10-14Init a variable in the recently added carp_vhe_match() function clangJonathan Gray
2015-10-14Reset the RTF_CONNECTED flag when cloning an entry.Martin Pieuchot
2015-10-14Rewrite the logic around the dymanic array of routing tables to helpMartin Pieuchot
2015-10-14pledge "tty" can allow ioctl TIOCEXCL on a ttyTheo de Raadt
2015-10-14sendmsg() is allowed to pass cmsg's which are not CMSG_RIGHTS - lastTheo de Raadt
2015-10-13Prevent a NULL-pointer dereference when closing a ugen(4) nodeMartin Pieuchot
2015-10-133 more headers required for one stinking inet6 ioctl..Theo de Raadt
2015-10-13- pf_insert_src_node(): global argument (arg6) is useless, functionAlexandr Nedvedicky
2015-10-13Allow ioctl SIOCGNBRINFO_IN6 in case of "route", for use by ndp.Theo de Raadt
2015-10-13NET_RT_FLAGS must also accept a proto selection.Theo de Raadt
2015-10-13allow getsockopt IP_RECVDSTPORT & IPV6_RECVDSTPORT for an "inet" pledgeTheo de Raadt
2015-10-13Make use of rtisvalid(9) to check if local route entries match existingMartin Pieuchot
2015-10-13Simplify arptfree() to no longer look at the route entry's refcounter.Martin Pieuchot
2015-10-13Use rtisivalid(9) to check if the given (cached) route can be used.Martin Pieuchot
2015-10-13Make sure RTF_LOCAL route entries are UP when added to the tree.Martin Pieuchot
2015-10-13Initialize va_filerev in vattr_null() to avoid leaking stack garbage;Philip Guenther
2015-10-13Add some newer DT_* and DF_* constantsPhilip Guenther
2015-10-13Pledge "fattr" request should allow fchflags().Doug Hogan
2015-10-12pledge "proc" request should allow setsid()Theo de Raadt