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
*
Add a manpage for the kenv(2) syscall that Chad David kindly
mux
2002-04-18
1
-0
/
+172
*
Back out previous commit, which was not at all approved by the maintainer
des
2002-04-18
1
-21
/
+32
*
This style is *way* outside the relm of any other of our Makefiles
obrien
2002-04-18
1
-32
/
+21
*
Removed gratuitous LIBCOMPATDIR assignments.
ru
2002-04-18
3
-6
/
+0
*
This Makefile.inc depended on the (wrong) order of inclusion
ru
2002-04-18
1
-1
/
+2
*
Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixed
ru
2002-04-17
1
-2
/
+2
*
Make mppath and masterpasswd pointers instead of arrays, and initialize
des
2002-04-17
1
-2
/
+4
*
Add a missing .El and fix a typo.
des
2002-04-16
1
-1
/
+2
*
Reflect change in share/mk/bsd.dep.mk,v 1.31.
ru
2002-04-16
1
-2
/
+2
*
Support the snapshot file flag, so that tools like 'ls -ol' work
joe
2002-04-16
1
-0
/
+3
*
Add a missing cross-ref.
ceri
2002-04-16
1
-1
/
+2
*
The GCC developers have made good on their threats against #pragma for 3.1.
obrien
2002-04-15
5
-5
/
+8
*
Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This change
obrien
2002-04-15
1
-21
/
+32
*
ypclnt.h was the correct spelling... we now have yet another special
obrien
2002-04-15
1
-32
/
+21
*
Revert previous commit, it is incorrect.
des
2002-04-15
1
-1
/
+1
*
Properly spell rpcsvc/ypclnt.h and fix the build.
obrien
2002-04-15
1
-1
/
+1
*
Sync SCM ID comments with libc.
obrien
2002-04-15
3
-21
/
+27
*
Add awareness of an IPv6.
ume
2002-04-15
1
-7
/
+20
*
Remove bogus reference to _use_yp.
des
2002-04-15
1
-9
/
+1
*
Fix incorrect dependency. This should fix the -j build.
des
2002-04-15
1
-1
/
+1
*
This isn't WARNS ready in the -nostdinc case.
ru
2002-04-15
1
-0
/
+1
*
Throw in NO_WERROR to please the peanut gallery.
des
2002-04-15
1
-0
/
+1
*
Quoting log message for OpenBSD rev 1.7:
nectar
2002-04-15
1
-0
/
+28
*
Use PAM_SUCCESS instead of PAM_IGNORE.
des
2002-04-15
2
-3
/
+3
*
Whitespace nits.
des
2002-04-15
1
-17
/
+17
*
Add a manual page based on Solar Designer's README.
des
2002-04-15
2
-1
/
+234
*
pam_passwdqc depends on libcrypt.
des
2002-04-15
1
-0
/
+2
*
Prompt for new password during update phase, not during preliminary phase.
des
2002-04-15
1
-16
/
+10
*
Dike out most of the NIS code and replace it with calls to libypclnt.
des
2002-04-15
2
-285
/
+79
*
Add a missing generated file.
des
2002-04-15
1
-1
/
+5
*
Missed a spot in previous commit.
des
2002-04-15
1
-1
/
+3
*
pam_passwdqc builds now.
des
2002-04-14
1
-1
/
+1
*
Connect libypclnt to the build.
des
2002-04-14
1
-2
/
+3
*
(ab)use unused bits in the pw_fields member of struct passwd to record
des
2002-04-14
1
-2
/
+12
*
More recent versions of pam_passwdqc (not yet released) build with very
des
2002-04-14
1
-1
/
+2
*
New files in OpenPAM Cineraria.
des
2002-04-14
1
-0
/
+2
*
Cosmetic nit.
des
2002-04-14
1
-1
/
+1
*
Cast a ptrdiff_t to int before using it as a printf field width.
des
2002-04-14
1
-2
/
+2
*
Remove the hard-coded limit of 3 bytes for EUC encodings.
asmodai
2002-04-14
1
-1
/
+3
*
Correct markup.
dd
2002-04-14
1
-1
/
+2
*
Install digittoint.3 (forgotten in rev 1.21)
des
2002-04-13
1
-1
/
+1
*
libstand needs _setjmp/_longjmp for FICL.
obrien
2002-04-13
1
-0
/
+100
*
Style nit and modernize SCM ID.
obrien
2002-04-13
1
-8
/
+2
*
Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.
asmodai
2002-04-13
1
-4
/
+12
*
Add support for FreeBSD-specific "master" update.
des
2002-04-13
2
-5
/
+144
*
Header file for libypclnt.
des
2002-04-13
1
-0
/
+61
*
NIS client toolbox. This centralizes code which is duplicated all over
des
2002-04-13
7
-0
/
+497
*
Change || into && (braino in previous commit). Also append \n to the
des
2002-04-13
1
-2
/
+2
*
This was recently MFC'd, so it will appear in 4.6.
dd
2002-04-13
1
-1
/
+1
*
Implement _Unwind_FindTableEntry(). This function is part of GCC
marcel
2002-04-13
2
-0
/
+130
[next]