Age | Commit message (Expand) | Author |
2015-11-25 | typo: should be looking pid == -1 | Ted Unangst |
2015-11-25 | Don't bother keeping track of the resident count for the kernel pmap. | Mark Kettenis |
2015-11-25 | We can't make a pledge if we're mount_mfs(8) as we need the ability to call | Mark Kettenis |
2015-11-25 | Try harder to prevent 0-length partitions from being defined. | Kenneth R Westerback |
2015-11-25 | fix latest: don't set d->path as we just allocated it | Alexandre Ratchov |
2015-11-25 | Allocate device names in the heap, so they can be generated. | Alexandre Ratchov |
2015-11-25 | spacing | Alexandre Ratchov |
2015-11-25 | sync | Theo de Raadt |
2015-11-25 | -M option was removed, midi ports registered with -q | Alexandre Ratchov |
2015-11-25 | -A needs cflag too. Noted by sthen@ during install. | Kenneth R Westerback |
2015-11-25 | add uvm_uarea_{alloc,free} to NAME and MLINKS; | Jason McIntyre |
2015-11-25 | Remove now unused gid_t variable. | tb |
2015-11-25 | The scorefile is hidden. | tb |
2015-11-25 | permit kern.maxpartitions | Theo de Raadt |
2015-11-25 | Wrap <icdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-11-25 | Simplify the setup of gather segments. | Visa Hankala |
2015-11-25 | rename internally to ntalkd, after the binary; this way both | Jason McIntyre |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-25 | Small fixes related to the IFF_OACTIVE removal. | Martin Pieuchot |
2015-11-25 | Put back 1.305 without breaking the hand rolled inet_net_pton(3) case | Martin Pieuchot |
2015-11-25 | Don't print error if none to print. | Nicholas Marriott |
2015-11-25 | Make using a deprecated function an error instead of just a warning | Philip Guenther |
2015-11-25 | add size to free | Ted Unangst |
2015-11-25 | trim unused variable | David Gwynne |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-25 | sync | Theo de Raadt |
2015-11-25 | Do not do the early pledge, because hotroot() is a lie. fsck_extfs | Theo de Raadt |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag | Theo de Raadt |
2015-11-24 | sync | Theo de Raadt |
2015-11-24 | Add sendsyslog2... this has an additional flags variable to permit | Theo de Raadt |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Actually show something (even if it not that helpful) if the server | Nicholas Marriott |
2015-11-24 | Document socket_path format. | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Remove malloc_options DEBUG bit. | Nicholas Marriott |
2015-11-24 | Switch a fprintf to a fatal, and wrap some long lines. | Nicholas Marriott |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | All kill-session -C to clear alerts in all windows, suggested by Aaron | Nicholas Marriott |
2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. | Theo de Raadt |
2015-11-24 | Log some system and libevent information at startup. | Nicholas Marriott |
2015-11-24 | regen | Mark Kettenis |
2015-11-24 | Add a few missing devices found on recent Apple hardware. | Mark Kettenis |
2015-11-24 | Fix a link that got broken by a recent change that was made to the web pages. | Stuart Henderson |
2015-11-24 | Show libevent version in showmsgs -I. | Nicholas Marriott |