2023-12-23 |
kn | Relax -C pledge to unbreak shelling out in interactive...
|
commit | commitdiff | tree |
2023-12-15 |
kn | No interactive shell if -o is given
|
commit | commitdiff | tree |
2023-12-13 |
kn | remove -o cases; reminded by anton
|
commit | commitdiff | tree |
2023-12-12 |
kn | Make -o less special, drop -o '' support, always use...
|
commit | commitdiff | tree |
2023-11-30 |
kn | Single file to stdout without "fattr"
|
commit | commitdiff | tree |
2023-11-30 |
kn | Fold identical pledge cases, '#ifndef SMALL \n if ...
|
commit | commitdiff | tree |
2023-11-27 |
kn | interfacename -> interface to match usage and other...
|
commit | commitdiff | tree |
2023-11-22 |
kn | Piping single file to standard out needs no "proc exec"
|
commit | commitdiff | tree |
2023-11-22 |
kn | Do not drop into "ftp> " shell when piping to stdandard...
|
commit | commitdiff | tree |
2023-11-20 |
kn | Include <dev/efi/efiio.h> to pretty print EFIIOC_*...
|
commit | commitdiff | tree |
2023-11-20 |
kn | Sort includes, <scsi/scsi_all.h> before <dev/*>
|
commit | commitdiff | tree |
2023-11-15 |
kn | Constify disk_map()'s path argument
|
commit | commitdiff | tree |
2023-11-10 |
kn | accept numerical user IDs
|
commit | commitdiff | tree |
2023-11-09 |
kn | Tighten pledge in List and Append mode:
|
commit | commitdiff | tree |
2023-11-09 |
kn | -C/resume without "proc exec"
|
commit | commitdiff | tree |
2023-11-09 |
kn | Add [-P progam] to filter dumps by basename [-p pid] requires knowing the PIDs beforehand, sieving...
|
commit | commitdiff | tree |
2023-11-09 |
kn | Finish clean up of old 6.7 softraid migration code
|
commit | commitdiff | tree |
2023-11-09 |
kn | sort .xr after previous; from jmc
|
commit | commitdiff | tree |
2023-11-09 |
kn | link to showmount(8); OK deraadt
|
commit | commitdiff | tree |
2023-10-29 |
kn | Unmention/don't explain SSL, drop 9y old "ssl" keyword...
|
commit | commitdiff | tree |
2023-10-20 |
kn | Adopt MI re-upgrade prevention
|
commit | commitdiff | tree |
2023-10-20 |
kn | Adopt MI re-upgrade prevention
|
commit | commitdiff | tree |
2023-10-19 |
kn | root disk can be enrypted with a key disk now
|
commit | commitdiff | tree |
2023-10-19 |
kn | Reduce unpractical package URL to usual package name...
|
commit | commitdiff | tree |
2023-10-19 |
kn | Support encrypting the root disk with a key disk
|
commit | commitdiff | tree |
2023-10-15 |
kn | Pledge once with or without "proc exec", not twice
|
commit | commitdiff | tree |
2023-10-12 |
kn | Remove default sets answer
|
commit | commitdiff | tree |
2023-10-11 |
kn | Remove dead CRYPTOCHUNK usage
|
commit | commitdiff | tree |
2023-10-07 |
kn | Retry on empty passphrase
|
commit | commitdiff | tree |
2023-10-06 |
kn | rename pass{word -> file} variable
|
commit | commitdiff | tree |
2023-10-06 |
kn | clean up old 6.7 softraid migration code
|
commit | commitdiff | tree |
2023-10-05 |
kn | Mention the option to encrypt the root disk on supported...
|
commit | commitdiff | tree |
2023-09-21 |
kn | enable softraid(4) in ramdisk
|
commit | commitdiff | tree |
2023-09-08 |
kn | Clean up old console bootargs
|
commit | commitdiff | tree |
2023-09-02 |
kn | Fix comment about skipped interfaces
|
commit | commitdiff | tree |
2023-09-02 |
kn | Use a hardware based number of KDF rounds by default...
|
commit | commitdiff | tree |
2023-08-30 |
kn | cover failure on insecure passfiles
|
commit | commitdiff | tree |
2023-08-30 |
kn | exercise [-p passfile] (this is not a keydisk)
|
commit | commitdiff | tree |
2023-08-30 |
kn | verify that the number of rounds does not decrease
|
commit | commitdiff | tree |
2023-08-21 |
kn | cover force recreation (with smallest non-default number...
|
commit | commitdiff | tree |
2023-08-21 |
kn | rename target to reflect reality
|
commit | commitdiff | tree |
2023-08-21 |
kn | = ought to be += in previous
|
commit | commitdiff | tree |
2023-08-21 |
kn | cover expected failures for volume recreation and the...
|
commit | commitdiff | tree |
2023-08-21 |
kn | No need to make_dev() existing root device in disk...
|
commit | commitdiff | tree |
2023-08-21 |
kn | most tests need root, add targets using ${SUDO} to...
|
commit | commitdiff | tree |
2023-08-21 |
kn | Remove retry loop crutch around disk passphrase prompt
|
commit | commitdiff | tree |
2023-08-21 |
kn | Retry passphrase on mismatch by default
|
commit | commitdiff | tree |
2023-08-21 |
kn | Print softraid(4) errors on standard error
|
commit | commitdiff | tree |
2023-08-20 |
kn | First tests for bioctl(8), start with scripted creation...
|
commit | commitdiff | tree |
2023-08-20 |
kn | stricter devname match on bioctl(8) output avoids false...
|
commit | commitdiff | tree |
2023-08-18 |
kn | use imperative tense consistently; OK jmc
|
commit | commitdiff | tree |
2023-08-18 |
kn | Make -s read passphrases without prompts or confirmation
|
commit | commitdiff | tree |
2023-08-14 |
kn | zap useless MAN bits
|
commit | commitdiff | tree |
2023-08-10 |
kn | Always create new softraid CRYPTO volume, do not reuse...
|
commit | commitdiff | tree |
2023-08-10 |
kn | Make stopped ldom utilization appear as zero
|
commit | commitdiff | tree |
2023-08-02 |
kn | Simplify disk encryption question
|
commit | commitdiff | tree |
2023-07-25 |
kn | stop building unused dhclient
|
commit | commitdiff | tree |
2023-07-23 |
kn | avoid MAIL* environment variables to save a few bytes...
|
commit | commitdiff | tree |
2023-07-23 |
kn | use SMALL to save a shave mfs and tmpfs bits in install...
|
commit | commitdiff | tree |
2023-07-15 |
kn | sync with <sys/namei.h>; 'looks good' deraadt
|
commit | commitdiff | tree |
2023-07-08 |
kn | Floppies don't have bioctl(8)
|
commit | commitdiff | tree |
2023-07-06 |
kn | Rectify -s lie
|
commit | commitdiff | tree |
2023-07-06 |
kn | missed refcnt_init_trace in NAME
|
commit | commitdiff | tree |
2023-07-06 |
kn | Document dt(4)'s refcnt_init_trace
|
commit | commitdiff | tree |
2023-07-06 |
kn | use refcnt API for multicast addresses, add tracepoint...
|
commit | commitdiff | tree |
2023-07-05 |
kn | Drop kernel lock before panic to avoid WITNESS report...
|
commit | commitdiff | tree |
2023-07-03 |
kn | use consistent queue(9) example for LIST removal; ...
|
commit | commitdiff | tree |
2023-07-03 |
kn | typofix lladdr in function names; OK deraadt jan
|
commit | commitdiff | tree |
2023-06-28 |
kn | Revert r1.406 "Close all pf transactions before opening...
|
commit | commitdiff | tree |
2023-06-28 |
kn | use refcnt API for multicast addresses, add tracepoint...
|
commit | commitdiff | tree |
2023-06-27 |
kn | Use shared net lock for DIOCGETIFACES
|
commit | commitdiff | tree |
2023-06-27 |
kn | Remove net lock from DIOC{SET,CLR}IFFLAG
|
commit | commitdiff | tree |
2023-06-20 |
kn | Sync with reality after the API was revamped years...
|
commit | commitdiff | tree |
2023-06-14 |
kn | Add KUTaisi, Georgia (ქუთაისის საერთაშორისო აეროპორტი)
|
commit | commitdiff | tree |
2023-06-09 |
kn | Readd "-wgpsk", accidentially dropped in r1.465 adding...
|
commit | commitdiff | tree |
2023-06-06 |
kn | Fold disk crypto question '?' text into prompt
|
commit | commitdiff | tree |
2023-06-01 |
kn | Add support for wireguard peer descriptions
|
commit | commitdiff | tree |
2023-05-26 |
kn | Remove net lock from DIOC{S,G}ETLIMIT
|
commit | commitdiff | tree |
2023-05-26 |
kn | simplify yes/no answer handling
|
commit | commitdiff | tree |
2023-05-22 |
kn | Drop unused md_prep_fdisk() argument in disk crypto...
|
commit | commitdiff | tree |
2023-05-22 |
kn | fix usage, name arg is optional
|
commit | commitdiff | tree |
2023-05-20 |
kn | typofix message in previous
|
commit | commitdiff | tree |
2023-05-20 |
kn | Ask for disk crypto after root disk question
|
commit | commitdiff | tree |
2023-05-18 |
kn | Assert pf lock on interface handling
|
commit | commitdiff | tree |
2023-05-13 |
kn | default path includes /usr/local/sbin
|
commit | commitdiff | tree |
2023-05-12 |
kn | staggered deployment parallelism defaults to number...
|
commit | commitdiff | tree |
2023-05-11 |
kn | pools are always initialised, zap overcautious NULL...
|
commit | commitdiff | tree |
2023-05-09 |
kn | Inline once-used variable to sync all uvm_map_clean...
|
commit | commitdiff | tree |
2023-05-07 |
kn | Remove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS...
|
commit | commitdiff | tree |
2023-05-03 |
kn | Improve setenv markup
|
commit | commitdiff | tree |
2023-05-03 |
kn | Remove net lock from DIOCGETRULESET and DIOCGETRULESETS
|
commit | commitdiff | tree |
2023-04-29 |
kn | Remove net lock from DIOCGETQUEUE
|
commit | commitdiff | tree |
2023-04-28 |
kn | Remove net lock from DIOCGETQUEUES
|
commit | commitdiff | tree |
2023-04-27 |
kn | Remove net lock from DIOCGETTIMEOUT
|
commit | commitdiff | tree |
2023-04-27 |
kn | zap APM_CANCEL, dead since import; OK tb
|
commit | commitdiff | tree |
2023-04-27 |
kn | Treat crypto disk like the root disk, both are boot...
|
commit | commitdiff | tree |
2023-04-26 |
kn | Treat crypto disk like the root disk, both are boot...
|
commit | commitdiff | tree |
2023-04-26 |
kn | Treat crypto disk like the root disk, both are boot...
|
commit | commitdiff | tree |
2023-04-26 |
kn | Fix confusing comments, no object change; with caspar
|
commit | commitdiff | tree |
2023-04-26 |
kn | Remove +20y old rt_timer_init() comment
|
commit | commitdiff | tree |
next |