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
*
Fix problem where initgroups would silently truncate groups with
dds
2003-11-19
1
-2
/
+7
*
Documented missing EINVAL errno value
dds
2003-11-19
1
-0
/
+6
*
Install the user trap handlers that libc provides from a constructor, so
jake
2003-11-18
1
-0
/
+2
*
Staticize label_default_head to prevent it from leaking out of mac.c.
rwatson
2003-11-17
1
-1
/
+1
*
Declare crc32 static. There's a copy in libz that conflicts for the
marcel
2003-11-17
1
-1
/
+1
*
Baby steps. Set WARNS=1 for libc.
nectar
2003-11-17
1
-0
/
+1
*
Detect range errors when using the %s specifier. Previously, LONG_MAX
nectar
2003-11-17
1
-3
/
+10
*
Update mac_set.3 to account for new behavior of mac_set_fd() in the
rwatson
2003-11-16
1
-5
/
+7
*
Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET and
rwatson
2003-11-16
2
-26
/
+43
*
Back out last change and go back to using KSE locks instead of thread
deischen
2003-11-16
2
-32
/
+34
*
Memory allocated by mac_to_text() must be freed using free(3) not
rwatson
2003-11-16
1
-2
/
+15
*
Resync. struct statfs and flag definitions with sys/mount.h.
tjr
2003-11-16
1
-22
/
+57
*
Replace all uses of the old netgraph constants NG_*LEN by the new
harti
2003-11-15
3
-55
/
+55
*
Remove debugging printf that crept into the last commit.
rwatson
2003-11-15
1
-1
/
+0
*
/etc/mac.conf is implicitly read and parsed when the MAC configuration
rwatson
2003-11-15
1
-20
/
+6
*
Update cross references after utf2/euc move.
tjr
2003-11-15
10
-18
/
+18
*
Remove section 4 versions of these manual pages, they have been
tjr
2003-11-15
2
-232
/
+0
*
Install the section 5 versions of EUC and UTF2 manual pages instead of
tjr
2003-11-15
1
-2
/
+1
*
Update the EUC and UTF2 manual pages for their new home in section 5.
tjr
2003-11-15
2
-2
/
+2
*
Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,
bms
2003-11-14
3
-2
/
+322
*
u_int8_t cannot carry a number greater than 255.
ume
2003-11-14
1
-3
/
+1
*
Use the new defines that include the trailing '\0' in the code.
harti
2003-11-14
4
-21
/
+27
*
- Add documentation for EBUSY.
alc
2003-11-14
1
-2
/
+4
*
- Use the magic for ___sigreturn in __sigset.
jeff
2003-11-14
1
-3
/
+11
*
Add an empty definition of the MIBS variable so that the makefile does
harti
2003-11-13
1
-0
/
+1
*
Fix on sparc64.
sobomax
2003-11-12
1
-1
/
+1
*
Bump the major version on libtuil. libutil now relies on the mac_*
rwatson
2003-11-12
1
-1
/
+1
*
Add a new configuration variable - nas_ipaddr, which if set allows to
sobomax
2003-11-12
2
-8
/
+47
*
The partition naming on ia64 (e.g. da0p1) cannot be selected based
marcel
2003-11-12
1
-0
/
+4
*
The snmp_netgraph module depends on libnetgraph. So add a dependency and
harti
2003-11-12
2
-3
/
+7
*
Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake
tjr
2003-11-12
1
-1
/
+30
*
- Markup fix-ups (add .Dq, and some hard line breaks at the end
kensmith
2003-11-11
1
-4
/
+10
*
- Add a note about how jail(2) effects the securelevel.
kensmith
2003-11-11
1
-0
/
+6
*
Add information about the EVFILT_NETDEV filter
brueffer
2003-11-11
1
-0
/
+24
*
Fix a typo that caused mbrtowc() to always return 0.
tjr
2003-11-11
1
-1
/
+1
*
Add a section documenting the sysctl(8) tunables that influence the
jkoshy
2003-11-11
1
-2
/
+15
*
Improve the performance of radixsort() when
kientzle
2003-11-11
1
-0
/
+11
*
Have utrace(2) return ENOMEM if malloc() fails. Document this error
jkoshy
2003-11-11
1
-4
/
+6
*
Fix few typos
emax
2003-11-11
1
-1
/
+1
*
Remove ',' accidentally added after ".Xr fork 2".
ghelmer
2003-11-10
1
-1
/
+1
*
Prevent abnormal termination of a child daemon process when created
ghelmer
2003-11-10
2
-3
/
+35
*
Fix the build by adjusting the include directives. The problem was
harti
2003-11-10
2
-4
/
+6
*
Link libbsnmp to the build.
harti
2003-11-10
1
-1
/
+1
*
Add build infrastructure for libbsnmp and the modules. Add the
harti
2003-11-10
20
-0
/
+3216
*
Document EINVAL for len == 0.
des
2003-11-10
1
-1
/
+1
*
Document KTR_DROP.
jkoshy
2003-11-10
1
-0
/
+9
*
If a thread in critical region got a synchronous signal, according current
davidxu
2003-11-09
2
-0
/
+4
*
Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.
davidxu
2003-11-08
2
-34
/
+32
*
Virtual addresses in headers of ELF files for dynamic objects need
marcel
2003-11-08
1
-6
/
+9
*
Add one more cross-reference to gb2312(5).
tjr
2003-11-08
1
-0
/
+1
[next]