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
path:
root
/
lib
/
libstand
Commit message (
Expand
)
Author
Age
Files
Lines
*
libstand needs _setjmp/_longjmp for FICL.
obrien
2002-04-13
1
-0
/
+100
*
Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.
obrien
2002-04-09
1
-2
/
+2
*
Break the sparc64 build. I expect those that complained about this commit
obrien
2002-04-09
1
-2
/
+0
*
sparc64 grew _setjmp/_longjmp.
obrien
2002-04-08
1
-2
/
+0
*
Use -ffreestanding.
obrien
2002-04-08
1
-3
/
+1
*
Remove __P() usage.
obrien
2002-03-21
1
-5
/
+5
*
Remove 'register' keyword.
obrien
2002-03-21
21
-167
/
+167
*
Kill debugging printf() slipped into my last commit.
sobomax
2002-03-21
1
-1
/
+0
*
Add -ffreestanding to CFLAGS for ia64. This should probably be global
peter
2002-03-19
1
-0
/
+2
*
Add splitfs vfs layer into libstand, which allows loading big kernels and
sobomax
2002-03-17
6
-3
/
+292
*
o Don't require long long support in bswap64() functions.
mike
2002-03-09
1
-5
/
+11
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-6
/
+4
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
2
-1
/
+14
*
Fixed world breakage in previous commit. The generated headers are in
bde
2002-02-02
1
-1
/
+1
*
Complete bzip2-1.0.2 import.
sobomax
2002-02-01
5
-15
/
+58
*
We support writing to at least one filesystem now.
jhb
2001-12-11
1
-1
/
+1
*
Add support for overwriting the existing contents of a file to the UFS
jhb
2001-12-11
1
-4
/
+119
*
Back out my 'fix', resid is different for strategy than for write
alfred
2001-11-30
1
-2
/
+2
*
Make the same fix for writes to RAW objects.
alfred
2001-11-30
1
-2
/
+2
*
write should return the number of bytes written, not 0 on success.
alfred
2001-11-30
1
-1
/
+1
*
- Change the f_isdir field of struct file to be a flags field and two
jhb
2001-11-06
1
-13
/
+54
*
- Add a simple SUSP parser.
jhb
2001-11-06
1
-8
/
+154
*
Switch to using ANSI function declarations and add missing function
jhb
2001-11-06
1
-31
/
+15
*
Make the output from assert() look more like the example in the C99
mike
2001-10-29
1
-4
/
+4
*
Only provide function information in compile environments that support
mike
2001-10-27
1
-4
/
+7
*
Remove the -I../libc/${MACHINE_ARCH} that was there solely for
peter
2001-10-26
1
-3
/
+0
*
Change #include "DEFS.h" to <machine/asm.h>.
peter
2001-10-25
1
-1
/
+1
*
Add __FBSDID.
asmodai
2001-10-24
1
-3
/
+5
*
Make this Makefile suitable for sparc64.
robert
2001-10-15
1
-2
/
+5
*
Define the types iaddr_t and saddr_t for sparc64.
robert
2001-10-15
1
-0
/
+4
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-3
/
+3
*
mdoc(7) police: markup nits.
ru
2001-10-01
1
-9
/
+13
*
Add __FBSDID()s to libstand
dillon
2001-09-30
53
-49
/
+161
*
Add support for loading bzip2-compressed filesystems. Among other things
sobomax
2001-09-18
7
-5
/
+371
*
Remove bogus implementation of _setjmp/_longjmp
dfr
2001-09-03
1
-140
/
+0
*
Check for malloc failure in a couple of cases
kris
2001-09-03
2
-0
/
+8
*
Fix a bug in lseek which caused the loader to fail on some gzipped
jdp
2001-08-29
1
-0
/
+31
*
Bail if we go beyond the directory size, not just if we hit it.
gallatin
2001-08-23
1
-1
/
+1
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
1
-2
/
+6
*
Spell "FreeBSD" with "F" and "BSD" in uppercase.
ru
2001-08-13
1
-1
/
+1
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
2
-4
/
+0
*
Make include file consistent with the rest of libstand.
mp
2001-07-31
1
-1
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-25
/
+25
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Reset errno so that subsequent TFTP requests don't fail after the
mikeh
2001-06-30
1
-0
/
+2
*
Correct the returned UDP datagram length. See the PR for a more comprehensive
msmith
2001-05-28
1
-1
/
+2
*
The shortest valid TFTP packet is 4 bytes, not 8.
msmith
2001-05-28
1
-1
/
+1
*
Replace functional bugs of ctypish functions in libstand with style
dcs
2001-05-14
1
-7
/
+35
[next]