summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-06Correct example file since reserved words cannot be used as macros. Not onlyRicardo Mestre
2018-08-06Change manpage example for reserved words since the macro used is to replaceRicardo Mestre
2018-08-06Validate the prefix sent in a network delete call before trying to deleteClaudio Jeker
2018-08-06Fix debug message in ieee80211_auth_open(): s/reason/status/Stefan Sperling
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-06Do not set nwid over and over again. We just found the ess by comparingFlorian Obser
2018-08-06Pass the stale timestamp to path_remove_stale() removes a asp->peer dereferenceClaudio Jeker
2018-08-06Replace two asp->peer with prefix_peer(p) which is the same.Claudio Jeker
2018-08-06Assign peer1 and peer2 early on and use them everywhere instead of aspX->peer.Claudio Jeker
2018-08-06Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-06Drop "rpath" from pledge(2) after ncurses initialization.Ricardo Mestre
2018-08-05ifconfig ioctl's that bring interfaces up the first time may issueTheo de Raadt
2018-08-05Fix typo that caused us to misassign parents.Mark Kettenis
2018-08-05use .Fl macro for command line optionsIngo Schwarze
2018-08-05wrong macroIngo Schwarze
2018-08-05Decouple unveil from the pledge flags, by adding dedicated unveil flagsBob Beck
2018-08-05Remove unnecessary NULL check from get_cert_by_subject sinceBrent Cook
2018-08-05Prevent a panic when reboot -q is used by making unveil_removevnodeBob Beck
2018-08-05Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.Brent Cook
2018-08-05remove duplicate installation of the SIGINT handler;Ingo Schwarze
2018-08-05In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure.Brent Cook
2018-08-05enable virtio pci attachment on armv7Jonathan Gray
2018-08-05Mention ioctls that don't work for the control device.Alexandre Ratchov
2018-08-05Use english words instead of file names.Alexandre Ratchov
2018-08-05Fix memory leak in i2b_PVK in error handling.Brent Cook
2018-08-05Remove obvious or repeating sentinces.Alexandre Ratchov
2018-08-05Since -s argument is no longer checked, during reexec, the argv size then mustRicardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05calloc the mode data instead of malloc and initialize everything.Nicholas Marriott
2018-08-05enable bio and softraid on arm64 ramdiskJonathan Gray
2018-08-05enable bio and softraid on armv7 ramdiskJonathan Gray
2018-08-05Remove now unused header which I forgot to commit on previous.Ricardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Revert back previous and remove cpath pledge(2) promise entirely. We decidedRicardo Mestre
2018-08-05document some more escapes which are hit by restricted mode,Jason McIntyre
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-04fix a glitch in rev. 1.24: getline(3) returns ssize_t, not size_t;Ingo Schwarze
2018-08-04obvious KNF: avoid '!' for tests of non-boolean variables,Ingo Schwarze
2018-08-04avoid using a value uninitialisedJonathan Gray
2018-08-04Add regress test to ensure that chmod fails when unveiled with "r"Bob Beck
2018-08-04Use POSIX getline(3) rather than the non-standard and error-prone fgetln(3).Ingo Schwarze
2018-08-04Oops. Missing chunk from previous 'secs' -> 'ui'.Kenneth R Westerback
2018-08-04Rename local variable 'secs' to 'ui' to be consistant with all otherKenneth R Westerback
2018-08-04The operating-points-v2 binding allows opp-microvolt to be a single cellMark Kettenis
2018-08-04Revert back previous commit, we have decided that socket files don't cause anyRicardo Mestre
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser