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
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to
dillon
1999-12-12
2
-0
/
+56
*
While comparing this with OpenBSD (ie: trying to figure out what mkstemps()
peter
1999-12-11
1
-2
/
+2
*
Remove discussion of %C in the BUGS section. The limitations on valid
sheldonh
1999-12-09
1
-4
/
+0
*
Prevent digit-gobbling for all but %l and %e, which can't be fixed.
sheldonh
1999-12-08
2
-12
/
+85
*
Accept 12 for %l, because it's logical to expect "%l:%M" to work for
sheldonh
1999-12-08
1
-1
/
+1
*
Add a cross-reference to fabs(3) man page.
chris
1999-12-07
1
-0
/
+1
*
Add reference to netgraph(4) in the 'see also' section.
archie
1999-12-06
1
-0
/
+1
*
Fix buffer overflows.
kris
1999-12-05
1
-2
/
+2
*
Add RLIMIT_SBSIZE here, too.
green
1999-12-03
1
-0
/
+4
*
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in
sheldonh
1999-12-02
1
-1
/
+8
*
Separate some common sysctl code into sysctl_find_oid() and calling
green
1999-12-01
1
-0
/
+4
*
%Ex -> %Ef to not conflict with POSIX
ache
1999-11-30
5
-13
/
+53
*
Document %Ex and %OB
ache
1999-11-30
1
-2
/
+4
*
Stricter checking %A vs %a
ache
1999-11-30
1
-11
/
+13
*
Fix %C handling
ache
1999-11-30
1
-14
/
+52
*
Add %Ex extension to determine "%e %b" or "%b %e" order
ache
1999-11-30
3
-8
/
+22
*
style fixes, remove extra braces.
alfred
1999-11-29
1
-17
/
+20
*
Provide a man page for Alfreds lovely readdir_r function. Also
wes
1999-11-29
2
-5
/
+27
*
Provide and document ctermid_r function.
wes
1999-11-28
2
-2
/
+23
*
Document the getlogin_r function.
wes
1999-11-28
1
-2
/
+22
*
Provide the getlogin_r function.
wes
1999-11-28
1
-0
/
+18
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-0
/
+44
*
General clean-up of socket.h and associated sources to synchronise up
phk
1999-11-24
9
-21
/
+48
*
Allow empty UIDs if we are processing NIS records. I am not entirely
eivind
1999-11-22
1
-2
/
+4
*
Make __sfp() even more thread-safe.
dt
1999-11-21
1
-1
/
+1
*
Add (FILE *) locking.
dt
1999-11-20
1
-0
/
+9
*
Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().
dt
1999-11-20
1
-0
/
+11
*
Fix HISTORY - the copyright header on the file of the GCC version was
obrien
1999-11-20
1
-4
/
+4
*
Add to the HISTORY.
obrien
1999-11-19
1
-1
/
+9
*
For the TCP transport, put the listening socket in non-blocking
jdp
1999-11-18
1
-0
/
+18
*
Make setproctitle(NULL) restore all of the original arguments
brian
1999-11-17
2
-30
/
+45
*
Fix a bug in the hack that protects against FTP bounce attacks.
jdp
1999-11-17
1
-3
/
+2
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+9
*
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a
sheldonh
1999-11-15
2
-4
/
+15
*
fts_pathlen and fts_namelen are u_short, not short
kris
1999-11-15
1
-2
/
+2
*
Typo
kris
1999-11-15
1
-1
/
+1
*
Properly document what ENOENT really means for kldfind(2).
chris
1999-11-14
1
-3
/
+1
*
Go to a bit more trouble to make it absolutely clear that malloc(3)
peter
1999-11-12
1
-2
/
+9
*
Decremement by 1 the value taken for %j before assigning it to tm_yday,
sheldonh
1999-11-10
1
-6
/
+50
*
Fix dead loop if locale contains / and not all categories specified
ache
1999-11-09
1
-1
/
+3
*
Remove useless section.
phantom
1999-11-09
1
-2
/
+0
*
Flag empty UID entries as errors (to stop typos from turning into
eivind
1999-11-06
1
-1
/
+6
*
Add unsigned char cast to isalpha
ache
1999-11-04
2
-2
/
+2
*
Add unsigned char cast to isdigit
ache
1999-11-04
1
-1
/
+1
*
Add unsigned char cast to is[x]digit
ache
1999-11-04
2
-5
/
+5
*
Add unsigned char cast to isdigit
ache
1999-11-04
2
-2
/
+2
*
Add unsigned char cast to isupper
ache
1999-11-04
1
-1
/
+1
*
unsigned char cast to ctype macros
ache
1999-11-04
1
-1
/
+3
*
Add unsigned char cast to ctype macros arg
ache
1999-11-04
5
-37
/
+39
*
Add unsigned char cast to isspace arg
ache
1999-11-04
4
-7
/
+15
[next]