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
...
*
The .Fn function
charnier
2003-03-24
1
-5
/
+10
*
Fix a machine check abort caused by the EFI loader trying to open a
marcel
2003-03-03
2
-2
/
+4
*
The zalloc pool's size calculation breaks if sbrk() does not return
dillon
2002-12-19
1
-3
/
+3
*
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
jake
2002-12-19
5
-330
/
+6
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-14
/
+14
*
Capitalize ASCII code names.
ru
2002-12-05
1
-2
/
+5
*
Update the second copy of libstand to deal with the new ufs2 superblock
jake
2002-12-03
1
-1
/
+1
*
Add the libz derived files, added in the previous commit, to
marcel
2002-10-19
1
-0
/
+2
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-1
/
+2
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-2
/
+2
*
Fix a typo in #if 0 code
scottl
2002-08-21
1
-1
/
+1
*
Stash various networking paramters in the environment for the kernel
jake
2002-07-31
1
-1
/
+15
*
Reimplement malloc/free debugging that includes the offending file:line
peter
2002-07-20
5
-40
/
+73
*
Add __printflike() to printf() and sprintf() prototypes. -ffreestanding
peter
2002-07-20
1
-2
/
+2
*
Add a hack (kludge?) to avoid trying to access files backed by disk
jake
2002-07-07
2
-0
/
+8
*
Ficl wants _setjmp and _longjmp. No need for weak symbols either.
jake
2002-07-07
1
-6
/
+4
*
To avoid anybody else getting caught out, these two files are really
peter
2002-06-29
2
-278
/
+0
*
Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:
peter
2002-06-29
1
-1
/
+13
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-95
/
+90
*
Correct bswap64() prototype.
sobomax
2002-06-03
1
-1
/
+1
*
Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).
schweikh
2002-06-02
1
-4
/
+4
*
Use an explicitly-sized type instead of daddr_t for on-disk block
iedowse
2002-05-19
1
-2
/
+2
*
UFS indirect blocks are size u_int32_t, not daddr_t
phk
2002-05-18
1
-2
/
+2
*
Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.
phk
2002-05-13
1
-0
/
+48
*
#include <sys/disklabel.h> to get BBSIZE.
phk
2002-05-12
1
-0
/
+1
*
Added new bsd.incs.mk which handles installing of header files
ru
2002-05-12
1
-4
/
+1
*
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
[prev]
[next]