| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/6/; revision=155679
|
| |
|
|
|
|
|
|
|
| |
upcoming, tweaks for other config files and sys/dev/md/md.c
Approved by: re
Notes:
svn path=/stable/6/; revision=155675
|
| |
|
|
|
|
|
|
| |
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
Notes:
svn path=/head/; revision=146187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139125
|
| |
|
|
|
|
|
| |
NOCLEANDIR -> NO_CLEANDIR
Notes:
svn path=/head/; revision=139122
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139120
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139119
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139114
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139111
|
| |
|
|
|
|
|
|
|
|
|
| |
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
Notes:
svn path=/head/; revision=139106
|
| |
|
|
|
|
|
|
| |
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
Notes:
svn path=/head/; revision=139104
|
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137882
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137792
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
| |
Notes:
svn path=/head/; revision=136896
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127355
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127354
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127353
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127352
|
| |
|
|
|
|
|
|
| |
We only want to support one in -current, and let people take care
of their own images.
Notes:
svn path=/head/; revision=127351
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127350
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122229
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
and remove the count for devices "sc" and "atkbdc"
This change does not apply to RELENG_4.
Notes:
svn path=/head/; revision=116687
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114303
|
| |
|
|
|
|
|
|
| |
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
Notes:
svn path=/head/; revision=113129
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Pass a time_t rather than a long to time.
Notes:
svn path=/head/; revision=112205
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=107026
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104744
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103894
|
| |
|
|
|
|
|
| |
binaries to save space).
Notes:
svn path=/head/; revision=102345
|
| |
|
|
|
|
|
|
| |
Modify entry for libgmd (used by ssh) now that it is not part of the
base system anymore.
Notes:
svn path=/head/; revision=102344
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99966
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99953
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99951
|