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
*
Partial fix for the forking problem: if we can't access the master maps,
des
1999-03-27
1
-4
/
+11
*
Fix a (relatively harmless) braino. I confused myself over the for() loop
peter
1999-03-24
1
-3
/
+2
*
Remove last remaining references to malloc/realloc and functions that
peter
1999-03-23
1
-50
/
+40
*
Typo fix.
jkoshy
1999-03-23
1
-1
/
+1
*
Don't be so selective about which errors cause us to continue and
imp
1999-03-21
1
-7
/
+2
*
EACESS -> EACCES
alex
1999-03-15
1
-1
/
+1
*
Don't bogotify the synopsis by attempting to describe err_set_file() there.
bde
1999-03-05
1
-11
/
+19
*
Use sysctlbyname() instead of sysctl().
phk
1999-03-05
1
-6
/
+2
*
Add a note about ELF executables requiring to be linked with -export-dynamic
jkoshy
1999-02-17
1
-0
/
+8
*
Use the correct type for uid and gid in struct passwd. Document it.
des
1999-01-18
1
-2
/
+2
*
Make the implementation and documentation agree. Specifically:
des
1999-01-06
2
-6
/
+11
*
Ignore the fs_spec entry for "/" in /etc/fstab if the device which
bde
1999-01-01
1
-0
/
+29
*
Restore old semantics (broken in rev 1.47's buffer overflow fix).
eivind
1998-12-17
1
-1
/
+3
*
Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is
bde
1998-12-16
1
-8
/
+7
*
Add reminder to return memory allocated by this call.
imp
1998-12-16
1
-1
/
+10
*
PR: docs/9050
dillon
1998-12-13
1
-0
/
+1
*
Removed unused include of <kvm.h>. It was alarming for libc to apparently
bde
1998-12-07
1
-3
/
+1
*
Fix a .Nm -> .Fn fix that was missed in the previous commit.
jkoshy
1998-11-09
1
-1
/
+1
*
Update manual page to reflect changes in rev 1.12 of
jkoshy
1998-11-06
1
-3
/
+6
*
A feeble attempt at kld compatability. The mount_* programs assume that
peter
1998-11-03
1
-1
/
+10
*
Prevent buffer overflow in getpwnam()
msmith
1998-10-29
1
-2
/
+2
*
Clarify processing of the string argument by psignal().
rnordier
1998-10-29
1
-1
/
+3
*
The man page implies that the string argument to psignal() may be
rnordier
1998-10-29
1
-4
/
+2
*
Handle ELF symbols better. This fixes "vmstat -i" for the case
jdp
1998-10-28
1
-59
/
+77
*
(`'): and (`'); -> (`:') and (`;')
fenner
1998-10-26
1
-2
/
+2
*
Slight style police.
obrien
1998-10-25
1
-3
/
+13
*
Fix style issues in execl(), and make execle() vfork()-safe.
des
1998-10-15
1
-13
/
+23
*
Conform to POSIX and close any copies of popen() descriptors inherited by a
msmith
1998-10-15
1
-0
/
+4
*
Correct braino in previous commit. I get the pointy hat again.
des
1998-10-14
1
-3
/
+4
*
Make execl() vfork()-safe. This should fix potential bugs in rcp,
des
1998-10-14
1
-8
/
+20
*
Avoid the need for calling functions that malloc after a vfork().
peter
1998-10-11
1
-2
/
+10
*
vfork -> fork. The child calls execl() which calls malloc(), so
bde
1998-10-10
1
-1
/
+1
*
Fix a memory leak
julian
1998-10-07
1
-15
/
+25
*
`kern.maxproc' is not changeable from sysctl(8).
jkoshy
1998-09-29
1
-1
/
+1
*
Don't cast int pointers to long pointers when reading labels from
dfr
1998-09-26
1
-6
/
+9
*
Sort table and descriptions.
jkoshy
1998-09-16
1
-7
/
+7
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
9
-19
/
+19
*
Don't initialize NIS until it is really necessary. Now, in case of network
dt
1998-09-15
1
-55
/
+71
*
Turn off replies to ICMP echo requests for broadcast and multicast
jkoshy
1998-09-15
1
-2
/
+6
*
Replace accidentally-deleted `x' which caused warnx() to misbehave.
wollman
1998-09-15
1
-2
/
+2
*
Correct a typo that I noticed.
jkoshy
1998-09-15
1
-1
/
+1
*
A small last-minute iitem for 3.0:
wollman
1998-09-12
2
-84
/
+124
*
Document a number of VM sysctl variables with help from old emails
ghelmer
1998-09-09
1
-1
/
+38
*
Add a new library function getobjformat(). It checks all the
jdp
1998-09-09
3
-3
/
+238
*
restore rev 1.23 to give clear SIGALRM handling example, 68 years
ache
1998-09-08
1
-28
/
+16
*
Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...
dillon
1998-09-06
1
-17
/
+29
*
Use INT_MAX instead of LONG_MAX since the variable being compared
jb
1998-09-05
1
-4
/
+4
*
Sort cross references.
wosch
1998-08-31
1
-3
/
+3
*
Update to use the new elf headers.
dfr
1998-08-17
1
-15
/
+28
*
isnetworktty -> isnettty. ttyent.h has already gone through 3
bde
1998-08-03
2
-6
/
+6
[next]