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