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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,
bms
2003-11-14
1
-0
/
+9
*
Add the pthread_atfork() prototype.
deischen
2003-11-04
1
-0
/
+2
*
Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic
phk
2003-10-30
1
-0
/
+1
*
*blush*. stdhash.h != strhash.h
peter
2003-10-29
1
-1
/
+1
*
Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly
peter
2003-10-28
1
-64
/
+0
*
Argh. Forward declare some structs rather than increase include file
peter
2003-10-26
1
-0
/
+2
*
Prototype yp_maplist()
peter
2003-10-26
1
-0
/
+1
*
style.
ume
2003-10-24
1
-1
/
+1
*
oops, EAI_NONAME is not EAINONAME.
ume
2003-10-24
1
-1
/
+1
*
workaround to have backward compatibility for EAI_NODATA.
ume
2003-10-23
1
-0
/
+1
*
oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.
ume
2003-10-23
1
-0
/
+6
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-0
/
+2
*
Add code to support pthread spin lock.
davidxu
2003-09-09
1
-0
/
+7
*
Add small piece of code to support pthread_rwlock_timedrdlock and
davidxu
2003-09-06
1
-0
/
+4
*
Add code to support barrier synchronous object and implement
davidxu
2003-09-04
1
-0
/
+16
*
Add a new machine independent varargs.h and use it as a central place
kan
2003-09-01
2
-3
/
+46
*
Update gethostname() prototype to match source and standard.
wollman
2003-08-19
1
-1
/
+1
*
Make C++ safe
imp
2003-07-14
1
-0
/
+4
*
Don't be so chatty about osreldate.h creation steps when make(1)
ru
2003-07-04
1
-1
/
+1
*
Fixed namespace pollution and unsorting of the 1003.1-1990 list in
bde
2003-07-01
1
-1
/
+1
*
Add /rescue bits. This basically encompasses all of bin and sbin along
gordon
2003-06-29
1
-0
/
+35
*
Move path definitions to include/paths.h. This makes it easier to override
gordon
2003-06-29
1
-0
/
+3
*
Convert fsck and mount to using execvP to find fsck_foo and mount_foo.
gordon
2003-06-29
1
-0
/
+3
*
Add a libc function execvP that takes the search path as an arguement.
gordon
2003-06-29
1
-0
/
+1
*
enable installation of sys/net80211
sam
2003-06-28
1
-2
/
+2
*
Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)
phantom
2003-06-25
2
-2
/
+1
*
back out install of net80211 include files until I can remove the old code
sam
2003-06-25
1
-2
/
+2
*
Push the alloca #error warning farther down to play nicer with some out of
obrien
2003-06-25
1
-2
/
+0
*
Fix a mismerge.
obrien
2003-06-25
1
-1
/
+1
*
Don't blindly provide alloca() for all compilers -- it is too implementation
obrien
2003-06-25
1
-4
/
+5
*
install new 802.11 headers
sam
2003-06-25
1
-2
/
+2
*
Install the include file for the netgraph ATM node.
harti
2003-06-25
1
-2
/
+3
*
Bring back IPFilter headers to /usr/include, now that SHARED=symlinks
ru
2003-06-23
1
-2
/
+10
*
Remove argument names from a function declaration.
dwmalone
2003-06-22
1
-1
/
+1
*
Remove _PATH_DEVDB
phk
2003-06-20
1
-1
/
+0
*
Add devname_r(3) which takes a buffer as argument.
phk
2003-06-20
1
-0
/
+1
*
Use __builtin_alloca() on compilers that have it. Keep the prototype for
des
2003-06-15
1
-1
/
+17
*
Replace the old SCM_CREDS cred procedures. They can now be
mbr
2003-06-15
1
-5
/
+0
*
Finish the repocopy of bitstring.h to sys so it can be used
phk
2003-06-13
1
-122
/
+7
*
This is a driver for the physical layer chips used in ATM interfaces.
harti
2003-06-12
1
-1
/
+1
*
Centralize _PATH_* definitions.
obrien
2003-05-05
1
-0
/
+4
*
Install symlinks to individual headers instead of symlinks to directories
bde
2003-05-05
1
-39
/
+67
*
Use __FBSDID vs. rcsid[].
obrien
2003-05-04
21
-57
/
+41
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Add definitions for WCHAR_MIN and WCHAR_MAX.
kan
2003-04-28
1
-0
/
+6
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
1
-0
/
+2
*
Revert the definitions of _PW_KEY* to their previous values. There is
nectar
2003-04-18
1
-8
/
+27
*
= Implement thread-safe versions of the getpwent(3) and getgrent(3)
nectar
2003-04-17
2
-12
/
+35
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
3
-14
/
+133
*
Dynamic object dependency mapping: libmap.
mdodd
2003-04-07
1
-0
/
+1
[next]