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
*
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
*
Still have to support libscrypt for now :( Add #defines to take DES
green
2000-08-24
1
-0
/
+2
*
Add weak symbol pragma for crypt_set_format().
asmodai
2000-08-23
1
-0
/
+6
*
The second call to _thread_kern_sig_defer() in sem_post() should be a call
jasone
2000-08-23
3
-3
/
+3
*
Stick login_setcryptfmt() in its own file to make pulling in of
green
2000-08-23
3
-17
/
+46
*
The API change mentioned in the previous revision has been backed out, so
jhb
2000-08-22
1
-5
/
+0
*
How did you sneak in...
green
2000-08-22
1
-1
/
+1
*
Add working and easy crypt(3)-switching. Yes, we need a whole new API
green
2000-08-22
8
-19
/
+135
*
Remove duplicate FreeBSD id tags.
jhb
2000-08-21
3
-3
/
+0
*
Grok 125 replies to passive RETR. This fixes an interoperability bug with
des
2000-08-21
1
-1
/
+2
*
Fix two bugs:
archie
2000-08-17
2
-30
/
+12
*
Fix style bugs (including ones introduced from OpenBSD).
green
2000-08-16
2
-58
/
+32
*
Fixed PunchFW code segmentation violation bug.
ru
2000-08-14
1
-5
/
+4
*
Use queue(3) LIST_* macros for doubly-linked lists.
ru
2000-08-14
1
-65
/
+18
*
Fix an off-by-one error in the recursive mutex handling that made it
alfred
2000-08-13
3
-9
/
+9
[next]