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
*
Fixed prototype of logout() (const poisoning).
bde
2001-02-06
1
-1
/
+1
*
Fixed prototypes. About half of them were wrong (mainly due to const
bde
2001-02-06
3
-30
/
+30
*
Added used include of <sys/cdefs.h>.
bde
2001-02-06
4
-0
/
+16
*
Fixed C error(s) in synopsis.
bde
2001-02-06
6
-4
/
+6
*
Fixed wrong return type for ftpLoginAf() in synopsis.
bde
2001-02-05
1
-1
/
+1
*
Fixed bitrot in prototype(s) in synopsis.
bde
2001-02-05
1
-1
/
+1
*
Fixed errors in prototypes. Many were hiding under mdoc errors.
bde
2001-02-05
1
-0
/
+4
*
Fixed C error(s) in synopsis. Many were hiding under mdoc errors.
bde
2001-02-05
1
-1
/
+1
*
Fixed errors in prototypes. Many were hiding under mdoc errors.
bde
2001-02-05
1
-5
/
+30
*
Fixed C error(s) in synopsis. Many were hiding under mdoc errors.
bde
2001-02-05
1
-1
/
+1
*
Don't install links for crypt.3 here. There is no crypt.3 here...
bde
2001-02-05
1
-2
/
+0
*
Remove a sizeof(void *) == sizeof(int) assumption.
phk
2001-02-04
1
-7
/
+7
*
Spelling.
mckay
2001-02-04
1
-1
/
+1
*
strcpy -> strlcpy paranoia
nectar
2001-02-02
1
-1
/
+4
*
Fix typo.
nik
2001-02-02
2
-2
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
80
-304
/
+494
*
s/_thread_sys_write/__sys_write/
deischen
2001-01-31
3
-6
/
+6
*
Unbreak world by correctly specifying the prototype for __sys_aio_suspend.
deischen
2001-01-29
3
-3
/
+3
*
Add a few ``const''s to silence some -Wwrite-strings warnings
brian
2001-01-29
1
-7
/
+9
*
_exit in libc is now __sys_exit not __sys__exit.
deischen
2001-01-29
7
-21
/
+21
*
Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
deischen
2001-01-29
24
-254
/
+79
*
Ignore leading witespace in the string given to PacketAliasProxyRule().
brian
2001-01-29
1
-0
/
+1
*
Update Makefile for the new sources.
asmodai
2001-01-28
1
-1
/
+5
*
Call trimdomain properly for ip4 addresses.
brian
2001-01-28
1
-30
/
+30
*
s/err1/errx/.
ume
2001-01-26
1
-2
/
+2
*
Comment only change; s/_thread_sys_/__sys_/
deischen
2001-01-26
4
-8
/
+8
*
Comment change only; s/_thread_sys_/__sys_/
deischen
2001-01-26
1
-1
/
+1
*
Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead save
sobomax
2001-01-25
1
-2
/
+8
*
Set properly the PixelBytes field for 8bits modes.
nsouch
2001-01-25
1
-0
/
+2
*
-pthread -> -lc_r
deischen
2001-01-24
3
-3
/
+3
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
306
-3478
/
+3895
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
190
-997
/
+1582
*
Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.
jhb
2001-01-24
1
-1
/
+2
*
Protect against multiple inclusion.
sobomax
2001-01-24
1
-0
/
+5
*
Minor fixes:
sobomax
2001-01-24
1
-3
/
+3
*
I made a last-minute change before the last commit which broke
wollman
2001-01-23
1
-3
/
+1
*
mdoc(7) police: replaced empty line with .Pp, updated document date.
ru
2001-01-23
1
-2
/
+2
*
Add a couple of new library interfaces (will be activated when the
wollman
2001-01-23
2
-0
/
+88
*
Add the function sysctlnametomib to libc. Details on the semantics
mckusick
2001-01-23
3
-3
/
+111
*
Revert rev. 1.27. This file only included <sys/select.h> because of
wollman
2001-01-20
1
-3
/
+0
*
mdoc(7) police: removed leading whitespaces that are not inside
ru
2001-01-19
1
-2
/
+2
*
man(7) -> mdoc(7).
ru
2001-01-18
1
-583
/
+475
*
Document EHOSTDOWN error.
ben
2001-01-17
1
-0
/
+2
*
Clarify comments referring to strlcat() usage
jedgar
2001-01-17
1
-1
/
+22
*
- Reverse the order of two loop invariant to ensure strlcat() does not
jedgar
2001-01-17
1
-3
/
+6
*
Merge the documentation for sigsetmask() and sigblock() into a
ben
2001-01-17
3
-99
/
+31
*
man(7) -> mdoc(7).
ru
2001-01-17
5
-1416
/
+1143
*
rstat(1) and rstat_svc(8) are the early versions of
ru
2001-01-17
3
-88
/
+0
*
o When returning NULL, return (NULL) instead of return (0).
rwatson
2001-01-17
8
-24
/
+24
*
SIGABRT is *not* the same as calling abort(), so don't claim that it is.
ben
2001-01-16
1
-2
/
+2
[next]