summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-23Cast isspace() argument to unsigned char.mmcc
2015-10-23remove some more ifdef mazinessTed Unangst
2015-10-23Fix renaming in the root directory by correctly setting directoryKenneth R Westerback
2015-10-23Remove three strange and unused preproc defines. Submitted by Ilyammcc
2015-10-23Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.Kenneth R Westerback
2015-10-23From jmc@ "the exclusive open propery" does not make sense. Try with 'an'.Claudio Jeker
2015-10-23Forgot to install the new tap.4 man page.Claudio Jeker
2015-10-23Rather than re-opening the driftfile to write, keep it open; rewindingTheo de Raadt
2015-10-23Remove some unnecessary checks before free().Nicholas Marriott
2015-10-23If $TMUX is set, and we are unsure about the session, use it.Nicholas Marriott
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-23tmux can call pledge() in main with large set and then reduce itNicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-10-23Allow SIOCGIFINFO_IN6Theo de Raadt
2015-10-23Use tty_term_flag not _has for XT, and make -2 force direct use ofNicholas Marriott
2015-10-23document -h flag and add a .XrJoerg Jung
2015-10-23ndp -n -d <addr> does dns lookups, even with -n. it should not.Sebastian Benoit
2015-10-23netstart bits for tap(4)Claudio Jeker
2015-10-23Sync (MAKEDEV addition of tap)Claudio Jeker
2015-10-23Adjust tun(4) and tap(4) after the split.Claudio Jeker
2015-10-23Sync (after tap addition)Claudio Jeker
2015-10-23MAKEDEV bits for tap(4)Claudio Jeker
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-23Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switchClaudio Jeker
2015-10-23route has 3 code paths: monitor (listening on route socket); showTheo de Raadt
2015-10-23Allowing upstream servers of ntp being in multiple routing tables isPeter Hessler
2015-10-23rtfree(9) and rtalloc(9) no longer need to be called under KERNEL_LOCK.Martin Pieuchot
2015-10-23apply bold and italic to all non-ASCII Unicode codepoints,Ingo Schwarze
2015-10-23Update route entries reference counters atomically.Martin Pieuchot
2015-10-23don't need MMAP to compile nowTed Unangst
2015-10-23correct spelling of statistic in function name, from Pablo HernandezTed Unangst
2015-10-23Check that syslogd delays a blocking write to tty and that that allAlexander Bluhm
2015-10-23It was possible to create a gateway route pointing to another gatewayAlexander Bluhm
2015-10-23``rt_ifp'' cannot be NULL.Martin Pieuchot
2015-10-23getnameinfo() no longer needs pledge "route". this drops toTheo de Raadt
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theClaudio Jeker
2015-10-23Add ifnameindex to te libc regress testsClaudio Jeker
2015-10-23delete ) that jumped inTheo de Raadt
2015-10-23let the icmp check use getsockopt IP_IPDEFTTL to get the default ttlSebastian Benoit
2015-10-23A bit of whitespace cleanup, to make further diffs smaller.Vadim Zhukov
2015-10-23Fix BODUN handling after switch to UTF-8.Vadim Zhukov
2015-10-23Nuke a bunch of leading/embedded/trailing whitespace so the code can beKenneth R Westerback
2015-10-23forgot to commit makefile change for utf-8 calendarsTed Unangst
2015-10-23Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindexClaudio Jeker
2015-10-23Make use of pledge(2).Renato Westphal
2015-10-23Add pledge(2) to the child processes.Renato Westphal
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23i assume this file needs a LANG like all the restTed Unangst
2015-10-23translate calendar files to utf-8Ted Unangst
2015-10-23push LDSTATIC line down so it's not overridden by makefile.inc. ok reykTed Unangst