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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup. Make it compile on alpha.
dima
1998-11-10
1
-17
/
+0
*
Fix a .Nm -> .Fn fix that was missed in the previous commit.
jkoshy
1998-11-09
1
-1
/
+1
*
fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.
des
1998-11-07
1
-2
/
+2
*
Second of a series of cleanups to libfetch.
des
1998-11-06
12
-231
/
+569
*
Don't call pthread_mutex_lock with _SPINLOCK held.
dt
1998-11-06
3
-63
/
+90
*
Added info about non-blocking support.
dg
1998-11-06
1
-1
/
+15
*
Update manual page to reflect changes in rev 1.12 of
jkoshy
1998-11-06
1
-3
/
+6
*
First of a series of cleanups to libfetch. Changed files, in
des
1998-11-05
9
-153
/
+260
*
Added a manual page for sendfile(2).
dg
1998-11-05
2
-2
/
+139
*
Remove stray .endif from previous commit (I hope this is right)
peter
1998-11-04
1
-2
/
+1
*
Include mergesort() in description of errors.
rnordier
1998-11-04
1
-1
/
+3
*
Drop unused labels.
rnordier
1998-11-04
1
-2
/
+2
*
Handle a zero elements argument.
rnordier
1998-11-04
1
-0
/
+3
*
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
*
A feeble attempt at kld compatability. The mount_* programs assume that
peter
1998-11-03
1
-1
/
+10
*
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
*
Typo.
jmz
1998-10-30
1
-1
/
+1
*
Prevent buffer overflow in getpwnam()
msmith
1998-10-29
1
-2
/
+2
*
Clarify processing of the string argument by psignal().
rnordier
1998-10-29
1
-1
/
+3
*
(Whoops: make it better instead of worse this time). Clarify
rnordier
1998-10-29
1
-1
/
+1
*
Clarify processing of the string argument by perror().
rnordier
1998-10-29
1
-8
/
+5
*
Check for a zero-length as well as a NULL string argument.
rnordier
1998-10-29
1
-1
/
+1
*
The man page implies that the string argument to psignal() may be
rnordier
1998-10-29
1
-4
/
+2
*
Handle ELF symbols better. This fixes "vmstat -i" for the case
jdp
1998-10-28
1
-59
/
+77
*
Fixes for handling 'wfd' (and any other disk with a non-2-character name)
msmith
1998-10-27
2
-9
/
+9
*
(`'): and (`'); -> (`:') and (`;')
fenner
1998-10-26
1
-2
/
+2
*
Bogon I somehow inserted between compiling and commiting...
obrien
1998-10-26
1
-1
/
+1
*
Quiet many compiler warnings. Still fails -Wconversion in one case.
obrien
1998-10-26
6
-23
/
+27
*
Slight style police.
obrien
1998-10-25
1
-3
/
+13
*
fix unsigned overflow
ache
1998-10-25
1
-5
/
+7
*
Fix types.
dima
1998-10-21
1
-19
/
+19
*
Revert last change. mkstemp() wasn't to blame, it's nvi. However,
peter
1998-10-20
1
-21
/
+5
*
Stop mk*temp() from being pathologically stupid in the face of a umask(0);
peter
1998-10-20
1
-5
/
+21
*
Since vfork() was changed to fork(), we have to pass errno back from the
des
1998-10-20
1
-3
/
+6
*
Implement a hook to allow us to reclaim the memory used by the first stage
dfr
1998-10-19
2
-2
/
+14
*
To clarify last commit, msmith says:
obrien
1998-10-17
1
-1
/
+1
*
Reduce the sbrk() increment from 64K to 4K. There's not much room on the
msmith
1998-10-16
1
-2
/
+2
*
Fix style issues in execl(), and make execle() vfork()-safe.
des
1998-10-15
1
-13
/
+23
*
Conform to POSIX and close any copies of popen() descriptors inherited by a
msmith
1998-10-15
1
-0
/
+4
*
Fix a couple of potential buffer overrun cases.
ken
1998-10-14
1
-4
/
+8
*
Correct braino in previous commit. I get the pointy hat again.
des
1998-10-14
1
-3
/
+4
*
Make execl() vfork()-safe. This should fix potential bugs in rcp,
des
1998-10-14
1
-8
/
+20
*
correct prototype.
jkh
1998-10-14
1
-2
/
+2
*
Add man pages for many of the functions in the CAM library. This covers
ken
1998-10-14
3
-33
/
+983
*
Updated library order and comments about it. This fixes libm not
bde
1998-10-13
1
-6
/
+10
[next]