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
*
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
*
Spell isinf(3) correctly.
steve
1999-06-07
1
-1
/
+1
*
Apply patch for PR #12008: remember to reset _yp_enabled flag in
wpaul
1999-06-04
1
-0
/
+2
*
Chflags was clearing all flags supplied on the command line after a
jmz
1999-05-21
3
-6
/
+6
*
Fixed disordering and duplication of MLINKS in previous commit to
bde
1999-05-19
1
-1
/
+2
*
Add a strsignal(3) (like strerror(3)) for libc compatability with other
peter
1999-05-18
2
-4
/
+20
*
More typos.
kris
1999-05-09
1
-2
/
+2
*
Typo.
kris
1999-05-09
1
-1
/
+1
*
Add missing strings.
phk
1999-04-24
1
-0
/
+7
*
Back out my change from 6 April PDT that added a new dlversion()
jdp
1999-04-22
2
-33
/
+1
*
Revise for KLD's.
ghelmer
1999-04-20
1
-55
/
+8
*
vfsload maps into kldload only now, no more fork/exec of modload(8).
peter
1999-04-19
1
-85
/
+1
*
Add manpage link for dlversion(3).
jdp
1999-04-07
1
-2
/
+3
*
Add a new function dlversion() which returns the version number of
jdp
1999-04-07
2
-2
/
+34
*
Partial fix for the forking problem: if we can't access the master maps,
des
1999-03-27
1
-4
/
+11
*
Fix a (relatively harmless) braino. I confused myself over the for() loop
peter
1999-03-24
1
-3
/
+2
*
Remove last remaining references to malloc/realloc and functions that
peter
1999-03-23
1
-50
/
+40
*
Typo fix.
jkoshy
1999-03-23
1
-1
/
+1
*
Don't be so selective about which errors cause us to continue and
imp
1999-03-21
1
-7
/
+2
*
EACESS -> EACCES
alex
1999-03-15
1
-1
/
+1
*
Don't bogotify the synopsis by attempting to describe err_set_file() there.
bde
1999-03-05
1
-11
/
+19
*
Use sysctlbyname() instead of sysctl().
phk
1999-03-05
1
-6
/
+2
*
Add a note about ELF executables requiring to be linked with -export-dynamic
jkoshy
1999-02-17
1
-0
/
+8
*
Use the correct type for uid and gid in struct passwd. Document it.
des
1999-01-18
1
-2
/
+2
*
Make the implementation and documentation agree. Specifically:
des
1999-01-06
2
-6
/
+11
*
Ignore the fs_spec entry for "/" in /etc/fstab if the device which
bde
1999-01-01
1
-0
/
+29
*
Restore old semantics (broken in rev 1.47's buffer overflow fix).
eivind
1998-12-17
1
-1
/
+3
*
Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is
bde
1998-12-16
1
-8
/
+7
*
Add reminder to return memory allocated by this call.
imp
1998-12-16
1
-1
/
+10
[next]