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
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
6
-20
/
+25
*
-Wall and minor style(9) cleanups.
deischen
1999-12-28
21
-46
/
+42
*
Change stack allocation algorithm to make better use of memory
deischen
1999-12-28
6
-66
/
+60
*
Don't wakeup threads when there is a process signal and no installed
deischen
1999-12-28
3
-69
/
+111
*
Typo cops.
hoek
1999-12-28
1
-1
/
+1
*
Add history: The reallocf() function first appeared in FreeBSD-3.0.
hoek
1999-12-28
1
-0
/
+5
*
Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.
hoek
1999-12-28
1
-1
/
+2
*
Avoid the potentially confusing term "a null pointer" and say "the NULL
hoek
1999-12-28
2
-3
/
+3
*
Add .Xrefs to tolower.3 and toupper.3, respectively.
hoek
1999-12-28
2
-0
/
+2
*
Use the ctype.h version of isascii() - it doesn't loose precision and think
peter
1999-12-28
1
-1
/
+1
*
Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns
rwatson
1999-12-28
1
-3
/
+4
*
Small bug fix and improvements
shin
1999-12-28
1
-0
/
+7
*
Upgrade to the pam_ssh module, version 1.1..
green
1999-12-28
1
-12
/
+173
*
Work around an assert failure in the dynamic linker's default thread
jdp
1999-12-28
1
-0
/
+4
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
8
-4
/
+3657
*
Tidy up some loose ends. nullfs_read/write were returning the wrong value.
peter
1999-12-27
3
-5
/
+7
*
Make this compile with -Wall -Werror
peter
1999-12-27
1
-1
/
+2
*
Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling
peter
1999-12-27
11
-129
/
+60
*
Add a new function dllockinit() for registering thread locking
jdp
1999-12-27
3
-1
/
+124
*
Creating weak symbols doesn't work correctly when building an aout libc.
jasone
1999-12-24
4
-16
/
+8
*
Fixed missing #include in synopsis.
bde
1999-12-23
2
-1
/
+3
*
Fixed a formatting error in the prototype for crypt().
bde
1999-12-23
1
-2
/
+2
*
Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"
bde
1999-12-23
2
-2
/
+2
*
Fixed wrong #include in synopsis.
bde
1999-12-23
1
-2
/
+2
*
Fixed missing `const' in synopsis.
bde
1999-12-23
1
-1
/
+1
*
Fixed missing includes in synopsis.
bde
1999-12-23
1
-0
/
+2
*
Fixed missing installation of a link to ctermid_r.3.
bde
1999-12-23
1
-0
/
+1
*
Fixed wrong prototype and missing include for strsignal(3). strsignal()
bde
1999-12-23
1
-2
/
+3
*
Fixed missing installation of a link to getlogin_r.3. This is the first
bde
1999-12-23
1
-0
/
+1
*
Fixed missing installation of a link to rand_r.3.
bde
1999-12-23
1
-1
/
+1
*
Fix the fixfsfile() so that it works for both block and character devices
peter
1999-12-23
1
-1
/
+7
*
Just on the off-chance that somebody might use libdisk in a totally
phk
1999-12-22
1
-5
/
+11
*
Document the current behaviour with respect to the handling of errno.
sheldonh
1999-12-22
1
-1
/
+8
*
Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting
bde
1999-12-22
1
-2
/
+3
*
Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from
bde
1999-12-22
2
-270
/
+0
*
Fix a typo which I cannot believe I missed after rereading this text
asmodai
1999-12-21
1
-1
/
+1
*
Properly manify this manpage.
asmodai
1999-12-21
1
-5
/
+5
*
Fix a bug where a pointer would be one character too far after putting
roberto
1999-12-21
4
-4
/
+4
*
What was I smoking? Use the proper form of the library names.
obrien
1999-12-21
1
-5
/
+3
*
Manual page style work.
julian
1999-12-21
1
-16
/
+37
*
Forgot a library.
obrien
1999-12-20
1
-4
/
+5
*
Add needed 3.x libraries from 3.4-RELEASE.
obrien
1999-12-20
11
-1
/
+16534
*
Make sure curses.h is generated when making build-tools make_keys
marcel
1999-12-20
2
-4
/
+4
*
Rewriting of flags_to_string() and string_to_flags() to use an array.
roberto
1999-12-19
4
-344
/
+244
*
This commit was generated by cvs2svn to compensate for changes in r54820,
peter
1999-12-19
2
-0
/
+383
|
\
|
*
Import fparseln(3) from NetBSD. It's used for easily dealing with \
peter
1999-12-19
2
-0
/
+383
*
|
Initialize a var to quiet -Wall.
obrien
1999-12-18
1
-1
/
+1
*
|
Switch over to the OpenBSD fts.c, fixing lots of things.
green
1999-12-18
2
-142
/
+250
*
|
Fix some minor POSIX/SUSv2 compliance nits.
jasone
1999-12-18
6
-21
/
+15
*
|
Make a dlopen failure consistant with dlsym(). "Shouldn't happen."
peter
1999-12-17
2
-2
/
+6
[next]