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
/
gnu
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly build lb1spc.asm on Sparc64.
obrien
2002-05-12
1
-3
/
+28
*
There is no more NOLIB.
obrien
2002-05-12
1
-1
/
+0
*
I was not strict enough with my ordering of things to satisfy make(1) nieve
obrien
2002-05-12
1
-28
/
+26
*
[Ab]use LDFLAGS rather than CFLAGS.
obrien
2002-05-10
1
-1
/
+2
*
Bmake bits for Gcc 3.1.
obrien
2002-05-10
7
-344
/
+1371
*
All platforms should be on equal footing now -- no special handling for
obrien
2002-05-10
1
-10
/
+6
*
libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'.
obrien
2002-05-07
1
-0
/
+1
*
GCC's libstdc++ version 3 has the "libgcc" like bits (start up / terminate
obrien
2002-05-06
1
-0
/
+1
*
It is easier for me to debug with -I's at the rear.
obrien
2002-04-20
1
-1
/
+1
*
-ltermcap is spelled -lncurses nowadays.
ru
2002-04-09
1
-2
/
+2
*
Unbreak world (missing .else)
peter
2002-04-08
1
-0
/
+1
*
Some things don't compile on ia64 and sparc64 yet.
obrien
2002-04-08
1
-1
/
+8
*
Style reorg. Also spell -fpic as determined by bsd.lib.mk.
obrien
2002-04-05
1
-6
/
+5
*
Style reorg.
obrien
2002-04-05
1
-5
/
+2
*
Back out the previous revision for now. Instead, the current sparc64
jhb
2002-01-07
1
-4
/
+0
*
Don't build csu or libgcc on sparc64 for the time being.
jhb
2002-01-03
1
-0
/
+4
*
Fixed memory leak in dialog_gauge(3).
ru
2001-11-29
1
-0
/
+4
*
-v must have a space between it and the variable.
obrien
2001-11-01
1
-1
/
+3
*
Removed mentions of TARGET_ARCH from non-cross places.
ru
2001-10-04
1
-4
/
+2
*
Fixed missing return type in synopsis.
bde
2001-10-03
1
-0
/
+1
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-1
/
+1
*
Properly move cursor when home and end keys are used.
eric
2001-08-31
2
-4
/
+20
*
Remove libgmp build infrastructure.
dd
2001-08-10
4
-287
/
+0
*
Handle keys consistently.
eric
2001-08-09
2
-2
/
+10
*
dialog(3) -> dialog_noyes(3).
ru
2001-08-07
1
-1
/
+2
*
Update man page to actually match the source.
eric
2001-08-01
1
-55
/
+73
*
Enable the new libmp in the build, and disable libgmp and its
dd
2001-07-29
1
-1
/
+1
*
Properly update cursor position when the list is scrolled.
eric
2001-07-26
2
-8
/
+12
*
Handle keys consistently.
eric
2001-07-26
2
-1
/
+4
*
Improve the interface provided by libdialog. Move a cursor around over
eric
2001-07-18
6
-105
/
+280
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+3
*
Pick manpages from their original locations
ache
2001-04-21
2
-2
/
+4
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
1
-1
/
+1
*
Install history.3 as rlhistory.3 to not conflict with existing libedit function
ache
2001-04-12
1
-1
/
+4
*
Upgrade to 4.2
ache
2001-04-11
3
-5
/
+5
*
Add libiberty. This is needed on the Alpha by the iprobe port.
obrien
2001-03-31
2
-0
/
+282
*
MAN[1-9] -> MAN.
ru
2001-03-27
2
-2
/
+2
*
Sigh. I should know better than to commit a one line change from a PR
obrien
2001-03-24
1
-1
/
+1
*
Install sstring.
obrien
2001-03-24
1
-2
/
+2
*
Garbage collect these ancient bits.
obrien
2001-03-24
2
-72
/
+0
*
Properly orient the buttons for yes/no and no/yes so that POLA is
jkh
2001-02-24
1
-19
/
+11
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+13
*
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
ru
2001-01-12
1
-4
/
+4
*
Use a unified libgcc rather than a seperate one for threaded and
obrien
2001-01-06
2
-0
/
+9
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-34
/
+33
*
Add a new function, dialog_noyes(), for sysinstall to be able to
jkh
2000-12-14
3
-13
/
+45
*
Don't compile libgcc_r twice.
obrien
2000-11-25
1
-1
/
+1
*
Don't build libgcc_r if "NOLIBC_R" defined. If you don't have a threads
obrien
2000-11-25
1
-0
/
+4
*
mdoc(7) police: Add a missing `.Sm on' request.
ru
2000-11-21
1
-1
/
+2
[next]