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
*
Add back ia64 support that was removed in the last few revisions.
peter
2002-10-27
4
-1
/
+31
*
query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.
ume
2002-10-26
1
-1
/
+7
*
Add & hookup manpage for pthread_attr_get_np(3).
phantom
2002-10-26
2
-0
/
+96
*
Hook uthread_attr_get_np.c to build
phantom
2002-10-26
1
-0
/
+1
*
Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads
phantom
2002-10-26
1
-0
/
+50
*
Be more agresive on arguments' checking.
phantom
2002-10-26
1
-1
/
+4
*
- scopeid is u_int32_t
ume
2002-10-25
1
-14
/
+21
*
- kill strcpy
ume
2002-10-25
1
-67
/
+56
*
Use an internal buffer for the result when the first argument is NULL.
tjr
2002-10-25
1
-0
/
+4
*
The ORIENTLOCK macro is no longer needed since all functions use
tjr
2002-10-25
1
-7
/
+0
*
The FTP connection caching needs a better interface -- connections are
njl
2002-10-25
1
-0
/
+4
*
#ifdef out assignToPartition on non x86 arches to unbreak the world
gallatin
2002-10-24
1
-0
/
+2
*
Restored sigaction's name in its prototype.
bde
2002-10-24
1
-1
/
+1
*
* Modernize aio(4), providing instructions for static and dynamic kernel
sheldonh
2002-10-24
7
-147
/
+8
*
Add cross-references to the aio(4) manual page.
des
2002-10-24
6
-0
/
+6
*
Replace wcsstr() with an implementation based on strstr(), which is far
tjr
2002-10-24
1
-38
/
+32
*
Restore Berkeley SCCS id.
tjr
2002-10-24
1
-1
/
+5
*
Remove the Standards section again until we get these functions sorted
tjr
2002-10-24
1
-8
/
+0
*
Place mac_prepare() with the other mac_prepare*() functions.
chris
2002-10-24
1
-10
/
+10
*
mac_free() no longer accepts a void * parameter; only mac_t's are supposed
chris
2002-10-24
1
-9
/
+20
*
Remove superfluous empty "FILES" section.
chris
2002-10-23
1
-1
/
+0
*
Remove hard sentence breaks.
chris
2002-10-23
1
-11
/
+19
*
More lobotomy:
phk
2002-10-23
8
-111
/
+6
*
Remove another 10 mindless #ifdefs.
phk
2002-10-23
1
-59
/
+45
*
Rely on sysctl kern.disks to be there, and get rid of one of the far too
phk
2002-10-23
1
-69
/
+36
*
Remove unnecessary ioctls tickling kernel side to realize that we fiddled
phk
2002-10-23
7
-55
/
+3
*
Untangle #ifdefs in the write-end of things by giving each arch its
phk
2002-10-23
11
-322
/
+968
*
Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().
phk
2002-10-23
1
-42
/
+41
*
Remove duplicate declaration.
markm
2002-10-23
1
-1
/
+0
*
Make the first argument of getbsize a size_t* instead of an int*, as this is ...
markm
2002-10-23
2
-3
/
+4
*
- The GEOM system does not work on pc98.
nyan
2002-10-23
1
-0
/
+4
*
Fix the NetBSD RCS id's on these files; somehow they were initially
tjr
2002-10-23
2
-2
/
+2
*
Reimplement more efficiently, using a single forward scan (like strrchr(3))
tjr
2002-10-23
1
-22
/
+12
*
Reimplement, handling the case where c == L'\0' correctly and fixing
tjr
2002-10-23
1
-21
/
+7
*
Add the new extra argument also in the alpha case.
phk
2002-10-23
1
-1
/
+1
*
query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.
ume
2002-10-23
1
-51
/
+77
*
Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.
tjr
2002-10-23
1
-1
/
+17
*
Translate to English.
des
2002-10-23
1
-13
/
+18
*
Replace this wcsncpy() implementation with one based on strncpy.c to fix
tjr
2002-10-23
1
-26
/
+32
*
If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see
rwatson
2002-10-23
1
-0
/
+27
*
Use an error message closer to old dumpfs(8) in the case of truncated/no
jmallett
2002-10-22
1
-1
/
+1
*
Add the concept of a per-disk error string, and a function which prints it
jmallett
2002-10-22
6
-1
/
+78
*
remove unused __sys_sigaltstack() declaration
fjoe
2002-10-22
1
-1
/
+0
*
Explain to users that they may want to kldload aio.
alfred
2002-10-22
7
-22
/
+175
*
No longer needed.
phk
2002-10-22
1
-18
/
+0
*
Rename the libc signal trampoline to __sigtramp to match netbsd. This
jake
2002-10-22
2
-4
/
+4
*
Remove the last traces of bogus MAKEDEV functionality.
phk
2002-10-22
2
-24
/
+0
*
Reflect MAC kernel/user API changes into the libc MAC implementation.
rwatson
2002-10-22
7
-247
/
+398
*
Live with it: I had hoped to find a neat way to deal with all the magic
phk
2002-10-22
1
-2
/
+9
*
Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions
phk
2002-10-22
5
-56
/
+3
[next]