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
*
Sanity check fd before using it as an array index.
netchild
2003-06-09
1
-1
/
+2
*
Remove stale reference to the deprecated USER_LDT option. The associated
jhb
2003-06-09
1
-4
/
+0
*
Commit rudimentary libufs manual pages, except for that for
jmallett
2003-06-09
7
-0
/
+560
*
Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do
jmallett
2003-06-09
2
-43
/
+0
*
Reduce diffs with code in Perforce:
jmallett
2003-06-09
5
-34
/
+34
*
Correct a typo.
ceri
2003-06-08
1
-1
/
+1
*
After selecting a thread to handle a signal and taking
deischen
2003-06-08
2
-6
/
+16
*
Insert threads at the end of the free thread list so that
deischen
2003-06-08
2
-2
/
+2
*
Provide a reference to __sys_write. The implementation uses this when
deischen
2003-06-08
2
-0
/
+6
*
The .Fn function
charnier
2003-06-08
13
-35
/
+70
*
The .Fn function
charnier
2003-06-08
2
-34
/
+67
*
The .Fn function
charnier
2003-06-08
1
-2
/
+5
*
Add section number with .Xr. .Xr -> .Vt changes.
charnier
2003-06-08
1
-4
/
+4
*
The .Fn function
charnier
2003-06-08
2
-6
/
+12
*
.Xr p1003_1b moved to .St -p1003.1b-93
charnier
2003-06-08
2
-6
/
+6
*
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
charnier
2003-06-08
1
-1
/
+1
*
Add or correct section number in .Xr. Use .Vt or .Fn
charnier
2003-06-08
8
-13
/
+13
*
The .Fn function
charnier
2003-06-08
1
-4
/
+6
*
Don't force -L/usr/lib. This is incorrect because we should not be
imp
2003-06-08
2
-2
/
+2
*
Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()
scottl
2003-06-07
1
-1
/
+4
*
Use
kuriyama
2003-06-06
8
-8
/
+8
*
Recognize the magic NODEV value.
phk
2003-06-05
1
-3
/
+3
*
Rename local variables to not mask global names of same name. This
markm
2003-06-05
3
-28
/
+29
*
Make this compile without warnings on 64-bit architectures:
marcel
2003-06-04
1
-6
/
+7
*
Make this compile without warnings on 64-bit architectures:
marcel
2003-06-04
1
-1
/
+1
*
Drop stale MAINTAINER bit.
markm
2003-06-04
1
-2
/
+0
*
Only init _thread_sigact once, needn't init it again after a fork().
davidxu
2003-06-04
2
-62
/
+62
*
Despite whether threaded mode is turned on, always save thread's
davidxu
2003-06-04
2
-8
/
+12
*
Removed garbage:
bde
2003-06-04
1
-3
/
+1
*
Make C applications statically compiled with libthr work. Previously,
mtm
2003-06-04
1
-0
/
+6
*
If the library is not able to create a thread because resources
mtm
2003-06-04
1
-0
/
+4
*
Document the new explicit listing API for extended attributes; note
rwatson
2003-06-04
1
-6
/
+32
*
KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.
davidxu
2003-06-04
4
-14
/
+0
*
Document that kldload(2) can also return EEXIST.
hmp
2003-06-03
1
-0
/
+4
*
Teach recent changes in the umtx structure in the kernel to the libthr
mtm
2003-06-03
1
-1
/
+1
*
Free memory of internal low level lock when mutex and condition variable
davidxu
2003-06-03
4
-0
/
+18
*
Cosmetic; record offsets used within jmpbuf
peter
2003-06-02
3
-30
/
+30
*
Update for amd64 after repocopy from i386/
peter
2003-06-02
1
-2
/
+1
*
Port libc_r to amd64, and turn it back on for amd64. It passes all of
peter
2003-06-02
2
-1
/
+20
*
Fix sigsetjmp(). It helps if we do not try to save the old signal mask
peter
2003-06-02
1
-0
/
+1
*
Tidy the code up a fraction. Re-release with a 2-clause BSD license
markm
2003-06-02
1
-19
/
+33
*
Add a new hash type. This "NT-hash" is compatible with the password
markm
2003-06-02
5
-11
/
+123
*
Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
mtm
2003-06-02
1
-8
/
+8
*
Consolidate static_init() and static_init_private into one function.
mtm
2003-06-02
1
-17
/
+11
*
.S comments must be C comments, not ASM ones.
obrien
2003-06-02
1
-1
/
+1
*
Use C99 compatible ASM statements.
obrien
2003-06-02
2
-3
/
+3
*
Revert accidental change: don't change the thread library for testing to
rwatson
2003-06-02
1
-1
/
+1
*
o Fix a cut-n-paste bug. We were clobbering rp with gp...
marcel
2003-06-02
1
-2
/
+2
*
A new API function PacketAliasRedirectDynamic() can be used
ru
2003-06-01
3
-1
/
+36
*
Include string.h for memset().
rwatson
2003-06-01
2
-1
/
+2
[next]