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
...
*
#include <string.h> for memcpy() prototype
kris
2000-06-03
1
-0
/
+1
*
Fix buffer overflow bug in NgSendAsciiMsg().
archie
2000-06-02
1
-1
/
+1
*
document sbsize limit.
alfred
2000-06-02
1
-0
/
+1
*
Replace a `manual(section)' reference with a proper .Xr statement.
chris
2000-05-31
1
-1
/
+2
*
Fix an mdoc-o, and english.
hoek
2000-05-31
1
-6
/
+6
*
/dev/rXXX -> /dev/XXX
msmith
2000-05-31
3
-5
/
+5
*
De-support 'wd'; with it making a dual appearance with 'ad', things
msmith
2000-05-30
2
-4
/
+2
*
Update to the version of pam_ssh corresponding to OpenSSH 2.1 (taken
kris
2000-05-30
1
-19
/
+23
*
Fix a misspelling: undefied -> undefined
chris
2000-05-27
2
-2
/
+2
*
Hackish support for 302 redirect.
des
2000-05-26
1
-24
/
+59
*
Honor FTP_PASSIVE_MODE so caller doesn't need to.
des
2000-05-26
1
-0
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
8
-72
/
+72
*
Output newline after debugging message
des
2000-05-25
1
-0
/
+1
*
Add (and document) fetchMakeURL()
des
2000-05-25
3
-3
/
+51
*
Dump com_err, it's a stinking crock of shit.
des
2000-05-25
7
-127
/
+49
*
fix stray 'i' from editor.
alfred
2000-05-25
1
-1
/
+1
*
Teach libdisk about 'twe' disks.
msmith
2000-05-25
2
-1
/
+3
*
catch up to the modern ATAPI disk naming conventions and add floppy
jkh
2000-05-24
1
-1
/
+1
*
We should see the ai_canonname menber of the first addrinfo
ume
2000-05-24
1
-6
/
+6
*
Add missing source files. Sort SRCS.
tg
2000-05-24
6
-16
/
+28
*
fix up the kqueue documentation... comment some things that were left
jmg
2000-05-24
1
-0
/
+21
*
Use the new machine-independent versions of crtbegin and crtend
obrien
2000-05-24
2
-7
/
+5
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
8
-72
/
+74
*
Describe errx/warnx in comparison to errc/warnc/err/warn.
ghelmer
2000-05-23
1
-12
/
+33
*
Use the new machine-independent versions of crtbegin and crtend
jdp
2000-05-23
3
-108
/
+2
*
Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not
ume
2000-05-22
1
-1
/
+11
*
<blush> I tested the real code changes, but neglected to test the
imp
2000-05-22
2
-5
/
+5
*
Do not read editrc file from '.'. This can be as unsafe as having
imp
2000-05-22
2
-12
/
+11
*
Make comment match code forgotten in last commit
imp
2000-05-22
1
-1
/
+1
*
Add $FreeBSD$ so I can commit:
imp
2000-05-22
1
-4
/
+6
*
Implement a new camcontrol function, 'camcontrol format'.
ken
2000-05-21
1
-1
/
+1
*
Back out NOTE_EXIT status reporting pending discussion.
green
2000-05-21
1
-4
/
+0
*
Fix a memory leak in getent() that occurred when the requested entry
hoek
2000-05-21
1
-1
/
+3
*
Fix a memory leak with lc->lc_cap in login_close().
hoek
2000-05-21
1
-0
/
+1
*
IPv6 support.
ume
2000-05-20
7
-68
/
+278
*
Take crtbegin.c and crtend.c from the new machine-independent
jdp
2000-05-20
4
-135
/
+4
*
Better handling of some boundary conditions.
des
2000-05-19
2
-4
/
+9
*
This is step 1 in an effort to unify the start-up files for the
jdp
2000-05-19
6
-78
/
+120
*
Remove a superfluous `.Pp' occuring directly after
chris
2000-05-19
1
-1
/
+0
*
Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()
chris
2000-05-19
1
-0
/
+27
*
List ECONNRESET as a return value. EINVAL was not documented either.
peter
2000-05-19
2
-0
/
+4
*
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
green
2000-05-17
1
-0
/
+4
*
Fix a memory leak. pthread_set_name_np() allocates space for a name, but
jasone
2000-05-16
3
-6
/
+18
*
Fix a memory leak. pthread_set_name_np() allocates space for a name, but
jasone
2000-05-16
2
-0
/
+8
*
Make HTTP_PROXY work for FTP.
ume
2000-05-15
2
-13
/
+45
*
Document struct url.
des
2000-05-15
1
-0
/
+32
*
Initialize the struct url_stat at the beginning of _fetch_stat_file().
des
2000-05-15
1
-0
/
+2
*
Initialize the struct url_stat at the beginning of fetchStatFTP().
des
2000-05-15
1
-0
/
+3
*
Remove unused 'verbose'.
des
2000-05-15
1
-6
/
+6
*
Add some extra functions adapted from OpenBSD, in preparation for
kris
2000-05-15
2
-0
/
+97
[prev]
[next]