aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* nuageinit: Silence an fstyp(8) warningJose Luis Duran2024-10-081-3/+3
* nuageinit: Lua check and lint filesJose Luis Duran2024-10-0814-208/+258
* rc.subr: Consistently use an absolute path for sysrcMateusz Piotrowski2024-10-021-2/+2
* rc.d/dnctl: Chmod +x for consistency with other rc scriptsMateusz Piotrowski2024-10-021-0/+0
* rc: network.subr update consitency with older change (v6/v4 order)Bjoern A. Zeeb2024-09-281-2/+2
* rc.d/devmatch: Silence sysctl hw.bus.devctl_nomatch_enabled=1Jessica Clarke2024-09-071-1/+1
* nuageinit: improve debugging when mkdir failsBaptiste Daroussin2024-09-031-4/+1
* nuageinit: readd ssh key parsing when key is in meta_data.jsonBaptiste Daroussin2024-09-032-0/+54
* nuageinit: Fix testsJose Luis Duran2024-09-031-2/+2
* nuageinit: Fix the homedir variable nameJose Luis Duran2024-09-031-4/+4
* nuageinit: Set recommended SSH permissionsJose Luis Duran2024-09-032-0/+4
* nuageinit: Accept plain text passwordsJose Luis Duran2024-09-032-1/+2
* nuageinit: check for both user_data and user-dataBaptiste Daroussin2024-09-032-4/+57
* defaults/rc.conf: Remove /usr/lib32 from ldconfig32_pathsJohn Baldwin2024-08-271-1/+1
* rc.d/ldconfig: Compute ldconfig paths in a functionKonrad Witaszczyk2024-08-271-26/+29
* dhclient: rc.conf option to disable ARP resolutionIsaac Cilia Attard2024-08-202-0/+5
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-08-066-6/+0
* rtld: add LD_NO_DL_ITERATE_PHDR_AFTER_FORK env varKonstantin Belousov2024-08-054-3/+16
* rtld: make ld_get_env_var() usable for all rtld source filesKonstantin Belousov2024-08-052-27/+28
* rtld(1): Spell value as VALUE, not NAMEKonstantin Belousov2024-08-051-1/+1
* rc.conf: Leap-seconds sources: Add IANA backCy Schubert2024-07-221-1/+1
* rtld: Add MD_OBJ_ENTRY to extend Struct_Obj_EntryAndrew Turner2024-07-158-0/+16
* tftpd: Code cleanup.Dag-Erling Smørgrav2024-07-091-50/+41
* nuageinit: fix authorized_key testBaptiste Daroussin2024-06-271-7/+7
* nuageinit: make addsshkey friendly for testsuiteBaptiste Daroussin2024-06-271-0/+4
* nuageinit: use pw(8) instead of getent(1)Baptiste Daroussin2024-06-271-6/+14
* rc.subr: improve description for ${name}_offcmdEugene Grosbein2024-06-211-1/+2
* rc.subr(8): MFC: introduce ${name}_offcmdEugene Grosbein2024-06-172-8/+24
* rc: Set var_run_enable to enable by defaultEmmanuel Vadot2024-06-042-7/+2
* ftpd: stop using -g flag for /bin/lsAllan Jude2024-05-223-4/+4
* fix (nuageinit): SSH keys are not handled in metadata but in userdataJeremy Collin2024-05-221-7/+0
* nuageinit: by default to not enable nuageinitBaptiste Daroussin2024-05-201-0/+1
* tftpd: Add missing `-S` option to synopsis.Dag-Erling Smørgrav2024-05-1410-38/+45
* New sysctl to disable NOMATCH until devmatch runsIsaac Cilia Attard2024-05-131-0/+1
* Remove remnants of portsnap(8)Olivier Certner2024-05-091-7/+4
* rtld.1: clarify interaction between -u and -oKonstantin Belousov2024-05-061-1/+3
* rtld direct exec: make -u behavior match the descriptionKonstantin Belousov2024-05-061-1/+4
* rtld: add direct-exec option -oKonstantin Belousov2024-05-062-1/+49
* save-entropy: Add manual pageFernando Apesteguía2024-05-032-0/+98
* rtld snprintf: do not erronously skip a char at the buffer boundaryKonstantin Belousov2024-05-031-4/+3
* tftpd: Use `size_t` where appropriate.Dag-Erling Smørgrav2024-05-024-155/+233
* nuageinit: start the script after zfsBaptiste Daroussin2024-05-021-1/+1
* kdc: Add restart optionCy Schubert2024-04-292-2/+29
* rtld(1): minor clarification for LD_STATIC_TLS_EXTRAKonstantin Belousov2024-04-231-2/+5
* rtld: introduce STATIC_TLS_EXTRAStephen J. Kiernan2024-04-2010-12/+35
* nuageinit: add basic support for cloudinit.Baptiste Daroussin2024-04-1118-0/+1677
* dma.conf: Fix typoMikael Urankar2024-04-071-1/+1
* rc.initdiskless: Disable soft-updates in mdmfs (again)Jose Luis Duran2024-03-291-2/+2
* rtld-elf: support either byte-order of hints fileStefan Eßer2024-03-291-16/+63
* rtld: add some dlopen testsKyle Evans2024-03-182-0/+54