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
/
libc
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in
sheldonh
1999-12-02
1
-1
/
+8
*
Separate some common sysctl code into sysctl_find_oid() and calling
green
1999-12-01
1
-0
/
+4
*
style fixes, remove extra braces.
alfred
1999-11-29
1
-17
/
+20
*
Provide a man page for Alfreds lovely readdir_r function. Also
wes
1999-11-29
2
-5
/
+27
*
Provide and document ctermid_r function.
wes
1999-11-28
2
-2
/
+23
*
Provide the getlogin_r function.
wes
1999-11-28
1
-0
/
+18
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-0
/
+44
*
Allow empty UIDs if we are processing NIS records. I am not entirely
eivind
1999-11-22
1
-2
/
+4
*
Make setproctitle(NULL) restore all of the original arguments
brian
1999-11-17
2
-30
/
+45
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+9
*
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a
sheldonh
1999-11-15
2
-4
/
+15
*
fts_pathlen and fts_namelen are u_short, not short
kris
1999-11-15
1
-2
/
+2
*
Remove useless section.
phantom
1999-11-09
1
-2
/
+0
*
Flag empty UID entries as errors (to stop typos from turning into
eivind
1999-11-06
1
-1
/
+6
*
Add unsigned char cast to isdigit
ache
1999-11-04
2
-2
/
+2
*
Add unsigned char cast to isspace arg
ache
1999-11-04
4
-7
/
+15
*
It is no longer necessary to prepend underscores to external symbols under
joerg
1999-11-02
1
-24
/
+8
*
mdoc(7)'fy
phantom
1999-10-30
3
-9
/
+21
*
"S" comes before "U"...
obrien
1999-10-25
1
-2
/
+2
*
YP/NIS code: remove unnecessary endgrent() calls which can cause fail on
ache
1999-10-16
1
-5
/
+3
*
Fix longstanding bug "unused stayopen" introduced in rev1.11
ache
1999-10-16
1
-2
/
+6
*
o Add $FreeBSD$ as a rcsid instead of in a comment
marcel
1999-10-02
1
-31
/
+28
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-5
/
+28
*
Explicitly use sigemptyset to clear a sigset_t. Explicit
marcel
1999-09-28
1
-1
/
+4
*
Nuke dlopen.3 -> dlversion.3 link.
phantom
1999-09-23
1
-2
/
+1
*
Add links for errc.3, verrc.3, warnc.3, vwarnc.3.
phantom
1999-09-22
1
-2
/
+3
*
If `who' was not specified, set the appropriate bits as the chmod(1)
ru
1999-09-22
1
-2
/
+6
*
mdoc(7)'fy
phantom
1999-09-21
1
-1
/
+1
*
Correct spelling : ascii -> ASCII
phantom
1999-09-20
1
-1
/
+1
*
- add reference to siginterrupt(3)
ru
1999-09-06
1
-32
/
+35
*
Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
des
1999-09-06
1
-0
/
+1
*
Fix the root cause of the fts buffer overflow. This is a temporary
imp
1999-09-02
2
-10
/
+46
*
Back out previous commit. I mistook passing commentary from bde for
sheldonh
1999-08-31
1
-9
/
+6
*
Only issue a warning for the first occurrence of a UID > USHRT_MAX and
sheldonh
1999-08-30
1
-6
/
+9
*
$Header$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
111
-111
/
+111
*
$Id$ -> $FreeBSD$
peter
1999-08-27
3
-3
/
+3
*
This is the addition of a syslog(3) security.* top-level category. This
green
1999-08-21
1
-1
/
+4
*
Reverted to revision 1.8 as previous fix causes fts_open with with a
pho
1999-08-15
2
-2
/
+2
*
Various man page cleanup:
mpp
1999-08-15
2
-4
/
+4
*
Reviewed by: phk
pho
1999-08-14
2
-2
/
+2
*
Bad reference of sysctl(1) changed to sysctl(8)
chris
1999-08-14
1
-3
/
+3
*
Fix some bad references:
chris
1999-08-14
1
-3
/
+3
*
Use the .At macro when referencing versions of AT&T UNIX.
mpp
1999-07-30
3
-6
/
+8
*
Add missing cause for an EINVAL return (msgtype < 1).
sheldonh
1999-07-26
1
-1
/
+4
*
Backed out previous commit. devname.3 and devname.c were broken in Lite1
bde
1999-07-24
1
-4
/
+6
*
Correct the information about the return value when no device matches
nik
1999-07-20
1
-6
/
+4
*
Make devname(3) return something more intelligent than NULL if it doesn't
phk
1999-07-18
1
-2
/
+27
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
64
-0
/
+69
[next]