aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Garbage collect unused variables.Jeroen Ruigrok van der Werven2002-04-071-5/+2
* Actually print the port we are listening too when specified verbose mode.Jeroen Ruigrok van der Werven2002-04-071-1/+1
* Function declared void shouldn't return any value...Andrzej Bialecki2002-03-271-2/+2
* Make this compile againLuigi Rizzo2002-03-111-1/+1
* Add a '-l' flag to show CPU load for the various states, similar to whatLuigi Rizzo2001-12-141-2/+46
* Use the correct sysctl names for intrcnt and intrnames.Luigi Rizzo2001-10-251-2/+2
* Add a -d flag to show deltas as opposed to cumulative countersLuigi Rizzo2001-10-101-6/+32
* Add code to print interrupt statistics when they will beLuigi Rizzo2001-10-071-0/+42
* Fix a typo (missing "; at the end of a string)Luigi Rizzo2001-10-071-1/+1
* Add customised version of login for picobsd images on -CURRENT.Luigi Rizzo2001-10-014-0/+1167
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Account for the machdep.msgbuf -> kern.msgbuf renaming.Thomas Moestl2001-07-031-1/+1
* Apply style guidelines (using gident to help).Josef Karthauser2001-04-232-424/+471
* Fix a syntax error.Josef Karthauser2001-04-231-2/+2
* Resurrect Minix sh(1), after its license has been changed to BSD one.Andrzej Bialecki2001-02-1010-0/+5018
* Add dummy -n option, for compatibility with the standard netstatLuigi Rizzo2001-01-271-2/+4
* Make the name of the init script and the interpreter compile time options.Alexander Langer2001-01-202-7/+26
* Fix so that the netmask is displayed correctly when it does notAndrzej Bialecki2001-01-101-4/+9
* Reformat to be a bit closer to style(9).Andrzej Bialecki2001-01-101-26/+26
* Fix breakage after moving from struct proc/eproc to kinfo_proc.Andrzej Bialecki2001-01-101-19/+15
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-3/+3
* Fix bitrot.Andrzej Bialecki2000-11-112-28/+44
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* Fix bogus reporting of interface names, the field returnedLuigi Rizzo2000-03-211-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2827-27/+27
* Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZERoger Hardiman1999-08-261-2/+6
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-225-18/+13
* Enable printing of bridging statistics.Luigi Rizzo1999-08-171-2/+2
* Fix a problem in printing interface names.Luigi Rizzo1999-08-121-9/+13