index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach disklabel how to install a bootstrap on an alpha with SRM console.
dfr
1998-08-17
2
-4
/
+74
*
lorder is needed on the alpha too
gpalmer
1998-08-17
1
-4
/
+4
*
Don't lose an allocated pointer if realloc() fails.
brian
1998-08-17
1
-4
/
+9
*
Remove a cast and print the pointer value with %p instead of %x.
jb
1998-08-17
1
-4
/
+4
*
Ad #include stdlib.h to get the prototype for malloc().
jb
1998-08-17
1
-1
/
+2
*
We need config to build on the alpha also ... kinda difficult to build
gpalmer
1998-08-17
1
-4
/
+4
*
Add "-C" to INSTALLFLAGS to install atomically. An elf->elf
jdp
1998-08-17
1
-1
/
+3
*
Remove support for NetBSD syscalls.
jb
1998-08-17
11
-1152
/
+3
*
Remove the comment about how to get NetBSD syscalls since there are
jb
1998-08-17
1
-8
/
+1
*
Remove hardcoded constant in favour of login.conf value.
jkoshy
1998-08-17
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-08-17
8
-70
/
+77
*
Fixed printf format errors. sppp_dotted_quad() was yet another private,
bde
1998-08-17
1
-9
/
+10
*
FIxed printf format errors. Most of them were exposed by our ntohl()
bde
1998-08-17
1
-25
/
+31
*
Fixed printf format and spelling errors. Didn't fix related
bde
1998-08-16
1
-3
/
+3
*
Alpha is now native and bootstrapping from NetBSD is no longer supported.
jb
1998-08-16
1
-530
/
+0
*
Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=
wpaul
1998-08-16
1
-2
/
+2
*
Whoops... really add the man page and update the Makefile this
wpaul
1998-08-16
3
-1
/
+357
*
Mention XL driver and that 3c905B cards are now supported. Also add
wpaul
1998-08-16
1
-2
/
+10
*
Mention that XL driver and that 3c905B cards are not supported.
wpaul
1998-08-16
1
-1
/
+3
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
10
-8
/
+3469
*
Enable kernel dumps on SLICE systems.
des
1998-08-16
1
-1
/
+3
*
Fix typo in previous commit.
des
1998-08-16
1
-2
/
+2
*
Add new zh_TW.BIG5 locale
jkh
1998-08-16
1
-1
/
+3
*
Make ELF kernels build again.
jdp
1998-08-16
2
-2
/
+5
*
Revamp the ELF include files to better support architecture-independent
jdp
1998-08-16
6
-337
/
+292
*
Fixed a style bug (a long line) in the previous commit.
bde
1998-08-16
1
-4
/
+4
*
Make provisions for a pre-build script that one can use to frob the
jkh
1998-08-16
1
-1
/
+4
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
30
-109
/
+125
*
Cast an int to (intptr_t) before casting it to (void *).
bde
1998-08-16
2
-8
/
+8
*
Add BINFORMAT awareness.
jkh
1998-08-16
1
-2
/
+2
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging
bde
1998-08-16
2
-12
/
+12
*
Trim more out of the boot floppy so that it fits in 1.44MB again.
jkh
1998-08-16
1
-2
/
+4
*
pmap.c:
bde
1998-08-16
9
-42
/
+44
*
Use an array of uintptr_t's instead of an array of u_longs to hold
bde
1998-08-16
1
-2
/
+2
*
Cast to `char *' instead of to u_long to help add byte offsets to
bde
1998-08-15
1
-4
/
+5
*
Oops, the printf format error fixes confused curp->area with a pointer.
bde
1998-08-15
1
-3
/
+2
*
Oops, the previous fix confused Linux's sigset_t with a pointer type.
bde
1998-08-15
2
-10
/
+10
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg changing
bde
1998-08-15
2
-7
/
+7
*
Made some disgusting ifdefs even more disgusting to enable the support
bde
1998-08-15
10
-22
/
+22
*
Use offsetof() to avoid some casts from pointers to integers (of a
bde
1998-08-15
3
-3
/
+9
*
Add missing #include of <sys.types.h>
phk
1998-08-15
1
-0
/
+1
*
Bump version number for latest perl
markm
1998-08-15
1
-2
/
+2
*
Clean up the kerberos entries, and add example CVS entries
markm
1998-08-15
1
-4
/
+4
*
Add kerberised CVS to the dependant programs.
markm
1998-08-15
1
-1
/
+2
*
Fix LIBDIR so kerberised CVS will work.
markm
1998-08-15
1
-2
/
+2
*
All but two if these build on alpha now, but most are untested.
jb
1998-08-15
1
-13
/
+9
*
I have added the support for BIG5 encoding into libc/libxpg4/mklocale.
phk
1998-08-15
7
-10
/
+329
*
Remove half the file, somehow it got doubled...
phk
1998-08-15
6
-741
/
+6
*
Build libkvm on alpha too.
jb
1998-08-15
1
-3
/
+2
*
Now that alpha uses FreeBSD syscalls, all these work.
jb
1998-08-15
1
-7
/
+3
[next]