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
...
*
Rework proxy handling so that proxies can be specified as URLs.
des
2000-10-12
2
-206
/
+156
*
Relax URL syntax so that schemeless URLs are supported.
des
2000-10-12
1
-24
/
+23
*
Add macros for the names of the URL schemes we support.
des
2000-10-12
1
-0
/
+5
*
o Update BUGS entry to indicate in a more precise manner the implementation
rwatson
2000-10-12
18
-46
/
+30
*
Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH is
des
2000-10-12
1
-4
/
+10
*
Fix pthread cancellation point propagation.
jasone
2000-10-12
1
-5
/
+5
*
Fix a buildworld hiccup with build-tools that wasn't present in standalone
peter
2000-10-11
2
-2
/
+2
*
Oops, beforedepend isn't needed. The build problem I had was due to
peter
2000-10-11
2
-4
/
+0
*
Update for ncurses 5.1-20001009 import
peter
2000-10-11
2
-6
/
+20
*
Update for ncurses 20001009 import
peter
2000-10-11
2
-6
/
+20
*
Update after ncurses 20001009 import
peter
2000-10-11
2
-6
/
+24
*
Update bmake glue after ncurses 5.1-20001009 import.
peter
2000-10-11
4
-20
/
+60
*
Fix alphabetical ordering for libsmutil
gshapiro
2000-10-10
1
-1
/
+1
*
Use sendmail's version of vacation. It is command line and database
gshapiro
2000-10-10
1
-6
/
+1
*
Inital PowerPC loader build support.
obrien
2000-10-10
2
-1
/
+8
*
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
obrien
2000-10-10
1
-3
/
+2
*
Architecture-specific setjump()/longjmp() bits for the PowerPC
obrien
2000-10-10
1
-0
/
+39
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
7
-7
/
+13
*
o Introduce a MAINTAINER entry for libposix1e, since it is actively
rwatson
2000-10-02
2
-0
/
+2
*
Include fcntl.h
brian
2000-10-02
1
-0
/
+1
*
Correct uu_lock_txfr. I don't think this ever worked correctly.
brian
2000-10-02
1
-5
/
+6
*
A bit of indentation reformatting.
ru
2000-10-02
1
-33
/
+21
*
Use issetugid instead of comparing get[ug]id and gete[ug]id.
nectar
2000-09-30
1
-5
/
+2
*
Document passwd_format further.
green
2000-09-30
1
-0
/
+4
*
Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables for
nectar
2000-09-29
1
-2
/
+12
*
Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man
peter
2000-09-28
10
-0
/
+307
*
Fix typo
phantom
2000-09-27
1
-1
/
+1
*
off-by-1 error in string length validation
itojun
2000-09-25
1
-7
/
+6
*
Work around buggy servers such as NCSA httpd which send an incomplete
des
2000-09-24
1
-9
/
+18
*
o Minor whitespace, comment cleanups
rwatson
2000-09-22
2
-54
/
+28
*
Better documentation of append mode. This should have gone in -current
eivind
2000-09-22
1
-0
/
+8
*
Resurrect documentation of chflags(2)'s SF_ARCHIVED.
rse
2000-09-22
1
-2
/
+2
*
Add a couple of debug register helper functions to assist in setting
bsd
2000-09-21
5
-4
/
+249
*
Fixed the calculations with UDP header length field.
ru
2000-09-21
1
-2
/
+2
*
IN_CLASS*() macros assume host order and s_addr is network byte
ps
2000-09-20
1
-2
/
+2
*
Oops, un-spam this file - the last commit was an accident.
brian
2000-09-20
1
-1
/
+0
*
Only realloc() environ if we're sure that we know where it came from.
brian
2000-09-20
2
-5
/
+5
*
o Whitespace reduction appled to FreeBSD CVS ID
rwatson
2000-09-19
2
-2
/
+2
*
o General warning fixing commit
rwatson
2000-09-19
14
-18
/
+12
*
o Add cap_from_text(3) and cap_to_text(3) man pages.
rwatson
2000-09-19
6
-0
/
+464
*
o EACCES is not a possible error for acl_from_text(), so fix
rwatson
2000-09-19
20
-28
/
+22
*
Add thread-safe wrapper for fpathconf(2) syscall.
sobomax
2000-09-19
7
-0
/
+52
*
Document RTLD_DEFAULT and the search algorithm used for resolving
jdp
2000-09-19
1
-6
/
+43
*
Make a somewhat unsatisfactory attempt to describe the effects of
jdp
2000-09-19
1
-1
/
+18
*
o cap_set_flag() was not correctly clearing capabilities when value
rwatson
2000-09-19
2
-4
/
+10
*
Give users a way to alter the sendmail (and related utilities) build
gshapiro
2000-09-17
2
-0
/
+6
*
Pickup SPECNAMELEN from <sys/param.h> and use it.
phk
2000-09-16
1
-15
/
+10
*
Turn dkcksum() into an __inline function.
phk
2000-09-16
3
-4
/
+1
*
Add -Wmissing-prototypes.
ru
2000-09-15
2
-5
/
+8
*
Teach libdisk about 'aac'
msmith
2000-09-13
2
-2
/
+4
[prev]
[next]