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
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need to #include <unistd.h> for nice(3).
steve
1998-02-18
1
-0
/
+1
*
Submitted by: Jeremy Allison (jallison@whistle.com)
julian
1998-02-18
1
-3
/
+1
*
Mention when bidirectional features first appeared.
jkh
1998-02-17
1
-0
/
+4
*
signal() returns SIG_ERR, not just -1. The sys/signal.h header file
jb
1998-02-15
1
-1
/
+1
*
Describe signal handling. Don't describe the old implementation. Don't
bde
1998-02-13
1
-35
/
+17
*
Describe signal handling. Don't describe the old implementation. Cleaned
bde
1998-02-13
1
-30
/
+23
*
Fixed disordering of MLINKS in previous commit. Fixed old disorder in
bde
1998-02-12
1
-17
/
+15
*
Fix _listmatch() again so that it works with group lists containing only
wpaul
1998-02-12
1
-7
/
+14
*
Do signal handlig he Posix way
guido
1998-02-10
1
-40
/
+11
*
Move the trampolines for dlopen and related functions from crt0.o
jdp
1998-02-09
4
-3
/
+460
*
Document the fpgetprec/fpsetprec functions in their man page.
jlemon
1998-02-04
1
-0
/
+1
*
Cleanup the manpage now that setpwent has a void return type.
steve
1998-02-01
1
-7
/
+7
*
XOpen says the void setpwent(void) is correct. Also call setpassent(0)
steve
1998-02-01
1
-7
/
+2
*
Fix a cast from a pointer to a long instead of an int which was enough
jb
1998-01-24
1
-2
/
+2
*
Eliminate sprintf
imp
1998-01-21
1
-1
/
+2
*
Moved most of the (source-level) compatibility hacks for the vfsconf
bde
1998-01-20
1
-2
/
+4
*
Started getting rid of the compatibility cruft for the Lite1 mount()
bde
1998-01-17
1
-0
/
+2
*
Fixed missing return type in a prototype.
bde
1998-01-16
1
-0
/
+1
*
Return the correct errno from getcwd() even if free() or closedir()
mckay
1998-01-15
1
-0
/
+4
*
Return type and argument to sleep are unsigned int.
alex
1998-01-13
1
-2
/
+3
*
Make a couple of the stat flags dependent on the sys/stat.h header file
jb
1998-01-09
3
-3
/
+27
*
Fixed spelling of EACCES.
bde
1997-11-23
4
-9
/
+16
*
Fix bit-twiddling in sigismember(3).
jraynard
1997-11-21
1
-1
/
+1
*
Don't check for the unlikely case of useconds == 0 here. The kernel
bde
1997-11-20
1
-7
/
+4
*
stat() the correct file in execvp() so that the fine tuned errno handling
bde
1997-11-20
1
-2
/
+2
*
Close PR #4867: improve _listmatch() to avoid returning false positives.
wpaul
1997-11-16
1
-9
/
+16
*
Change L_SET to SEEK_SET for POSIX compliance.
jdp
1997-10-26
1
-1
/
+1
*
Back out part of OpenGroup specs about limiting max arg since it may break
ache
1997-10-22
2
-17
/
+4
*
Reflect usleep code changes:
ache
1997-10-22
1
-1
/
+24
*
Changes in spirit of OpenGroup Singe Unix specs:
ache
1997-10-22
1
-5
/
+11
*
Sorted lists.
bde
1997-10-21
1
-45
/
+45
*
Add $Id
ache
1997-10-17
1
-0
/
+4
*
Fix LONG_MAX overflowing
ache
1997-10-17
1
-10
/
+21
*
Copy time_to_sleep to time_remaining since it can be left
ache
1997-10-16
1
-0
/
+1
*
Reflect current sleep/usleep implementations state
ache
1997-10-16
2
-9
/
+5
*
Cleanup #includes
ache
1997-10-16
2
-5
/
+2
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-24
/
+18
*
Remove old SIGALRM absorbing back-compat code. It wasn't working at all
peter
1997-10-15
1
-83
/
+1
*
Give up on the "try and compensate for broken programs" cruft and revert
peter
1997-10-15
1
-70
/
+0
*
Moved `SRCS+= frexp.c' to the correct Makefile.inc.
bde
1997-10-14
1
-2
/
+2
*
Fixed searching of $PATH in execvp(). Do what sh(1) should do according
bde
1997-10-14
2
-26
/
+87
*
Improve the innetgr() NIS+ compat kludge. We should only fail over to the
wpaul
1997-10-13
1
-18
/
+25
*
NIS+ compatibility kludge. A long time ago, I set up innetgr() so
wpaul
1997-10-11
1
-0
/
+7
*
Staticize usage(). Cosmetics.
charnier
1997-10-10
1
-2
/
+5
*
Sort cross refereces in section SEE ALSO.
wosch
1997-09-29
4
-8
/
+8
*
Revert the previous prototype un-typo. Add a brief comment warning that
msmith
1997-09-28
1
-1
/
+3
*
Fix typo in signal() prototype
msmith
1997-09-28
1
-1
/
+1
*
Apply fts() fix from PR#4593
peter
1997-09-22
2
-2
/
+2
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
2
-3
/
+3
*
Put a system call not present checking wrapper around the call to
peter
1997-09-16
1
-9
/
+35
[next]