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
...
*
Make setjmp work our way, as opposed to NetBSD's.
benno
2000-11-10
1
-3
/
+1
*
Don't always enable debugging for the network device code.
benno
2000-11-10
1
-2
/
+0
*
Honor the ip address given in the root-path dhcp option.
ps
2000-11-05
1
-5
/
+1
*
Inital PowerPC loader build support.
obrien
2000-10-10
2
-1
/
+8
*
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
obrien
2000-10-10
1
-3
/
+2
*
Architecture-specific setjump()/longjmp() bits for the PowerPC
obrien
2000-10-10
1
-0
/
+39
*
IN_CLASS*() macros assume host order and s_addr is network byte
ps
2000-09-20
1
-2
/
+2
*
Turn dkcksum() into an __inline function.
phk
2000-09-16
1
-1
/
+0
*
Backout last commit. It was wrong.. *sigh*
ps
2000-09-10
1
-1
/
+0
*
include string.h to silence a warning.
ps
2000-09-10
1
-0
/
+1
*
Expose the NFS root node, so that an evil consumer can use it to get the
msmith
2000-09-05
1
-1
/
+1
*
Implement readahead buffering for non-raw files. This drastically improves
msmith
2000-09-05
5
-73
/
+132
*
Make libstand compile
peter
2000-09-03
2
-2
/
+4
*
Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We
peter
2000-08-11
1
-0
/
+4
*
Add support to send the string 'PXEClient' as the Vendor class
ps
2000-08-11
3
-4
/
+32
*
Cleanup warnings by adding missint prototypes, removing unneeded duplicate
jhb
2000-08-03
4
-12
/
+20
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+5
*
Fix the real problem that broke the Alpha loader this last week. It
peter
2000-05-12
1
-2
/
+3
*
We compile expressly on the alpha with -mno-fp-regs - so do not use them
peter
2000-05-12
1
-0
/
+4
*
Fix comment.
ps
2000-05-06
1
-1
/
+1
*
Add readdir support to the NFS filesystem in libstand.
ps
2000-05-01
2
-1
/
+82
*
Do not attempt to free a nfs node if it is the root node. The root
ps
2000-05-01
1
-2
/
+3
*
Add a readdir function to the loader fsops vector, and implement the
jlemon
2000-04-29
12
-154
/
+249
*
Add ext2fs support to the loader.
jlemon
2000-04-29
1
-0
/
+903
*
Add a cleanup function. This is needed for PXE where you should
ps
2000-04-20
1
-0
/
+1
*
Break out sendudp and readudp from net.c. This is for PXE, so it
ps
2000-04-08
4
-215
/
+276
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-02
1
-2
/
+4
*
trailing white space removal.
obrien
2000-01-18
1
-16
/
+14
*
Add two new functions cd9660_readfile() & cd9660_readdir(), which
obrien
2000-01-18
1
-110
/
+175
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Use the ctype.h version of isascii() - it doesn't loose precision and think
peter
1999-12-28
1
-1
/
+1
*
Tidy up some loose ends. nullfs_read/write were returning the wrong value.
peter
1999-12-27
3
-5
/
+7
*
longjumperror() and abort() don't exist in libstand.. Don't test
peter
1999-11-24
1
-8
/
+1
*
Change toupper/tolower so that they don't give a bogus answer if the
dfr
1999-09-11
1
-2
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
20
-21
/
+21
*
More egcs warning fixes:
imp
1999-04-25
2
-3
/
+5
*
Don't build with -g. The a.out egcs can't handle it at the moment.
jdp
1999-04-22
1
-2
/
+2
*
Remove float-point dependency from i386's version of setjmp()/longjmp().
dcs
1999-02-12
1
-5
/
+2
*
Copy _setjmp.S from libc in preparation for loader-specific version.
dcs
1999-02-12
3
-2
/
+209
*
Oops. Missed this in the last commit.
jkh
1999-02-01
1
-3
/
+1
*
POSIX introduced optreset to deal with multiple invocations
msmith
1999-01-11
1
-2
/
+2
*
Remove stray .endif from previous commit (I hope this is right)
peter
1998-11-04
1
-2
/
+1
*
Don't need this one anymore.
msmith
1998-11-04
1
-81
/
+0
*
Well I never. Seems like _setjmp()/_longjmp() are just what the doctor
msmith
1998-11-04
3
-8
/
+16
*
Improve the quality of isspace() to match expectations. This should make
msmith
1998-11-04
1
-2
/
+2
*
Don't try to build (nonexistent) Alpha setjmp until we have one.
msmith
1998-11-04
1
-1
/
+3
*
Move setjmp/longjmp implementations here from libc; no signal handling
msmith
1998-11-04
4
-4
/
+504
*
Add:
msmith
1998-11-01
5
-10
/
+73
*
Add a new field to the devsw structure; dv_print, to print all valid units
msmith
1998-10-31
3
-2
/
+19
[prev]
[next]