aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak building picobsd's login now that login_access.c is notLuigi Rizzo2007-11-131-2/+2
| | | | | | | | more available in usr.bin/login (fixes to HEAD and RELENG_7 will be committed after i have cleaned up the picobsd build infrastructure). Notes: svn path=/stable/6/; revision=173583
* correct a minor bug when printing the list of files excluded.Luigi Rizzo2007-11-131-1/+1
| | | | | | | | | | This does not prevent the build but it is nicer to do it right. (the problem affects also HEAD and RELENG_7 but there is probably a lot more to be fixed there in order to produce buildable picobsd images). Notes: svn path=/stable/6/; revision=173582
* MFC: Revert signedness type changes to "struct vmtotal" to keepRuslan Ermilov2006-12-011-12/+8
| | | | | | | | overflows easier to detect. As a bonus, fix printing of other "struct vmtotal" members, t_rq, t_dw, t_pw, and t_sw. Notes: svn path=/stable/6/; revision=164791
* MFC: Make members of "struct vmmeter" unsigned; fix overflow bugs whenRuslan Ermilov2006-11-231-7/+11
| | | | | | | | | printing them in kilobytes in sysctl(8), systat(1), and vmstat(8). Fix sysctl(8) reporting of the virtual memory's total; it's accounted in pages too. Notes: svn path=/stable/6/; revision=164559
* MFC:Dmitry Morozovsky2006-09-221-1/+0
| | | | | | | | | | | | | | Clean obsolete reference to the old NMBCLUSTERS kernel option. It seems the last reference (modulo manual pages where such obsoleteness clearly highlighted). Revision Changes Path 1.19 +0 -1 src/release/picobsd/bridge/PICOBSD Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=162547
* MFC: produce a buildable 'bridge' imageLuigi Rizzo2006-02-142-2/+4
| | | | | | | Approved by: re Notes: svn path=/stable/6/; revision=155679
* MFC: fixed picobsd script.Luigi Rizzo2006-02-141-168/+102
| | | | | | | | | upcoming, tweaks for other config files and sys/dev/md/md.c Approved by: re Notes: svn path=/stable/6/; revision=155675
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-8/+2
| | | | | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now. Notes: svn path=/head/; revision=146187
* NOPAM -> NO_PAMRuslan Ermilov2004-12-213-3/+3
| | | | Notes: svn path=/head/; revision=139126
* NOIPSEC -> TRACEROUTE_NO_IPSECRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139125
* NOCLEAN -> NO_CLEANRuslan Ermilov2004-12-211-1/+1
| | | | | | | NOCLEANDIR -> NO_CLEANDIR Notes: svn path=/head/; revision=139122
* NOSHARE -> NO_SHARERuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139120
* NOHTML -> NO_HTMLRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139119
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-12-211-1/+1
| | | | | | | | | | | | | | | | | | | /etc/make.conf: NOALIAS -> retired (support provided by PPP_NO_NAT) NOATM -> PPP_NO_ATM (also subject to NO_ATM global) NODES -> PPP_NO_DES (support was broken, now recovered) NOI4B -> PPP_NO_I4B (also subject to NO_I4B global) NOKLDLOAD -> PPP_NO_KLDLOAD NONAT -> PPP_NO_NAT NONETGRAPH -> PPP_NO_NETGRAPH NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global) NORADIUS -> PPP_NO_RADIUS NOSUID -> retired (support provided by PPP_NO_SUID) PPP_NOSUID -> PPP_NO_SUID Notes: svn path=/head/; revision=139118
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOGAMES -> NO_GAMESRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139114
* NOFSCHG -> NO_FSCHGRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139111
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-3/+3
| | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-1/+1
| | | | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR Notes: svn path=/head/; revision=139104
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2110-10/+10
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-192-5/+6
| | | | Notes: svn path=/head/; revision=137882
* Remove no longer needed I386_CPU option (it was commented out anyways).John Baldwin2004-11-161-1/+0
| | | | Notes: svn path=/head/; revision=137792
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
| | | | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver Notes: svn path=/head/; revision=137164
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-249-9/+9
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* NEED_LIBNAMES is gone long ago.Ruslan Ermilov2004-10-241-1/+0
| | | | Notes: svn path=/head/; revision=136896
* Improve MIME handling. This patch is based on Eugene's patch, butDavid Malone2004-08-161-15/+24
| | | | | | | | | | | | | | | | | | with the following changes: 1) Don't make a mime_types.h 'cos we should avoid creating variables in header files, 2) Use strrchr to find the extension, rather than strchr, 3) Slightly simplify the mime-type matching loop. any goof are likely to be mine. Note that there are links to more improvements by Eugene in the PR. PR: 29725 Submitted by: Eugene Grosbein <eugen@kuzbass.ru> Notes: svn path=/head/; revision=133836
* remove stale documentationLuigi Rizzo2004-03-24102-3313/+0
| | | | Notes: svn path=/head/; revision=127355
* remove floppy image typeLuigi Rizzo2004-03-2426-1536/+0
| | | | Notes: svn path=/head/; revision=127354
* remove this floppy image too.Luigi Rizzo2004-03-2412-453/+0
| | | | Notes: svn path=/head/; revision=127353
* remove this floppy image.Luigi Rizzo2004-03-2417-541/+0
| | | | Notes: svn path=/head/; revision=127352
* Remove this picobsd floppy type.Luigi Rizzo2004-03-2441-1602/+0
| | | | | | | | We only want to support one in -current, and let people take care of their own images. Notes: svn path=/head/; revision=127351
* fix building of bridge floppiesLuigi Rizzo2004-03-241-1/+2
| | | | Notes: svn path=/head/; revision=127350
* Fix various issues with the picobsd build script in -current:Luigi Rizzo2004-03-211-16/+28
| | | | | | | | | | | | | | + declare some shell variables as 'local' + add a missing ';;' in a 'case' statement + centralize newfs options + properly override GID and UID when installing include files and libraries + add a missing '-r' in disklabel commands (maybe not necessary, but it does not harm and it was used in the RELENG_4 version) + no more require 'perl' when installing the secondary loader + use '-t rsa1' when invoking ssh-keygen Notes: svn path=/head/; revision=127266
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
| | | | | | | | | | | These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Notes: svn path=/head/; revision=125668
* Remove obsolete disklabel and newfs options.Hidetoshi Shimokawa2003-11-071-8/+10
| | | | Notes: svn path=/head/; revision=122229
* comment out the 'sshd' entries as the image is now 1460KBLuigi Rizzo2003-06-221-2/+2
| | | | | | | | | | | | | | | and does not fit into a floppy anymore (1403kb available). There is not much you can do now except bumping up the image size (by uncommenting the "fd_size=2880" line in ./config), at which point you can uncomment sshd, the associated library, and all the good stuff such as tcpdump and natd and ppp that you might want on such a box. A similar change should be applied to other picobsd image types. Notes: svn path=/head/; revision=116688
* Make this compile again: we need to specify a scheduler,Luigi Rizzo2003-06-221-2/+3
| | | | | | | | | and remove the count for devices "sc" and "atkbdc" This change does not apply to RELENG_4. Notes: svn path=/head/; revision=116687
* We no longer have KerberosIV. Remove it here also.Mark Murray2003-04-301-13/+0
| | | | Notes: svn path=/head/; revision=114303
* Don't forget to send the Content-length header after calculating it.David Malone2003-04-051-0/+1
| | | | | | | | PR: 29725 Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su> Notes: svn path=/head/; revision=113129
* More warns cleanups and misc cleanups:David Malone2003-04-051-25/+31
| | | | | | | | | | | | | | 1) Make fetch_mode a pointer 'cos we can just use the optarg. 2) Constness. 3) Add/complete prototypes. 4) Change an int to a socklen_t. 5) Don't use C++ style comments. 6) Check return values from read and fork a little more carefully. 7) Avoid closing an uninitialised int. 8) Get rid of unneeded extern declarations. Notes: svn path=/head/; revision=113126
* Don't return with a value in a void function.David Malone2003-03-131-4/+4
| | | | | | | Pass a time_t rather than a long to time. Notes: svn path=/head/; revision=112205
* Upgrade the root partition mount to r/w before trying to write to it.Luigi Rizzo2002-11-171-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=107026
* de-__P()Alfred Perlstein2002-10-104-32/+32
| | | | Notes: svn path=/head/; revision=104744
* Fix some bitrotted documentation.Mark Murray2002-09-243-24/+18
| | | | Notes: svn path=/head/; revision=103894
* Make this compile again (libgmd now is a port, and remove someLuigi Rizzo2002-08-242-11/+34
| | | | | | | binaries to save space). Notes: svn path=/head/; revision=102345
* Mention the special pathname @__CWD__@Luigi Rizzo2002-08-241-3/+11
| | | | | | | | Modify entry for libgmd (used by ssh) now that it is not part of the base system anymore. Notes: svn path=/head/; revision=102344
* Add "tty" entry.Luigi Rizzo2002-07-141-0/+1
| | | | Notes: svn path=/head/; revision=99967
* Add entry for the "screen" program.Luigi Rizzo2002-07-141-0/+23
| | | | Notes: svn path=/head/; revision=99966
* Not needed anymore.Luigi Rizzo2002-07-141-114/+0
| | | | Notes: svn path=/head/; revision=99953
* Replace a logverbose call with logLuigi Rizzo2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99951