summaryrefslogtreecommitdiffstats
path: root/release/picobsd
Commit message (Expand)AuthorAgeFilesLines
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+22
* Add a few files which are needed to build "passwd" now thatluigi2002-06-206-35/+891
* sysctl -w -> sysctldd2002-05-114-10/+10
* 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
* Record libtelnet.a death.ru2002-04-195-5/+5
* 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
* Fix handling of undefined variables.luigi2002-04-071-2/+6
* 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
* Modernize my email address.phk2002-03-251-1/+1
* Add a few popular entries.luigi2002-03-241-0/+3
* DESTDIR does not anymore does the -I${DESTDIR}/usr/include magicru2002-03-221-4/+4
* Gracefully exit when no MFS signature is found in the kernel.luigi2002-03-211-1/+14
* Batch of fixes to the configuration files from Bruce Montagueluigi2002-03-155-12/+11
* Make this compile againluigi2002-03-111-1/+1
* Make this compile again (increase MFS size, remove invalid option).luigi2002-03-111-5/+5
* Fix detection of existing ssh host key, generate the new oneluigi2002-03-111-10/+14
* Make appropriate changes to use devfs.luigi2002-03-111-4/+6
* Default to ee as EDITOR (some apps such as disklabel default to "vi"luigi2002-03-111-0/+1
* Use machdep.guessed_bootdev to guess the boot device.luigi2002-03-111-2/+2
* CURRENT has devfs, so we do not need to specify what devices weluigi2002-03-105-20/+5
* Uncomment the entry for a getty on the serial port. Boxes withluigi2002-03-101-1/+1
* Add back the "sis" driver, we had some room left...luigi2002-03-101-0/+1
* With devfs, we do not need to initialize pty's permissions.luigi2002-03-101-1/+0
* The probable boot device is "machdep.guessed_bootdev".luigi2002-03-101-2/+2
* Remove host.conf, and introduce a way to override the contentluigi2002-03-093-6/+16
* Nuke abandoned configuration.luigi2002-03-0942-1602/+0
* Make this fit again into a 1.44 floppy.luigi2002-03-093-10/+10
* Further cleanup: remove useless entries from PATH, and be preparedluigi2002-03-081-2/+3
* Add a (commented out) sample entry for use with a serial line.luigi2002-03-081-0/+1
* Do not depend on "expr" for doing arithmetic, use the shell builtin functionsluigi2002-03-081-1/+1
* Unbreak "update" script, by doing a mkdir -p of the relevantluigi2002-03-081-30/+41
* Use a default of 25 lines for xterm. This only affects the behaviourluigi2002-03-081-1/+1
* Major cleanup of PicoBSD startup scripts, which now should beluigi2002-03-088-347/+323
* MFS: sync with -stable (no functional difference).luigi2002-03-082-4/+5
* Invalidate password for sample user entry.luigi2002-03-081-1/+1
* Atapi units are now /dev/ad* and not /dev/wd*luigi2002-03-081-3/+3
* Misc fixes to the build script:luigi2002-03-081-19/+31
* Add entry for xterm-colorluigi2002-03-061-0/+2
* Put a more reasonable path for "more" sources in crunch.conf,luigi2002-02-142-8/+9
* Use { } instead of ( ) for grouping shell commands so thatluigi2002-02-141-8/+8
* Add a '-l' flag to show CPU load for the various states, similar to whatluigi2001-12-141-2/+46
* Implement a more efficient way to assign addresses: read /etc/hostsluigi2001-11-291-24/+42
* Whoops... left some junk in previous commit.luigi2001-11-241-4/+0
OpenPOWER on IntegriCloud