| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| | |
|
| |
|
|
| |
Notes:
svn path=/releng/BETA_2_0/; revision=4743
|
| |
|
|
| |
Notes:
svn path=/releng/ALPHA_2_0/; revision=4294
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4044
|
| |
|
|
|
|
|
|
| |
work. Error was with the private clean/cleandir pair, the obj under
include/rpcsvc doesn't get cleaned out.
Notes:
svn path=/head/; revision=4019
|
| |
|
|
|
|
|
|
|
|
| |
Our one supported compiler always defines the double-underscore variant,
so always use that.
Noticed by Bruce Evans after a report by John Capo.
Notes:
svn path=/head/; revision=3999
|
| |
|
|
|
|
|
| |
Obtained from: netlib.att.com
Notes:
svn path=/head/; revision=3908
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Reduce _JBLEN for the i386 to what is actually used.
Encapsulate jmp_buf and sigjmp_buf in structs.
Enlarge jmp_buf to the same size as sigjmp_buf.
Declare *longjmp as non-returning.
Remove stale comments about sig*jmp not being implemented.
Notes:
svn path=/head/; revision=3852
|
| |
|
|
|
|
|
|
| |
to 4.4 way to not allow EOF in ctype and now all signed chars
(including '\377' which becomes EOF) converted to (unsigned char) properly.
Notes:
svn path=/head/; revision=3456
|
| |
|
|
|
|
|
|
| |
Cast all ints < 0 to (unsigned char) to fix common problem
with sign extention on signed char.
Notes:
svn path=/head/; revision=3433
|
| |
|
|
|
|
|
| |
and unused.
Notes:
svn path=/head/; revision=3329
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3214
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3211
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3189
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3070
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3059
|
| |
|
|
|
|
|
|
|
|
| |
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
Notes:
svn path=/head/; revision=3041
|
| |
|
|
|
|
|
|
|
| |
something in them, and which ones were left blank. This will be used
for YP support in a few minutes, and for user login classes if anyone cares
to implement them.
Notes:
svn path=/head/; revision=2915
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2859
|
| |
|
|
|
|
|
|
|
| |
created at install time and not compared with the current version, so
it can't be installed using install and the timestamp of the target gets
clobbered.
Notes:
svn path=/head/; revision=2809
|
| |
|
|
|
|
|
| |
math.h with many extensions.
Notes:
svn path=/head/; revision=2573
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2572
|
| |
|
|
|
|
|
| |
directory - removing the need to hardcode /etc into pwd_mkdb
Notes:
svn path=/head/; revision=2552
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2367
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Notes:
svn path=/head/; revision=2163
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Notes:
svn path=/head/; revision=2162
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Notes:
svn path=/head/; revision=2151
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by: Paul Richards
Notes:
svn path=/head/; revision=2148
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are running under. Here's how to bootstrap (order is important):
1) Re-compile gcc (just the driver is all you need).
2) Re-compile libc.
3) Re-compile your kernel. Reboot.
4) cd /usr/src/include; make install
You can now detect the compilation environment with the following code:
#if !defined(__FreeBSD__)
#define __FreeBSD_version 199401
#elif __FreeBSD__ == 1
#define __FreeBSD_version 199405
#else
#include <osreldate.h>
#endif
You can determine the run-time environment by calling the new C library
function getosreldate(), or by examining the MIB variable kern.osreldate.
For the time being, the release date is defined as 199409, which we have
already established as our target.
Notes:
svn path=/head/; revision=2004
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1917
|
| |
|
|
|
|
|
| |
from 1.1.5.
Notes:
svn path=/head/; revision=1903
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1841
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1839
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1833
|
| |
|
|
|
|
|
|
|
|
| |
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will
be deleted.
Submitted by: Original work in 1.1 by J.T. Conklin.
Notes:
svn path=/head/; revision=1832
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1615
|
| |
|
|
|
|
|
|
| |
Remove the commented out stuff about X11 as the system sources should
not be doing anything with X11.
Notes:
svn path=/head/; revision=1604
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/include.
Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.
Make setting of SHARED optional by makeing it SHARED?=.
Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.
Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.
Notes:
svn path=/head/; revision=1570
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1539
|
| |
|
|
|
|
|
|
|
| |
idea considering the old version (but I haven't time for attic surgery - this
is just a caution). This is part of (and the major reason for) the new ld
changes.
Notes:
svn path=/head/; revision=1156
|
|
|
Notes:
svn path=/head/; revision=697
|