summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware
Commit message (Expand)AuthorAgeFilesLines
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-8/+6
* Remove dead code.des2012-06-121-73/+16
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* Spelling fixes for release/uqs2012-01-073-7/+7
* Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:gavin2010-08-081-1/+2
* Correct two error messages to match the failure they are reporting.gavin2010-08-081-2/+2
* a minimal set of changes to adapt to the utmp->utmpx changes.luigi2010-02-141-6/+13
* Convert {small prefix}BSD to TERM=xterm as well.ed2009-11-131-2/+2
* fix various build errors (missing or wrong return types forluigi2009-04-271-16/+22
* Warns fixes: use putenv rather than setenv to avoid constness problems,dwmalone2009-03-172-2/+4
* This main goals of this project are:qingli2008-12-151-4/+0
* silence compiler complaintssam2007-11-261-2/+3
* Fix picobsd builds. Changes include:luigi2007-11-141-3/+3
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-12/+8
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-7/+11
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-56/+0
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-8/+2
* NOPAM -> NO_PAMru2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-219-9/+9
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-249-9/+9
* NEED_LIBNAMES is gone long ago.ru2004-10-241-1/+0
* Improve MIME handling. This patch is based on Eugene's patch, butdwmalone2004-08-161-15/+24
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* We no longer have KerberosIV. Remove it here also.markm2003-04-301-13/+0
* Don't forget to send the Content-length header after calculating it.dwmalone2003-04-051-0/+1
* More warns cleanups and misc cleanups:dwmalone2003-04-051-25/+31
* Don't return with a value in a void function.dwmalone2003-03-131-4/+4
* de-__P()alfred2002-10-104-32/+32
* Add a few files which are needed to build "passwd" now thatluigi2002-06-206-35/+891
* Bring in a slightly older version of usr/bin/passwd which does notluigi2002-05-052-0/+359
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Align for const poisoning in -lutil.ru2002-04-081-5/+6
* Synch with login/login.c,v 1.81: Switch to OpenPAM.ru2002-04-081-3/+3
* Add a missing void in the parameter list of http_request().asmodai2002-04-071-1/+1
* Give functions proper return type, since the default is an integer, whereasmodai2002-04-071-1/+7
* Use %lld instead of %d in order to print struct stat's st_size, which isasmodai2002-04-071-1/+1
* Garbage collect unused variables.asmodai2002-04-071-5/+2
* Actually print the port we are listening too when specified verbose mode.asmodai2002-04-071-1/+1
* Function declared void shouldn't return any value...abial2002-03-271-2/+2
* Make this compile againluigi2002-03-111-1/+1
* Add a '-l' flag to show CPU load for the various states, similar to whatluigi2001-12-141-2/+46
* Use the correct sysctl names for intrcnt and intrnames.luigi2001-10-251-2/+2
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
* Add code to print interrupt statistics when they will beluigi2001-10-071-0/+42
* Fix a typo (missing "; at the end of a string)luigi2001-10-071-1/+1
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-0/+1167
* s/adress/address/kris2001-07-231-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
OpenPOWER on IntegriCloud