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
*
Remove fullstops from the end of .Xr lines in SEE ALSO section.
ben
2000-11-15
1
-1
/
+1
*
Use Fx macro wherever possible.
ru
2000-11-14
5
-6
/
+9
*
Change [Ii]t's to "It is" and "its" as appropriate.
sheldonh
2000-11-14
1
-1
/
+1
*
Whitespace only: remove hard sentence breaks introduced in previous
sheldonh
2000-11-14
1
-3
/
+4
*
Fix bug introduced in previous commit: users obtained via compat mode
nectar
2000-11-13
1
-3
/
+8
*
Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.
abial
2000-11-11
1
-2
/
+13
*
Fix passwd entry `prototypes' in compat mode. I broke this in revision
nectar
2000-11-10
1
-34
/
+16
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
3
-10
/
+4
*
Correct incorrect information about the PATH used for exec*() calls.
asmodai
2000-10-30
1
-4
/
+7
*
Whitespace only change: trim trailing whitespace.
asmodai
2000-10-30
53
-185
/
+185
*
Style & grammar fixes.
mpp
2000-10-28
1
-3
/
+7
*
Explicitly initialize _pw_passwd.
nectar
2000-10-27
1
-1
/
+1
*
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
*
Pickup SPECNAMELEN from <sys/param.h> and use it.
phk
2000-09-16
1
-15
/
+10
*
Add code to devname(3) so it can find the names of devices which
phk
2000-09-09
2
-12
/
+28
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
9
-1184
/
+1790
*
Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
peter
2000-09-05
1
-39
/
+10
*
setproctitle() requires unistd.h and not libutil.h/-lutil
brian
2000-09-02
1
-3
/
+1
*
Move setproctitle() from libutil to libc (after a repo-copy)
brian
2000-09-02
1
-3
/
+3
*
Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.
des
2000-08-31
5
-2
/
+364
*
Fix style bugs (including ones introduced from OpenBSD).
green
2000-08-16
2
-58
/
+32
*
sprintf -> snprintf paranoia
kris
2000-08-04
1
-3
/
+3
*
Make sem_post() safe to call from within a signal handler, as required by
jasone
2000-08-01
1
-0
/
+3
*
If the format string passed to setproctitle begins with a '-'
ps
2000-08-01
2
-24
/
+14
*
Add a skeleton rfork_thread(3) man page.
peter
2000-07-29
2
-1
/
+79
*
Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since
sheldonh
2000-07-22
1
-6
/
+0
*
Update stale references to update(4) with references to the new
sheldonh
2000-07-19
1
-1
/
+1
*
Change my email address in the copyright notices for the sake of consistency
jasone
2000-07-18
6
-6
/
+6
*
Reshuffle the SEE ALSO section.
jasone
2000-07-17
3
-7
/
+7
*
Change the dllockinit() interface from "experimental" to
jdp
2000-07-08
1
-3
/
+4
*
Remove trailing whitespace only.
sheldonh
2000-07-03
2
-18
/
+18
*
Fix overlong line and trailing whitespace introduced in rev 1.8.
sheldonh
2000-07-03
1
-1
/
+2
*
Add to the SEE ALSO section, a reference to the RFC mentioned in
sheldonh
2000-07-03
2
-1
/
+12
*
Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was a
green
2000-07-03
1
-1
/
+1
*
Add strunvisx.3 MLINK.
alex
2000-07-02
1
-1
/
+1
*
Document VIS_HTTPSTYLE:
alex
2000-07-02
2
-4
/
+34
*
Style fixes.
dan
2000-07-01
1
-11
/
+12
*
Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.
dan
2000-07-01
2
-1
/
+73
*
Fix typo in SEE ALSO section.
jasone
2000-06-28
1
-1
/
+1
*
Remove the setflags/getflags routines. Their functionality has
joe
2000-06-18
2
-234
/
+0
*
Add strtofflags and fflagstostr to libc.
joe
2000-06-17
1
-2
/
+3
*
Modify strtofflags so that it returns a malloced string instead of a
joe
2000-06-17
2
-4
/
+30
*
The "def" arg for fflagstostr is too specialized for ls. The caller
joe
2000-06-17
2
-8
/
+5
*
Return of the evil file flags! The {s|g}etflags functions were
joe
2000-06-17
4
-250
/
+16
*
#include <string.h> for memcpy() prototype
kris
2000-06-03
1
-0
/
+1
*
Describe errx/warnx in comparison to errc/warnc/err/warn.
ghelmer
2000-05-23
1
-12
/
+33
*
Fix a memory leak in getent() that occurred when the requested entry
hoek
2000-05-21
1
-1
/
+3
*
Use `Er' variable to define first column width in ERRORS section.
phantom
2000-05-06
5
-5
/
+5
*
mdoc related cleanup:
phantom
2000-05-06
1
-17
/
+17
[next]