| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve MIME handling. This patch is based on Eugene's patch, but | David Malone | 2004-08-16 | 1 | -15/+24 |
* | remove stale documentation | Luigi Rizzo | 2004-03-24 | 102 | -3313/+0 |
* | remove floppy image type | Luigi Rizzo | 2004-03-24 | 26 | -1536/+0 |
* | remove this floppy image too. | Luigi Rizzo | 2004-03-24 | 12 | -453/+0 |
* | remove this floppy image. | Luigi Rizzo | 2004-03-24 | 17 | -541/+0 |
* | Remove this picobsd floppy type. | Luigi Rizzo | 2004-03-24 | 41 | -1602/+0 |
* | fix building of bridge floppies | Luigi Rizzo | 2004-03-24 | 1 | -1/+2 |
* | Fix various issues with the picobsd build script in -current: | Luigi Rizzo | 2004-03-21 | 1 | -16/+28 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | Colin Percival | 2004-02-10 | 1 | -2/+0 |
* | Remove obsolete disklabel and newfs options. | Hidetoshi Shimokawa | 2003-11-07 | 1 | -8/+10 |
* | comment out the 'sshd' entries as the image is now 1460KB | Luigi Rizzo | 2003-06-22 | 1 | -2/+2 |
* | Make this compile again: we need to specify a scheduler, | Luigi Rizzo | 2003-06-22 | 1 | -2/+3 |
* | We no longer have KerberosIV. Remove it here also. | Mark Murray | 2003-04-30 | 1 | -13/+0 |
* | Don't forget to send the Content-length header after calculating it. | David Malone | 2003-04-05 | 1 | -0/+1 |
* | More warns cleanups and misc cleanups: | David Malone | 2003-04-05 | 1 | -25/+31 |
* | Don't return with a value in a void function. | David Malone | 2003-03-13 | 1 | -4/+4 |
* | Upgrade the root partition mount to r/w before trying to write to it. | Luigi Rizzo | 2002-11-17 | 1 | -0/+2 |
* | de-__P() | Alfred Perlstein | 2002-10-10 | 4 | -32/+32 |
* | Fix some bitrotted documentation. | Mark Murray | 2002-09-24 | 3 | -24/+18 |
* | Make this compile again (libgmd now is a port, and remove some | Luigi Rizzo | 2002-08-24 | 2 | -11/+34 |
* | Mention the special pathname @__CWD__@ | Luigi Rizzo | 2002-08-24 | 1 | -3/+11 |
* | Add "tty" entry. | Luigi Rizzo | 2002-07-14 | 1 | -0/+1 |
* | Add entry for the "screen" program. | Luigi Rizzo | 2002-07-14 | 1 | -0/+23 |
* | Not needed anymore. | Luigi Rizzo | 2002-07-14 | 1 | -114/+0 |
* | Replace a logverbose call with log | Luigi Rizzo | 2002-07-14 | 1 | -1/+1 |
* | Enable building of picobsd using CURRENT sources again. | Luigi Rizzo | 2002-07-14 | 1 | -27/+43 |
* | Move creation of password databases before starting daemons, | Luigi Rizzo | 2002-07-01 | 1 | -3/+3 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -4/+22 |
* | Add a few files which are needed to build "passwd" now that | Luigi Rizzo | 2002-06-20 | 6 | -35/+891 |
* | sysctl -w -> sysctl | Dima Dorfman | 2002-05-11 | 4 | -10/+10 |
* | Bring in a slightly older version of usr/bin/passwd which does not | Luigi Rizzo | 2002-05-05 | 2 | -0/+359 |
* | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
* | Record libtelnet.a death. | Ruslan Ermilov | 2002-04-19 | 5 | -5/+5 |
* | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -5/+6 |
* | Synch with login/login.c,v 1.81: Switch to OpenPAM. | Ruslan Ermilov | 2002-04-08 | 1 | -3/+3 |
* | Fix handling of undefined variables. | Luigi Rizzo | 2002-04-07 | 1 | -2/+6 |
* | Add a missing void in the parameter list of http_request(). | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Give functions proper return type, since the default is an integer, where | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+7 |
* | Use %lld instead of %d in order to print struct stat's st_size, which is | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Garbage collect unused variables. | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -5/+2 |
* | Actually print the port we are listening too when specified verbose mode. | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Function declared void shouldn't return any value... | Andrzej Bialecki | 2002-03-27 | 1 | -2/+2 |
* | Modernize my email address. | Poul-Henning Kamp | 2002-03-25 | 1 | -1/+1 |
* | Add a few popular entries. | Luigi Rizzo | 2002-03-24 | 1 | -0/+3 |
* | DESTDIR does not anymore does the -I${DESTDIR}/usr/include magic | Ruslan Ermilov | 2002-03-22 | 1 | -4/+4 |
* | Gracefully exit when no MFS signature is found in the kernel. | Luigi Rizzo | 2002-03-21 | 1 | -1/+14 |
* | Batch of fixes to the configuration files from Bruce Montague | Luigi Rizzo | 2002-03-15 | 5 | -12/+11 |
* | Make this compile again | Luigi Rizzo | 2002-03-11 | 1 | -1/+1 |
* | Make this compile again (increase MFS size, remove invalid option). | Luigi Rizzo | 2002-03-11 | 1 | -5/+5 |
* | Fix detection of existing ssh host key, generate the new one | Luigi Rizzo | 2002-03-11 | 1 | -10/+14 |