Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger
2022-11-09mktemp: skip later TMPDIR check if -p is specifiedKyle Evans
2022-11-07Update HISTORY and AUTHORS sections for cut(1) and paste(1)Gordon Bergling
2022-11-05wg: drop -Wno-cast-qual from CFLAGSKyle Evans
2022-11-04gzip: Add support for decompressing zstd files.Dag-Erling Smørgrav
2022-11-03mktemp: don't double up on trailing slashes for -t pathsKyle Evans
2022-11-01grep: correct argument name in man pageElvin Aslanov
2022-10-31mktemp: add -p/--tmpdir argumentKyle Evans
2022-10-31mktemp: add some GNU-compatible long optionsKyle Evans
2022-10-30tee.1: Add a HISTORY sectionGordon Bergling
2022-10-29usr.bin: hook wg(8) up to the buildKyle Evans
2022-10-27script: Handle a missing 's' stamp gracefully.Dag-Erling Smørgrav
2022-10-27script: Further usage string nits.Dag-Erling Smørgrav
2022-10-27script: Use size_t / ssize_t where needed.Dag-Erling Smørgrav
2022-10-27split: reset errno prior to getline()Math Ieu
2022-10-27script: Add usage string for playback mode.Dag-Erling Smørgrav
2022-10-27script: Correct -F in man page and usage string.Dag-Erling Smørgrav
2022-10-26pkgbase: Put less in FreeBSD-runtimeEmmanuel Vadot
2022-10-26pkgbase: Create a FreeBSD-games packageEmmanuel Vadot
2022-10-26w: Fix premature rounding.Dag-Erling Smørgrav
2022-10-26split: add word order fixKyle Evans
2022-10-25split: add some testsKyle Evans
2022-10-25split: switch to getline() for line/pattern matchingKyle Evans
2022-10-21w: cosmetic fixes.Dag-Erling Smørgrav
2022-10-19logger: fix builds without casperMariusz Zaborski
2022-10-17truss: remove now-unused special case for MIPSEd Maste
2022-10-17xargs: fix exit code when using -Pliu-du
2022-10-13renice: Force /bin/sh usage on su calls for the regression tests.Olivier Cochard
2022-10-13sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin
2022-10-13sort: simplify file_reader_cleanBaptiste Daroussin
2022-10-13sort: deindent closefileBaptiste Daroussin
2022-10-13sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin
2022-10-13sort: deindent openfileBaptiste Daroussin
2022-10-13sort: simplify the code to handle -z flagBaptiste Daroussin
2022-10-13sort: cleanup now unused structutre and prototypesBaptiste Daroussin
2022-10-13sort: unify the code to read from FILE *Baptiste Daroussin
2022-10-13sort: remove unused functionBaptiste Daroussin
2022-10-13sort: use memset to initialize structure when possibleBaptiste Daroussin
2022-10-12sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin
2022-10-12sort: replace home made line reader by getdelim(3)Baptiste Daroussin
2022-10-12sort: remove NLS supportBaptiste Daroussin
2022-10-12sort: replace malloc+memset with callocBaptiste Daroussin
2022-10-12sort: add wrapper around callocBaptiste Daroussin
2022-10-09Update tip for adding a user to wheel:Pau Amma
2022-10-07w: don't truncate if we're writing libxo json/xmlKristof Provost
2022-10-07systat: remove INP_TIMEWAITGleb Smirnoff
2022-10-07ldd: ignore unverified filesSimon J. Gerraty
2022-10-06ldd: use direct exec mode unconditionallyKonstantin Belousov
2022-10-06rs: Fix some pointer arith UB.John Baldwin
2022-10-06rs: Fix a use after free.John Baldwin