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