aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware
Commit message (Expand)AuthorAgeFilesLines
* Remove picobsd build scripts and the remaining tinywareKyle Evans2019-11-0547-10716/+0
* Move simple_httpd out of picobsd, add HTTPD option (default OFF)Kyle Evans2019-10-013-676/+0
* simple_httpd was not buildable for some time due to multiple missingEugene Grosbein2019-08-181-27/+27
* motd: Generate from template to /var/runConrad Meyer2019-07-201-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-188-2/+18
* Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh2017-03-012-33/+26
* Renumber copyright clause 4Warner Losh2017-02-282-26/+33
* picobsd: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* Convert to LIBADDBaptiste Daroussin2014-11-263-7/+4
* simple_httpd: cosmetic cleanups.Pedro F. Giffuni2014-09-181-76/+77
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-139-9/+9
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-8/+6
* Remove dead code.Dag-Erling Smørgrav2012-06-121-73/+16
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Spelling fixes for release/Ulrich Spörlein2012-01-073-7/+7
* Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:Gavin Atkinson2010-08-081-1/+2
* Correct two error messages to match the failure they are reporting.Gavin Atkinson2010-08-081-2/+2
* a minimal set of changes to adapt to the utmp->utmpx changes.Luigi Rizzo2010-02-141-6/+13
* Convert {small prefix}BSD to TERM=xterm as well.Ed Schouten2009-11-131-2/+2
* fix various build errors (missing or wrong return types forLuigi Rizzo2009-04-271-16/+22
* Warns fixes: use putenv rather than setenv to avoid constness problems,David Malone2009-03-172-2/+4
* This main goals of this project are:Qing Li2008-12-151-4/+0
* silence compiler complaintsSam Leffler2007-11-261-2/+3
* Fix picobsd builds. Changes include:Luigi Rizzo2007-11-141-3/+3
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-12/+8
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-7/+11
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-56/+0
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-8/+2
* NOPAM -> NO_PAMRuslan Ermilov2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-219-9/+9
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-249-9/+9
* NEED_LIBNAMES is gone long ago.Ruslan Ermilov2004-10-241-1/+0
* Improve MIME handling. This patch is based on Eugene's patch, butDavid Malone2004-08-161-15/+24
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* We no longer have KerberosIV. Remove it here also.Mark Murray2003-04-301-13/+0
* Don't forget to send the Content-length header after calculating it.David Malone2003-04-051-0/+1
* More warns cleanups and misc cleanups:David Malone2003-04-051-25/+31
* Don't return with a value in a void function.David Malone2003-03-131-4/+4
* de-__P()Alfred Perlstein2002-10-104-32/+32
* Add a few files which are needed to build "passwd" now thatLuigi Rizzo2002-06-206-35/+891
* Bring in a slightly older version of usr/bin/passwd which does notLuigi Rizzo2002-05-052-0/+359
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-5/+6
* Synch with login/login.c,v 1.81: Switch to OpenPAM.Ruslan Ermilov2002-04-081-3/+3
* Add a missing void in the parameter list of http_request().Jeroen Ruigrok van der Werven2002-04-071-1/+1
* Give functions proper return type, since the default is an integer, whereJeroen Ruigrok van der Werven2002-04-071-1/+7
* Use %lld instead of %d in order to print struct stat's st_size, which isJeroen Ruigrok van der Werven2002-04-071-1/+1