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
*
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
*
Change from using poll(2) to kqueue/kevent when waiting for a DNS
ps
2000-09-12
1
-32
/
+30
*
Set h_errno when an error is encountered.
nectar
2000-09-10
1
-2
/
+9
*
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
[next]