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
*
Backout last commit. It was wrong.. *sigh*
ps
2000-09-10
1
-1
/
+0
*
include string.h to silence a warning.
ps
2000-09-10
1
-0
/
+1
*
Add code to devname(3) so it can find the names of devices which
phk
2000-09-09
2
-12
/
+28
*
Prevent buffer overflow if NLSPATH is too long
ache
2000-09-08
1
-1
/
+7
*
Disallow '/' characters in LC_* environment variables which might
kris
2000-09-08
1
-1
/
+1
*
Fix getipnodebyname(3) bug.
nectar
2000-09-07
1
-3
/
+4
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
32
-1909
/
+4010
*
Add .El
ache
2000-09-06
1
-0
/
+1
*
Expose the NFS root node, so that an evil consumer can use it to get the
msmith
2000-09-05
1
-1
/
+1
*
Document %-macros and NLSPATH better.
ache
2000-09-05
1
-1
/
+41
*
Fully implement NLSPATH processing as described in SUSv2
ache
2000-09-05
1
-8
/
+45
*
Oops! don't set errno to ENOMEM explicitly if malloc() failed.
phantom
2000-09-05
1
-6
/
+10
*
Implement readahead buffering for non-raw files. This drastically improves
msmith
2000-09-05
5
-73
/
+132
*
Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
peter
2000-09-05
1
-39
/
+10
*
Yank out the NOPOLL conditionals. libc_r no longer needs it, and this
peter
2000-09-04
1
-106
/
+28
*
Use .St -susv2 rather than "The Single UNIX Specification".
imp
2000-09-04
1
-2
/
+2
*
* move $FreeBSD$ tag to its usual place (bottom of copyright)
phantom
2000-09-04
3
-10
/
+30
*
Finaly cleanup libc/nls code:
phantom
2000-09-04
1
-196
/
+163
*
Constify the arg to logout(3). It is const-safe.
peter
2000-09-04
2
-3
/
+3
*
Get errno from <errno.h>, not from extern int.
imp
2000-09-04
2
-3
/
+6
*
Don't print an error message if the bad option is '?'. This has been
imp
2000-09-04
1
-1
/
+1
*
The comparison against 0 should be against LC_ALL. category isn't a
imp
2000-09-04
1
-1
/
+1
*
Soften the statement about select's timeout argument. This part of
imp
2000-09-04
1
-4
/
+2
*
Rewrite using stdio. It cause program speedup since eliminates lots of small
ache
2000-09-03
2
-14
/
+15
*
Add:
ache
2000-09-03
1
-0
/
+3
*
Make libstand compile
peter
2000-09-03
2
-2
/
+4
*
setproctitle() requires unistd.h and not libutil.h/-lutil
brian
2000-09-02
1
-3
/
+1
*
Move setproctitle() from libutil to libc (after a repo-copy)
brian
2000-09-02
5
-255
/
+5
*
Match IPPROTO_ICMP with IP protocol field of the original IP
ru
2000-09-01
1
-2
/
+2
*
Treat empty lang as "C" lang too
ache
2000-09-01
1
-1
/
+1
*
Set rcsid to correct value
phantom
2000-09-01
1
-24
/
+6
*
protect .h file contents correctly.
phantom
2000-09-01
1
-18
/
+3
*
Remove unused indirect references to cat* functions.
phantom
2000-09-01
5
-83
/
+4
*
Fix memory leak introduced by kris in rev 1.22
phantom
2000-09-01
1
-0
/
+2
*
setlocale may return NULL, handle this case too by resetting to "C"
ache
2000-09-01
1
-5
/
+3
*
Move protection code down to handle NL_CAT_LOCALE case too.
ache
2000-09-01
1
-2
/
+3
*
Protect from badly formed LANG variable
ache
2000-09-01
1
-1
/
+2
*
Changed the way we handle outgoing ICMP error messages -- do
ru
2000-09-01
1
-12
/
+22
*
Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.
des
2000-08-31
5
-2
/
+364
*
Document the FTP_PROXY and HTTP_PROXY variables better.
des
2000-08-31
1
-0
/
+4
*
Grab ADJUST_CHECKSUM() macro from alias_local.h.
ru
2000-08-31
1
-17
/
+0
*
Create aliasing links for incoming ICMP echo/timestamp requests.
ru
2000-08-31
2
-47
/
+24
*
catgets: detect if fd becomes invalid after exec and return default response
ache
2000-08-30
1
-6
/
+6
*
Explicetely describe catalog descriptor lifetime
ache
2000-08-30
1
-0
/
+6
*
Replace strtok with strsep (strtok is not allowed in libraries)
ache
2000-08-30
1
-1
/
+1
*
strtok -> strsep (no strtok allowed in libraries)
ache
2000-08-29
2
-6
/
+8
*
strtok -> strsep (no strtok allowed in libraries)
ache
2000-08-29
1
-3
/
+6
*
strtok() -> strsep() (no strtok() in libraries allowed)
ache
2000-08-29
2
-16
/
+26
*
According to the susv2 man pages I have, remove(3) should act as
dwmalone
2000-08-28
2
-7
/
+26
*
Sync with NetBSD:
n_hibma
2000-08-26
6
-14
/
+14
[next]