| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=257964
|
|
|
|
| |
Notes:
svn path=/head/; revision=257663
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that svn 257268 gnu/usr.bin/binutils/ld/Makefile
seems to break the "toolchain" target when building HEAD
on RELENG_9, so until this is solved you may want to
svn update -r 257267 gnu/usr.bin/binutils/ld/Makefile
before building picobsd
Notes:
svn path=/head/; revision=257514
|
|
|
|
| |
Notes:
svn path=/head/; revision=256641
|
|
|
|
| |
Notes:
svn path=/head/; revision=256639
|
|
|
|
| |
Notes:
svn path=/head/; revision=255315
|
|
|
|
| |
Notes:
svn path=/head/; revision=255314
|
|
|
|
| |
Notes:
svn path=/head/; revision=255313
|
|
|
|
|
|
|
| |
support parallel make on this stage.
Notes:
svn path=/head/; revision=250289
|
|
|
|
| |
Notes:
svn path=/head/; revision=250285
|
|
|
|
| |
Notes:
svn path=/head/; revision=250100
|
|
|
|
| |
Notes:
svn path=/head/; revision=246932
|
|
|
|
| |
Notes:
svn path=/head/; revision=244642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
Notes:
svn path=/head/; revision=244040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:
int gettimeofday(struct timeval *restrict tp, void *restrict tzp);
Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.
While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
Notes:
svn path=/head/; revision=239991
|
|
|
|
| |
Notes:
svn path=/head/; revision=239738
|
|
|
|
| |
Notes:
svn path=/head/; revision=236963
|
|
|
|
|
|
|
| |
Also note that loader.conf support is incomplete.
Notes:
svn path=/head/; revision=234983
|
|
|
|
|
|
|
|
|
| |
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.
MFC after: 1 week
Notes:
svn path=/head/; revision=231118
|
|
|
|
| |
Notes:
svn path=/head/; revision=229779
|
|
|
|
|
|
|
|
|
|
| |
The fix involved adding a proper build of ld-elf.so.1 ,
and also replacing ldd with objdump (suggested by Garrett Cooper)
to build the list of shared libraries needed by the binaries
and libraries on the target.
Notes:
svn path=/head/; revision=229532
|
|
|
|
|
|
|
|
|
|
| |
improve support for multi-arch and cross-arch builds, by adding
a suffix to the kernel config file and build_directory.
(cross builds not clean yet, a cross-built kernel boots
but fails when starting /sbin/init)
Notes:
svn path=/head/; revision=229511
|
|
|
|
| |
Notes:
svn path=/head/; revision=227878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
we need to set TARGET and TARGET_ARCH to get a correct WMAKEENV.
I am setting both to i386 since this is what picobsd is used for,
though there might be a better fix.
Add initial support for parallel make. This is disabled right now,
because there are incorrect dependencies somewhere which require
to run picobsd 2-3 times to complete a build.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=218359
|
|
|
|
|
|
|
|
|
|
| |
available throughout the entire build process.
Submitted by: Matteo Landi
MFC after: 3 days
Notes:
svn path=/head/; revision=215177
|
|
|
|
|
|
|
|
|
| |
specific features (e.g. on recent HEAD, rtld fails with older 'make')
MFC after: 3 days
Notes:
svn path=/head/; revision=213252
|
|
|
|
|
|
|
|
|
|
|
| |
Correct the login.conf variable name used for obtaining the login prompt.
PR: conf/44717 (indirectly)
Spotted by: gcooper
MFC after: 1 week
Notes:
svn path=/head/; revision=211079
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=211077
|
|
|
|
|
|
|
| |
and support for VIMAGE
Notes:
svn path=/head/; revision=210125
|
|
|
|
|
|
|
|
|
| |
input to run to completion
MFC after: 3 days
Notes:
svn path=/head/; revision=203877
|
|
|
|
|
|
|
|
| |
lastlog still not implemented, i am hoping that Ed or someone
has some idea on how to fix this, but it is really not important.
Notes:
svn path=/head/; revision=203876
|
|
|
|
|
|
|
|
|
| |
libulog now only provides functions that are used by various packages
from the ports tree, namely the libutempter ones. There is no reason to
link it into the crunch/fixit binaries anymore.
Notes:
svn path=/head/; revision=202755
|
|
|
|
|
|
|
| |
on how to import files from the host
Notes:
svn path=/head/; revision=201076
|
|
|
|
| |
Notes:
svn path=/head/; revision=201073
|
|
|
|
| |
Notes:
svn path=/head/; revision=201072
|
|
|
|
| |
Notes:
svn path=/head/; revision=201062
|
|
|
|
|
|
|
| |
(it also needs /sbin/dhclient-script, will handle that later)
Notes:
svn path=/head/; revision=201061
|
|
|
|
| |
Notes:
svn path=/head/; revision=201059
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=201034
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=200301
|
|
|
|
| |
Notes:
svn path=/head/; revision=200300
|
|
|
|
| |
Notes:
svn path=/head/; revision=200299
|
|
|
|
|
|
|
|
|
| |
Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While
there, it seems one of them still had references to sio(4). Make it in
sync with what we do in the base system.
Notes:
svn path=/head/; revision=199251
|
|
|
|
| |
Notes:
svn path=/head/; revision=199040
|
|
|
|
|
|
|
|
|
| |
(this needs to go to RELENG_8 as well after the release is out)
MFC after: 1 month
Notes:
svn path=/head/; revision=197119
|
|
|
|
| |
Notes:
svn path=/head/; revision=194635
|
|
|
|
|
|
|
|
|
|
|
|
| |
free from the 2.88MB that we had using El Torito emulation.
The --iso option was already there, just didn't do anything before.
Submitted by: Marta Carbone
MFC after: 3 days
Notes:
svn path=/head/; revision=194631
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Eyes of the daemon not synced and the motd not displayed properly
on black-on-white screens): The first one was not valid anymore
since the text and logo were swapped already, the second one is
fixed by resetting the whole colourscheme instead of only the
background colour.
(also removed svn:keywords from motd since it doesn't have the
string $FreeBSD$ in it)
PR: misc/15876
Submitted by: peter.jeremy@ALCATEL.COM.AU
MFC after: 1 week
Notes:
svn path=/head/; revision=194474
|
|
|
|
|
|
|
|
|
| |
various functions returning void, missing headers, and so on).
MFC after: 4 weeks (not before 7.3 is out, anyways)
Notes:
svn path=/head/; revision=191565
|
|
|
|
| |
Notes:
svn path=/head/; revision=190761
|