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
*
Fix syntax errors (labels with no statement following).
wollman
2002-05-30
1
-0
/
+2
*
Use correct printf format specifier to print unsigned longs.
wollman
2002-05-30
1
-1
/
+1
*
Avoid unintentional trigraph.
wollman
2002-05-30
1
-1
/
+1
*
Add missing newline at end of file.
wollman
2002-05-30
1
-1
/
+1
*
Missed one in previous commit.
des
2002-05-30
1
-2
/
+4
*
Add used include of <string.h>.
wollman
2002-05-30
1
-0
/
+1
*
Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as
obrien
2002-05-30
2
-4
/
+110
*
Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as
obrien
2002-05-30
2
-3
/
+111
*
mdoc(7) police: kill whitespace at EOL.
ru
2002-05-30
1
-1
/
+1
*
mdoc(7) police: polish markup.
ru
2002-05-30
1
-34
/
+68
*
mdoc(7) police: tidy up the markup.
ru
2002-05-30
1
-6
/
+15
*
mdoc(7) police: Tidy up the markup.
ru
2002-05-30
1
-29
/
+37
*
mdoc(7) police: kill hard sentence break.
ru
2002-05-30
1
-4
/
+4
*
mdoc(7) police: markup nits.
ru
2002-05-30
1
-43
/
+53
*
Check for defined(__i386__) instead of just defined(i386) since the compiler
alfred
2002-05-30
1
-1
/
+1
*
Since POSIX gives us plenary authority to define _t types, change
wollman
2002-05-29
2
-3
/
+3
*
Add link dlopen(3) -> dlfunc(3).
wollman
2002-05-29
1
-1
/
+2
*
Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.
wollman
2002-05-29
3
-6
/
+61
*
mdoc(7) police: nits.
ru
2002-05-29
1
-1
/
+2
*
mdoc(7) police: markup nits.
ru
2002-05-29
1
-10
/
+17
*
mdoc(7) police: bump document date on behalf of previous delta.
ru
2002-05-29
1
-1
/
+1
*
mdoc(7) police: sort xrefs.
ru
2002-05-29
1
-2
/
+2
*
mdoc(7) police: nit.
ru
2002-05-29
1
-1
/
+1
*
mdoc(7) police: fix markup for types.
ru
2002-05-29
1
-4
/
+4
*
Add pam_ksu(8), a module to do Kerberos 5 authentication and
nectar
2002-05-28
4
-0
/
+412
*
Remove use of __P() (actually P()) from code now that it's no longer
alfred
2002-05-28
2
-42
/
+42
*
Fix formatting, this is hard to explain, so I'll show one example.
alfred
2002-05-28
129
-141
/
+282
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
141
-1502
/
+5
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
54
-580
/
+42
*
Add uuidgen(2) and uuidgen(1).
marcel
2002-05-28
2
-1
/
+84
*
Correct a check for NUL.
robert
2002-05-27
1
-1
/
+1
*
- Move the loop conditional into the "for" header.
robert
2002-05-27
1
-19
/
+17
*
Remove spurious period.
dd
2002-05-27
1
-1
/
+1
*
Remove extra word.
dd
2002-05-26
1
-1
/
+1
*
Add openpam_nullconv.3.
des
2002-05-24
1
-0
/
+1
*
Add missing include.
des
2002-05-24
1
-0
/
+1
*
These files are no longer used.
jake
2002-05-24
11
-196
/
+0
*
Revamp suspend and resume. While I'm here add pthread_suspend_all_np()
deischen
2002-05-24
39
-921
/
+693
*
Generate the normal asm stubs for all sysv system calls. Use these instead
jake
2002-05-23
7
-33
/
+18
*
Just to show that PAM can do almost anything from the ridiculous to the
des
2002-05-23
7
-0
/
+418
*
Avoid wandering over the beginning of the actual buffer
robert
2002-05-23
1
-1
/
+1
*
Hide a couple of unguarded error returns behind the no_fail test.
des
2002-05-23
1
-5
/
+6
*
Free old_pwd only in the code path where it has been allocated.
jmallett
2002-05-22
1
-1
/
+1
*
Make this a little easier to build standalone. (same change as libpanel)
peter
2002-05-21
4
-4
/
+20
*
Initial update of bmake glue for ncurses-5.2-20020518
peter
2002-05-21
2
-4
/
+14
*
Initial update of bmake glue for ncurses-5.2-20020518. More to come.
peter
2002-05-21
4
-64
/
+124
*
Spread the word of PowerPC.
benno
2002-05-21
1
-1
/
+2
*
Let this code know about PowerPC.
benno
2002-05-21
1
-1
/
+1
*
Catch up to tte.h changes.
jake
2002-05-21
1
-2
/
+2
*
Use an explicitly-sized type instead of daddr_t for on-disk block
iedowse
2002-05-19
1
-2
/
+2
[next]