summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-11-06syncwilfried2-2/+18
2001-11-06new devicewilfried1-1/+5
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,art39-573/+215
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD.
2001-11-06Since the header of the file map is Start End,drahn1-3/+4
print the end address, not the size.
2001-11-06Don't Xref old inexistant manpages.espie1-3/+1
2001-11-06Update to match realtiy.art1-5/+4
2001-11-06More sync to NetBSD.art15-106/+121
- Use malloc/free instead of MALLOC/FREE for variable sized allocations. - Move the memory inheritance code to sys/mman.h and rename from VM_* to MAP_* - various cleanups and simplifications.
2001-11-06Use #defines for skip step values. From dgregor@net.ohio-state.edu.dhartmei3-43/+52
2001-11-06add pablo, born pau casals. 'i owe nearly all my talent at music to the influence of my father'mickey1-1/+3
2001-11-06start editor in an empty line as used to be; deraadt@ agrees.fgsch1-0/+2
2001-11-06Missing ssl manpages and mlinks; beck@ ok.fgsch1-4/+129
2001-11-06Need local prototypes for pmap_pinit and pmap_release.art1-1/+4
2001-11-06Add option XFS. ok art, millertpvalchev1-1/+8
2001-11-06a bit of snprintf cleaningderaadt7-25/+30
2001-11-06remove per art@todd1-1/+0
2001-11-06Need to prototype pmap_pinit and pmap_release here.art1-1/+4
(although they are leftovers from an earlier bad time, the macppc decided that it's a good idea to use them.)
2001-11-06No need for those prototypes here.art1-4/+1
2001-11-06remove the last uses of vm/vm_page.hart8-31/+12
2001-11-06Must zero out timeout by hand now that it is no longer global.millert1-3/+3
2001-11-06Restore asyncronous RPC code now that I found the uninitialized variablemillert1-24/+243
that was causing problem.
2001-11-06 - include shufflingart1-4/+5
- pmap_pinit and pmap_release need local prototypes now.
2001-11-06Redundant includes.art1-4/+1
2001-11-06Redundant includes.art1-5/+1
2001-11-06redundant includes.art8-30/+13
2001-11-06Zap some redundant includes.art3-11/+3
2001-11-06Move the last content from vm/ to uvm/art28-700/+687
The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hart13-43/+36
2001-11-06Sync to NetBSD.art1-79/+77
2001-11-06sync to NetBSD.art1-2/+2
2001-11-06Minor sync to NetBSD.art1-23/+63
2001-11-05No need to vm_param.h here.art1-3/+2
2001-11-05Leftovers...miod3-563/+0
2001-11-05No need to pull in vm/vm_param.h in any of these files.art14-37/+23
2001-11-05Don't change the state of a thread as a result of a signal that ismarc2-8/+14
masked by that thread. This fixes the problem found with the signal regression test.
2001-11-05Add more sanity checks of path data in the vi recovery file; potential problems pointed out by lumpy@the.whole.netmillert1-7/+23
2001-11-05Workaround to prevent Altivec Unavilable problem.drahn2-3/+22
Why did Motorola put this exception misaligned with respect to all other exceptions? Altivec is not supported. This will cause any process executing altivec instructions to recieve an illegal instruction signal.
2001-11-05No need to include vm/vm_param.h here, sys/sysctl.h does that for us.art1-2/+1
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentdrahn1-2/+2
memory machines and current program demands.
2001-11-05Minor sync to NetBSD.art19-108/+89
2001-11-05Comment out info on U (utrace) malloc option since we don't support itmillert1-8/+8
on OpenBSD.
2001-11-05typo.art1-2/+2
2001-11-05More fallout from the fd_getfile changes.art1-2/+3
2001-11-05blink-matching-paren should be default in mgart1-2/+2
2001-11-05Fallout from the mmap changes.art2-4/+4
2001-11-05Add color capabilities to the wsvt25 entries for wscons(4).naddy1-4/+9
Adapted from NetBSD, ok millert@
2001-11-05Switch everything to the new bus_dmamap_sync API.art49-501/+421
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@.
2001-11-05compile fix; fgsch@ oktodd1-2/+1
2001-11-05needs rndvar.hmickey1-1/+5
2001-11-05make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auderaadt2-6/+6
2001-11-05some syslog_r uses in signal handlersderaadt4-23/+64