History log of /freebsd-10-stable/contrib/libgnuregex/
Revision Date Author Comments
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


251437 05-Jun-2013 jkim

Fix build for FreeBSD. We do not have alloca.h.


251436 05-Jun-2013 jkim

Add GNU regex from glibc 2.17.


251435 05-Jun-2013 jkim

Import couple of important bug fixes from the upstream.

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=7e2f0d2
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=a445af0


250724 16-May-2013 jkim

Import libregex from GNU libc 2.17.


250723 16-May-2013 jkim

Flatten GNU libregex vendor area.


146052 10-May-2005 tjr

Remove file that need not have been imported.


146040 10-May-2005 tjr

Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.


131543 04-Jul-2004 tjr

Import of GNU regex from GNU grep 2.5.1 (trimmed).


126209 25-Feb-2004 ache

Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2


219 30-Jul-1993 cvs2svn

This commit was manufactured by cvs2svn to create branch
'VENDOR-libregex'.


218 30-Jul-1993 conklin

GNU Regex 0.12


217 30-Jul-1993 rgrimes

Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
changes its length from 18 to 12.


216 30-Jul-1993 rgrimes

Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.


215 30-Jul-1993 rgrimes

Fixed com1 -> com00 since com ports are 0 based.


214 30-Jul-1993 jkh

Whoops - try again. Include safeties.


213 30-Jul-1993 rgrimes

Forgot to fix com01 -> com00, and added com02 and com03


212 30-Jul-1993 rgrimes

Replaced console with vga.


211 30-Jul-1993 jkh

Now have very necessary include safety checks


210 30-Jul-1993 jkh

Updated syscons to 0.2b - please test this! It won't be in the ALPHA
release, but it's still worth testing.


209 30-Jul-1993 jkh

Free'd up major number assigned to codrv.


208 30-Jul-1993 jkh

Removed entries for codrv, nuked sample config file since no longer necessary.


207 29-Jul-1993 nate

Added a default host.conf (gethostnamadr() name resolver) which declares
to resolve all names via bind first and then try /etc/hosts.


206 29-Jul-1993 nate

Syncing our sources back with Julian's, and removing PATCHKIT headers.

Large Bustek changes, most everything else is minimal.


205 29-Jul-1993 nate

Removed PATCHKIT headers and updated our sources to Julian's with
our patches back in. Major changes to the Bustek driver and the
Tape driver, the rest are minor.


204 28-Jul-1993 nate

The updated mtree changed a couple things which required changes in
the mtree files.


203 28-Jul-1993 nate

fts(3) integration patches


202 27-Jul-1993 nate

Added README which explains the copyright status of getopt(1)


201 27-Jul-1993 nate

There was additional cruft at the bottom on the man page.


200 27-Jul-1993 dg

* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
profiling, and various protection checks that cause security holes
and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
- included from cpufunc.h in via systm.h. This change
improves performance in many parts of the kernel - up to 5% in the
networking layer alone. Note that this requires systm.h to be included
in any file that uses these functions otherwise it won't be able to
find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c


199 27-Jul-1993 alm

changed BINMODE= 6555 and CATMODE= 0664


198 27-Jul-1993 dg

* Added include of systm.h to pick up inlined min/max/bcmp if you have
* them in cpufunc.h. Modified wait loop in reset to look a little better.
* Added read for talley counters to prevent an infinite loop on old
* 8003E's if they (the counters) overflow.


197 27-Jul-1993 alm

Added setreuid() calls so that shell escapes work.
The effective ID's need to be set to the real ID's before invoking
a shell for security reasons.


196 26-Jul-1993 nate

Changed sys.386bsd to sys


195 26-Jul-1993 paul

Added Charles changes for GCC@ symbols.


194 26-Jul-1993 nate

Added getopt(1) from NetBSD


193 26-Jul-1993 jkh

Sample kernel config for syscons.


192 26-Jul-1993 jkh

Added necessary files for syscons (may move font include later, but for now
it's easier to leave there since I don't feel like breaking anything).


191 26-Jul-1993 jkh

Added entry for syscons.


190 26-Jul-1993 alm

updated man to use more as the default pager


189 25-Jul-1993 dg

Fixed logic problem which caused a bogus value to be written to the 3c503
asic register even if the board isn't a 3c503. This caused old 8003E's not
to work because they ignore IO address bits >10bits and the 3c503 asic is
located at +0x400....the offset was ignored by the 8003E and so the
value was written to one of the NIC registers. The bug was discovered by
Wolfgang Solfrank.


188 24-Jul-1993 alm

changed find . -name '*' to find . -type f


187 23-Jul-1993 alm

add links to ../


186 23-Jul-1993 nate

Added ${DESTDIR} to all the naked install commands w/out them.


185 23-Jul-1993 jkh

Changes to make `maninstall' work.


184 23-Jul-1993 jkh

Added Christoph Robitschko's catman


183 22-Jul-1993 rgrimes

Very small patch from Julian Elischer to make the ultra14f.c driver work
with the 34f as well.


182 21-Jul-1993 conklin

install new manual page


181 21-Jul-1993 conklin

Update to my latest expr (fixes bugs with comparison and matching operators)
Add man page I wrote.


180 21-Jul-1993 nate

Removed manpath.1 and added CLEANFILES directive to Makefile since it's
made automagically.


179 21-Jul-1993 nate

Made makewhatis installed as 555 so that people could actually run it.


178 21-Jul-1993 alm

added mandoc macro support;
each name now generates a separate whatis data base entry


177 21-Jul-1993 nate

One last thing for making sure it works.


176 21-Jul-1993 jkh

Changes to allow man to work with or without obj dirs.


175 21-Jul-1993 paul

Fixed attach printfs for new format (thanks Chris)


174 21-Jul-1993 paul

Added statistical counters ipackets,opackets etc.


173 20-Jul-1993 nate

Libcrypt upgrade


172 20-Jul-1993 dg

Added config file override for memory size and added flags to force
8bit or 16bit operation, and a flag to disable transmitter double buffering.
See the updated "ed.relnotes" file for information about how to set
the flags.
This should be considered the first "production" release. It still
needs a manual page, though.


171 20-Jul-1993 nate

Libcrypt upgrade


170 20-Jul-1993 rgrimes

TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.


169 20-Jul-1993 rgrimes

Fixed installation of sendmail. cd'ed to wrong directory. Now works
correctly.


168 20-Jul-1993 rgrimes

Added .if ${MACHINE} == "i386" section to do install of boot blocks, all
standard tools, copies of include files, and sendmail.


167 20-Jul-1993 rgrimes

The install of manpath.config did not have a ${DESTDIR} in it. These
are needed on all install commands in Makefiles!


166 20-Jul-1993 jkh

Applied Andrew's patch to fix loop-on-logout problem.


165 20-Jul-1993 jkh

Changed comment relating to memsize to be a little less misleading.


164 20-Jul-1993 jkh

Fixed to allow iosiz config parameter to override what was (for me,
incorrectly) probed. This allows you more flexibility in getting weird
WD 80x3 clones to work.


163 20-Jul-1993 rgrimes

Since pwd_mkdb always works in /etc no matter what I added pwd.db and
spwd.db that are created from the template master.passwd to src/etc so
that a build distribution can populate /etc correctly. This is a work
around until a better solution can be found.


162 20-Jul-1993 jkh

Removed check for interrupting board before interrupts were enabled.
This should result in more AST clones getting seen.


161 19-Jul-1993 nate

The man page is now in two places, both in the DOCUMENTATION directory and
the source directory, but there isn't a very portable way of creating
it w/out writing to the source directory, so I just copied it.


160 19-Jul-1993 rgrimes

Pulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a
crock so I can get the binaries released.


159 19-Jul-1993 rgrimes

Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.


158 19-Jul-1993 rgrimes

Fixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script


157 19-Jul-1993 rgrimes

From NetBSD, copied verbatium. May need some work yet.


156 19-Jul-1993 rgrimes

New file from NetBSD, for when we get ready for the rpc code.


155 19-Jul-1993 rgrimes

Changed banner from 386BSD to FreeBSD


154 19-Jul-1993 rgrimes

Changed login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6k
and 115.2k baud gettys.


153 19-Jul-1993 rgrimes

Removed all Berkeley aliases information since it is way out of date.
General cleanup.. from NetBSD.


152 19-Jul-1993 rgrimes

New file for netstart, should contain the hosts hostname.


151 19-Jul-1993 rgrimes

Cleaned up crontab from NetBSD, adjusted for FreeBSD.


150 19-Jul-1993 rgrimes

lp device was setup and enabled, changed it to be commented out. This caused
lpd to run on system where it had not been configured.


149 19-Jul-1993 rgrimes

Removed bill and lynne from group file, this was a security hole in the
0.1 distribution, as they had accounts in the password file with out passwords,
and were in group wheel!


148 19-Jul-1993 rgrimes

Removed the foreground/background escape sequences that cause headaches
if you are using a com console or a non pc3 console.


147 19-Jul-1993 rgrimes

Brought in NetBSD Makefile, which was then fixed up to use mtree for
building the distrubution hierarchy. Still needs some work, but atleast
this version runs and does most of the right things.


146 19-Jul-1993 rgrimes

Removed extranious names from master.passwd file, changed root and toor to
be in group 0 (was group 10). Changed operator to be in group 20, was 28.


145 19-Jul-1993 rgrimes

Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
MAKEDEV script from 0.1.2.4 system.


144 19-Jul-1993 rgrimes

Updated BSD.*.dist files to reflect FreeBSD as it is now.


143 18-Jul-1993 jkh

Added fix from Rich to accept catpages with .0 syntax for backwards
compatability (XFree86 man pages will still be .0'd for awhile).


142 18-Jul-1993 rgrimes

Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by the
patch kit and it should not have been.


141 18-Jul-1993 paul

Fixed warning from gcc1 (but not gcc2 for some reason).
2nd parameter to isread was unsigned char and function declaration was for
char. Changed function declaration to unsigned char.


140 18-Jul-1993 paul

Added volatile void to cpu_exit() in the hope that it would
stop warning about returning from gcc.

It hasn't but the declaration is still correct.


139 18-Jul-1993 jkh

Fixed braindamage.


138 18-Jul-1993 paul

Small fix to correct warning --
missing cast of u_short to int in isread call.


137 17-Jul-1993 rgrimes

Fixed make file for tags target, removed files that are generated by the
Makefile.


136 17-Jul-1993 rgrimes

Removed files that are generated by the Makefile. Fixed Makefile for
make depend so that config.h gets created so make depend does not fail
in other directories.


135 17-Jul-1993 rgrimes

Fixed make file for tags target, removed files that are generated by the
Makefile.


134 16-Jul-1993 dg

New locore from Christoph Rubitschko.


133 16-Jul-1993 rgrimes

ARGHH.. removed less from Makefile, since it has moved to usr.bin


132 16-Jul-1993 dg

Updated kernel files to move occurances of "struct args" syscall
argument definitions outside of the function parameter list. This is
to reduce the copious warning messages that (non-Jolitz) gcc produces.
Also fixed some bogus variable declarations and casts to make the
compiler happy.


131 16-Jul-1993 rgrimes

Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
This means the man dirs must be owned by group BIN. I have set up the
distribution building tools to be that way.


130 16-Jul-1993 rgrimes

Merge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to
specify $DESTDIR on a LINKS+= line.


129 16-Jul-1993 rgrimes

Changed header from 386BSD BOOT to FreeBSD BOOT.


128 16-Jul-1993 jkh

Whoops, forgot to add this one.


127 16-Jul-1993 jkh

Lots of stuff is now configured in Makefile.inc, path to `less' no longer
absolute, less uses "fall off end" flag by default, manpath.config now
properly installed. Happy now, Rod? :-)


126 15-Jul-1993 dg

Modified attach printf's so that the output is compatible with the "new"
way of doing things. There still remain several drivers that need to
be updated. Also added a compile-time option to pccons to switch the
control and caps-lock keys (REVERSE_CAPS_CTRL) - added for my personal
sanity.


121 14-Jul-1993 nate

chmr@edvz.tu-graz.ac.at

gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)


120 13-Jul-1993 rgrimes

From Bruce Evans:
lpt doesn't work here if the printer is not turned on at boot time (this
has been reported for other systems).

lpt has a weird mapping of the flag bits vs printer numbers and MAKEDEV
does not understand this (printer 0 uses minor numbers 0-0x3f, printer 1
uses minors 0x40-0x7f, etc).

The following (simpler) problems are fixed by the patch.

lpt did not check the minor number on open, so if NLPT1 == 1 and you
try to open printer 1 then random memory above the lpt_sc array is
accessed. I thought I had this problem for minors 1 and 2. However,
it does not actually occur until minor 0x40. Does anyone have lpt64?

lpt had several unnecessary && broken ANSIisms and other sloppy
declarations.

Bruce


119 13-Jul-1993 root

New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
be loaded above 1MB. Same boot code for floppies now. Speed improvements.
etc etc etc. (I don't have much history on this, but then have been tested)


118 12-Jul-1993 rgrimes

Fixed two occarances of ldos which should have been lods.
(From Christoph Robitschko)


117 12-Jul-1993 rgrimes

For all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
edintr (error from last time I updated these)


116 09-Jul-1993 conklin

Update diff, diff3, and sdiff's makefiles to use .PATH: instead of
copying the same files to multiple directories. This should make
things easier when it comes time to update to a newer version of
diffutils.

With this checkin, this brings the netbsd and freebsd diff dists
into sync.


113 09-Jul-1993 conklin

Update makefiles:
centralize obj/noobj conditional in Makefile.inc
use DPADD
don't compile profiling library
install rcsfreeze correctly
After this commit, the freebsd and netbsd rcs distribution will be in sync.


112 09-Jul-1993 jkh

Put if_we driver well and truly back into the kernel.


111 09-Jul-1993 paul

Added copyright message -- it didn't have one before


109 08-Jul-1993 jkh

Changed Makefile to use Nate's selective obj/noobj build scheme.


107 08-Jul-1993 conklin

Gnu grep 2.0 does fgrep too!


106 08-Jul-1993 jkh

Added less to list of things to make.


104 07-Jul-1993 jkh

This commit was generated by cvs2svn to compensate for changes in r103,
which included commits to RCS files with non-trunk default branches.


102 07-Jul-1993 paul

Added gcc1 to gnu makefile


101 06-Jul-1993 nate

Really cleaned up obj/noobj this time (same as I did with CVS)


100 06-Jul-1993 nate

We don't need librcs.a in /usr/lib, so make install not do anything


99 06-Jul-1993 nate

Really fixed the obj/noobj problems in CVS, and also made it so a
make install did not install libcvs in /usr/lib, since it has no
reason to do that.


98 06-Jul-1993 nate

Removed egrep since the new grep is just a link to it w/out any changes
anymore


97 06-Jul-1993 nate

Left an ugly in the Makefile


94 06-Jul-1993 nate

Update GNU grep to version 2.0


93 06-Jul-1993 nate

Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.


92 06-Jul-1993 nate

#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)


91 05-Jul-1993 nate

Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in
your nameserver or no name-server.


90 03-Jul-1993 root

Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
kernel, ps and w for this to work!


89 03-Jul-1993 root

Added ${COPY} knob to the install commands


88 02-Jul-1993 root

New manual page system


87 02-Jul-1993 alm

Consolidate mark code - no functional changes or fixes.


86 02-Jul-1993 root

New manual page system


85 02-Jul-1993 root

New manual page system


84 02-Jul-1993 root

New manual page system


83 02-Jul-1993 root

New manual page system


82 02-Jul-1993 root

New manual page system


81 01-Jul-1993 nate

Bruce Evans:

The enclosed diffs implement printing of the floating point state for
the version of gdb-3.5 in 386BSD-0.0. I don't have gdb for 386BSD-0.1
but I've been told that it is also missing this feature.

The changes are small. Code to read the FP state from the kernel was
#ifdef'ed out, but it essentially works. Code to change the FP regs
is still #ifdef'ed out. It is close to working too. Printing of the
FP regs was broken because hard reg numbers were confused with stack
offsets.

4. The emulator does not handle FP errors right, and it does not
communicate the emulated FP state to the rest of the kernel, so
"info float" shows garbage.


80 30-Jun-1993 nate

Added (protection) around negative constants, in case a program wants
to use the negative of that constant.

#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)

i = -NEG_NUM; /* Error --3 */
j = -SAFE_NEG_NUM /* Okay -(-3) */


79 29-Jun-1993 nate

Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixes


78 29-Jun-1993 nate

Fixed a missing letter that causes an error when formatting the document


77 29-Jun-1993 nate

ld is moved to src/gnu


76 29-Jun-1993 nate

Added gdb/gas/ld to GNU makefiles
Changed the default install directory to be /usr/bin, instead of the
non-standard /usr/gnu/bin. Until we fix the rest of the tree, it
breaks things.


75 29-Jun-1993 nate

Added the new gas directory


74 29-Jun-1993 nate

Added GNU gdb to src/gnu


73 29-Jun-1993 nate

Added diff/diff3 to the Makefile


71 29-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r70,
which included commits to RCS files with non-trunk default branches.


68 29-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r67,
which included commits to RCS files with non-trunk default branches.


66 29-Jun-1993 nate

Added fgrep to Makefile


65 29-Jun-1993 nate

Ugh, whoever did the port made a mess, I cleaned up the Makefile and
deleted un-necessary stuff


64 29-Jun-1993 nate

Added entries for egrep and grep


62 29-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r61,
which included commits to RCS files with non-trunk default branches.


60 29-Jun-1993 nate

Added sort to Makefile


58 29-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r57,
which included commits to RCS files with non-trunk default branches.


56 29-Jun-1993 nate

Added pr to the Makefile


55 29-Jun-1993 nate

Added a CLEANFILES entry for getdate.c (it's created by yacc)


54 29-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r53,
which included commits to RCS files with non-trunk default branches.


52 29-Jun-1993 nate

Added some support the new err(3) routines need
(Copied directly from NetBSD verbatim)


51 28-Jun-1993 nate

Added Chris Demetriou's FSYNC_ALL option which causes all writes to be
flushed immediately. (In case of a crash in the middle of CVS/RCS commits


50 27-Jun-1993 dg

fixed bugs in the probe routine uncovered by the previous fix.


49 26-Jun-1993 alm

fixed undo within a global command (would corrupt the buffer)
changed move within a global to behave as in SunOS
added a couple error messages


48 26-Jun-1993 dg

fixed bug in probe that causes it to complain about 'Invalid irq configuration'
if the interface isn't present in the system.


47 25-Jun-1993 nate

Fixed up CVS like RCS to allow obj or no obj directory.


46 25-Jun-1993 nate

Fixed cvs to work with/without object directories and added missing rcslean
directory to top level makefile.


45 25-Jun-1993 jkh

One small change to make the code clearer in update.


44 24-Jun-1993 jkh

Changes to allow simple symlink handling


43 23-Jun-1993 dg

Second beta release of device driver for SMC/WD 80x3 ethernet boards +
some additional comments.


42 22-Jun-1993 dg

Second beta release of device driver for WD/SMC 80x3 and 3c503 ethernet boards


41 21-Jun-1993 rgrimes

Add gcc2 to Makefile


40 21-Jun-1993 rgrimes

Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin


38 20-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r37,
which included commits to RCS files with non-trunk default branches.


36 19-Jun-1993 root

Added patch to SUBDIRS


34 19-Jun-1993 paul

This commit was generated by cvs2svn to compensate for changes in r33,
which included commits to RCS files with non-trunk default branches.


32 19-Jun-1993 paul

Added bpf support to if_is.c (Isolan driver)


31 19-Jun-1993 alm

added POSIX regex to expr


29 19-Jun-1993 paul

This commit was generated by cvs2svn to compensate for changes in r28,
which included commits to RCS files with non-trunk default branches.


27 19-Jun-1993 rgrimes

Added bc 1.02 bmake to the tools


26 19-Jun-1993 nate

Updated gzip from 1.1 to 1.2.2


25 19-Jun-1993 rgrimes

Added gzip to src/gnu/Makefile so it gets built.


24 18-Jun-1993 rgrimes

Obsolete if_we.c driver, more attach call to where it belongs.
Still need to fix all the drivers.


23 18-Jun-1993 rgrimes

Changed all we0's to ed0's. Obsoleting if_we.c driver.


22 18-Jun-1993 paul

New if_is.c isolan ethernet driver that can handle multiple cards.


21 18-Jun-1993 nate

Cleaned up yacc problems that shouldn't have existed in the original port


19 18-Jun-1993 nate

This commit was generated by cvs2svn to compensate for changes in r18,
which included commits to RCS files with non-trunk default branches.


17 18-Jun-1993 alm

This commit was generated by cvs2svn to compensate for changes in r16,
which included commits to RCS files with non-trunk default branches.


15 18-Jun-1993 jkh

Adding GPL docs, make structure.


13 18-Jun-1993 jkh

This commit was generated by cvs2svn to compensate for changes in r12,
which included commits to RCS files with non-trunk default branches.


10 18-Jun-1993 jkh

This commit was generated by cvs2svn to compensate for changes in r9,
which included commits to RCS files with non-trunk default branches.


8 18-Jun-1993 paul

Upgrade to GCC 2.X


7 18-Jun-1993 paul

Upgrade to GCC 2.X


6 14-Jun-1993 dg

Beta release of device driver for SMC/WD80x3 and 3C503 ethernet boards.


5 12-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


4 12-Jun-1993 rgrimes

Initial import, 0.1 + pk 0.2.4-B1


3 12-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


1 12-Jun-1993 cvs2svn

Standard project directories initialized by cvs2svn.