summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-06When "proc" is requested, allow setpgid() and sigsuspend().Theo de Raadt
2015-10-06Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ,Theo de Raadt
2015-10-06Make sure that tx_buffer->next_eop is properly set before we bump the numberMark Kettenis
2015-10-06Rework the tame cmsg handler to make it work both ways. While on recv oneClaudio Jeker
2015-10-06rmdir() is just a CPATH operation; remove RPATH marker that snuck in.Theo de Raadt
2015-10-06Make sure that all padding bytes in cmsgs are actually zero by memsetClaudio Jeker
2015-10-06oops, namei was never allowing through valid CPATH operationsTheo de Raadt
2015-10-06Add getrusage() to the TAME_SELF catagory.Theo de Raadt
2015-10-06Make iwm(4) set the MAC address the same way other wireless drivers do.Stefan Sperling
2015-10-06Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easierTheo de Raadt
2015-10-06struct knote's kn_sdata needs to be the same type as struct kevent's dataPhilip Guenther
2015-10-05Fix efiboot not to use the usual kernel load address. Load the kernel inYASUOKA Masahiko
2015-10-05Revert if_oqdrops accounting changes done in kernel, per request from mpi@.Masao Uebayashi
2015-10-05alpha ramdisk ran out of space, very slightly. Probably due to theTheo de Raadt
2015-10-05Count IFQ_ENQUEUE() failure as output drop.Masao Uebayashi
2015-10-05Don't count IF_DROP()'ed packets as if_oerrors too.Masao Uebayashi
2015-10-05Accumulate ifq_drops into if_oqdrops if if_start().Masao Uebayashi
2015-10-05Add ifi_oqdrops and its alias to struct if_data.Masao Uebayashi
2015-10-05Simplify iwm(4) newstate task by only queuing one state transitionStefan Sperling
2015-10-05Factor LACP frame processing out to a separate taskMike Belopuhov
2015-10-05Fix ip_is_idle_packet() to parse packets properly.YASUOKA Masahiko
2015-10-05No need to create {sd,wd}boot links to xxboot anymore.Miod Vallat
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-04tweak initial output a bit: do not show number of light sensors, just show ifJoerg Jung
2015-10-04Move getcwd to a seperate area, with a hand-waving explanation for whyTheo de Raadt
2015-10-04a macmini has no light sensor, but reading from light sensor keys isJoerg Jung
2015-10-04remove duplicate key, found by kettenisJoerg Jung
2015-10-04Fix memory leak in error path.Jonathan Matthew
2015-10-04Allow sysctl read of vm.vm_psstrings, as setproctitle() uses this toTheo de Raadt
2015-10-04spellingTheo de Raadt
2015-10-03Add ktracing of tame()'s arguments' valuesPhilip Guenther
2015-10-03Track a size in the scary area of cluster_collectbufs, so that we knowTheo de Raadt
2015-10-03Enable eigrpd(8) and eigrpctl(8) in the buildsRenato Westphal
2015-10-03correct a memory leak in error code path.Sebastien Marie
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-10-03When multiple vxlan interfaces are configured with same VNI, select theYASUOKA Masahiko
2015-10-02I see no evidence that lstat() is being done for /etc/resolv.conf, norTheo de Raadt
2015-10-02kern_tame.cTheo de Raadt
2015-10-02regenMark Kettenis
2015-10-02Revert previous commit; something is not quite right yet in the bowels of uvmMark Kettenis
2015-10-02missing ) in COMPAT_LINUX blockTheo de Raadt
2015-10-02add a comment above the rfc1948 code that mentions the rfc so it's easy to findTed Unangst
2015-10-02Actually, open of /etc/spwd.db must be handled by returning EPERM, notTheo de Raadt
2015-10-02Add ktracing of argv and envp to execve(2), with envp not traced by defaultPhilip Guenther
2015-10-02mention these pathname calls are checked in nameiTheo de Raadt
2015-10-02remove some debug printf no longer neededTheo de Raadt
2015-10-02changed my mind; block spwd.db, force drop-through to pwd.db for processes un...Theo de Raadt
2015-10-01Fix tame(2) setsockopt check for TCP level.Doug Hogan
2015-10-01Revert previous, it also breaks naddy@'s nested NFS setup.Martin Pieuchot
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback