]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
[FreeBSD/FreeBSD.git] / usr.sbin /
2015-08-07 Christian BruefferManpage cleanup.
2015-08-05 Baptiste DaroussinAdd regression tests for a bug reported in stable/10
2015-08-05 Enji CooperSet f_file to -1/F_UNUSED when after closing when possible
2015-08-04 Glen BarberEnsure the local MANIFEST is always used when verifying...
2015-08-03 Ed SchoutenAvoid calling strlen() where we can use the strspn...
2015-08-03 Devin TeskeClarify pw(8) manual w/respect to required arguments...
2015-08-03 Baptiste DaroussinFix bugs spotted by gcc
2015-08-03 Adrian ChaddActually set quiet to something.
2015-08-02 Baptiste DaroussinUse intmax_t rather than long long
2015-08-02 Baptiste DaroussinConvert the year used for regression test fro 2043...
2015-08-02 Baptiste DaroussinFix build on 32bits
2015-08-02 Baptiste DaroussinSplit some extra long lines
2015-08-02 Baptiste DaroussinSplit some extra long lines
2015-08-02 Baptiste DaroussinCleanup a bit includes
2015-08-02 Baptiste DaroussinAdd regression tests about adding already existsing...
2015-08-02 Baptiste DaroussinFix regression: report if a group already exists when...
2015-08-02 Baptiste DaroussinFix regression: report again if a username already...
2015-08-02 Baptiste DaroussinRemove dead code
2015-08-02 Baptiste DaroussinRewrite parsing subcommands arguments of pw(8)
2015-08-02 Baptiste DaroussinRemove netbsd tests on pw(8)
2015-08-01 Baptiste DaroussinRemove things that crept in after badly checked revert
2015-08-01 Baptiste DaroussinPartial revert of r286152
2015-08-01 Baptiste DaroussinFix build
2015-08-01 Baptiste DaroussinFix formatting of new code
2015-08-01 Baptiste DaroussinRevert r286148
2015-08-01 Baptiste DaroussinValidate expiration days and password days from commman...
2015-08-01 Baptiste DaroussinValidate the max_uid/max_gid boundaries and entry type...
2015-08-01 Baptiste DaroussinCast uid/git to uintmax_t when using printf-like functi...
2015-08-01 Baptiste DaroussinHandle +:*:: the same way we handle +::: when checking...
2015-08-01 Baptiste DaroussinUse strtoumax instead of strtoul
2015-07-31 Ed MasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 Ed MasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 Baptiste DaroussinImprove strtounum
2015-07-29 Baptiste DaroussinCleanup includes
2015-07-29 Baptiste DaroussinActually set the proper license
2015-07-29 Baptiste DaroussinActually add the new code
2015-07-29 Baptiste DaroussinCreate a strtounum function using the same API as strtonum
2015-07-28 Baptiste DaroussinReject usermod and userdel if the user concerned is...
2015-07-28 Bryan DreweryFix rescue build after r284356 with STRIP= by using...
2015-07-28 Baptiste DaroussinCheck uid/gid used when creating a user/group are not...
2015-07-28 Baptiste DaroussinFix wrong warning printed after changing or updating...
2015-07-28 Bryan DreweryMFV r285970:
2015-07-28 Zbigniew BodekImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 Baptiste Daroussinwhen -n is passed to any pw subcommand it is always...
2015-07-28 Marcelo AraujoStaticfy and constify some variables and clean up the...
2015-07-25 Dru LavigneFix transposed words in man page.
2015-07-22 Jung-uk KimMerge ACPICA 20150717.
2015-07-21 Allan JudeAdd the Dell E7240 laptop and Intel DP965LT motherboard...
2015-07-20 Pedro F. Giffunisnmp_hostres(3): Fix buffer overflow.
2015-07-19 Xin LIUse fixed date/time (the time choosen was the time...
2015-07-19 Marcelo AraujoAdd support to the jail framework to be able to mount...
2015-07-18 Allan JudeAdd support for two workarounds for known issues bootin...
2015-07-18 Edward Tomasz Napi... fstyp(8) ships with 10.2.
2015-07-18 Edward Tomasz Napi... uefisign(8) ships with 10.2.
2015-07-17 Benno RiceMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 Baptiste Daroussinmake ctdladm(8) return 0 is everything was ok.
2015-07-16 Justin HibbitsFix formatting.
2015-07-16 Marcelo AraujoFix a warning spotted by gcc4.9: dereferencing type...
2015-07-14 Allan JudeMake bsdinstall's zfsboot script align partitions to...
2015-07-14 Allan JudeSet a mountpoint on the root of the pool so user-create...
2015-07-14 Allan JudeHave bsdinstall's zfsboot script make /var/audit its...
2015-07-13 Allan JudeFix a typo in bsdinstall
2015-07-13 Baptiste DaroussinReally fix -o
2015-07-13 Baptiste DaroussinAdd regression tests to ensure we keep allowing creatin...
2015-07-13 Baptiste DaroussinRegression fix: allow to create users with uid0
2015-07-13 Baptiste DaroussinFix logic of check duplicates that has been inverted
2015-07-12 Xin LIBump version after 4.2.8p3 import.
2015-07-12 Baptiste DaroussinEnsure skeldir is abolute path (relatively to the rootdir)
2015-07-12 Baptiste Daroussinpw -R <rootdir> userdel can now cleanup installation
2015-07-12 Baptiste DaroussinRework the home directory creation and copy or the...
2015-07-12 Allan JudeRemove excess copyright lines propogated by copy/paste
2015-07-12 Jamie GrittonRun a shell in the jail when no command is specified.
2015-07-12 Baptiste DaroussinAdd minimum regression tests for pw -R
2015-07-12 Baptiste DaroussinMake getarg return NULL if args is NULL
2015-07-11 Baptiste DaroussinFix regression: ensure when try to create the group...
2015-07-11 Baptiste DaroussinRemove now unused variable
2015-07-11 Baptiste DaroussinReplace custom string array with stringlist(3)
2015-07-11 Baptiste DaroussinRework groupmod modification:
2015-07-11 Baptiste DaroussinRemove unused argument from pm_passwd
2015-07-11 Baptiste Daroussincheck the gecos format early: at the moment the -c...
2015-07-11 Baptiste DaroussinRemove useless use of goto
2015-07-11 Baptiste DaroussinIsolate pw lock/unlock into a separate function
2015-07-11 Baptiste Daroussinhomedir can only be populate during useradd
2015-07-11 Baptiste DaroussinMake a separate groupdel/userdel from the main function
2015-07-11 Baptiste DaroussinMake separate functions to show users and groups
2015-07-11 Baptiste DaroussinMove the quiet flag into the configuration structure
2015-07-11 Baptiste DaroussinSeparate usernext/groupnext from the main functions
2015-07-09 Jung-uk KimMerge OpenSSL 1.0.1p.
2015-07-09 Baptiste DaroussinDo not try to set password on group if the group is...
2015-07-08 Patrick KelseyMFV r285292:
2015-07-08 Hiroki SatoImplement PF_IMMUTABLE flag and apply it to "name"...
2015-07-08 Patrick KelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 Patrick KelseyReplace use of .Po Pc with the preferred .Pq for single...
2015-07-08 Hiroki SatoFix offset calculation in variable substitution
2015-07-07 Baptiste Daroussinpw: fail if an invalid entry is found while parsing...
2015-07-07 Gregory Neil ShapiroMerge sendmail 8.15.2 to HEAD
2015-07-07 Gregory Neil ShapiroTemporarily disable WARNS while addressing a non-issue...
2015-07-06 Neel NatuAlways assert DCD and DSR in bhyve's uart emulation.
2015-07-06 Patrick KelseyFix range upper bound for uint32_t and uint64_t, and...
2015-07-05 Cy SchubertUpdate ntp version number. (This is a manual update...
next