summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-06-09print the interface address on route get; ok henning, claudiomarkus1-2/+7
2005-06-09LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@.xsa1-3/+3
2005-06-09don't need vlan.h herebrad1-2/+1
2005-06-09- add documentation for remaining vnode operationsjaredy2-158/+713
- improve page layout - add MLINKS to, sort, and fix some typos in the Makefile help & ok marius, tedu, pedro, jmc
2005-06-09don't forget to close entfile in cvs_file_getspec().joris1-2/+16
2005-06-09remove useless cvsd leftovers.joris1-4/+1
from Michael Knudsen
2005-06-09spellingderaadt1-4/+4
2005-06-09Fix typo in ASC/ASQ messages: DEnied -> Denied.krw1-2/+2
2005-06-08completely revert rev 1.52, which broke ral for some people; from danh@naddy1-4/+1
2005-06-08Don't point the user to a inexistent 'CAVEATS' section, okay jmc@pedro1-2/+2
2005-06-08Multi-cpu support for top. Each cpu now gets its own stats line.millert9-125/+238
Based on work by todd@ at the hackathon.
2005-06-08Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposesmillert2-3/+38
spc_cp_time member of struct schedstate_percpu (per-cpu stats). From art@ during the hackathon.
2005-06-08Fix rearranging of parameters for quad types.espie1-11/+24
Use stateful functions for mbtowc. Use the same loop for scanning and for rescanning the format. okay millert@
2005-06-08fix include for userland (tsk, tsk, krw).espie1-1/+4
okay pval, nits miod.
2005-06-08use SMALL_KERNEL for all arch's, not just alpha and also apply the defsfgsch2-12/+12
for sii3112 funcs; grange@ mickey@ deraadt@ ok.
2005-06-08no acpi here eitherderaadt1-3/+1
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallydrahn6-28/+8
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@
2005-06-08netns crap i missed earlier... damn unreliable toolshenning2-88/+6
2005-06-08Force pid file fd to be > 2 so we don't clobber it when dup'ingmillert1-2/+14
fds 0-2 to /dev/null. Tested and OK aaron@
2005-06-08Make gethostbyaddr() prototype match POSIX. This means len is nowmillert3-18/+17
unsigned but there is no ABI change. OK deraadt@
2005-06-08remove netns crud.henning35-585/+35
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
2005-06-08syncderaadt1-2/+0
2005-06-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;djm5-15/+74
tested avsm@ and jakob@, ok markus@
2005-06-08squeeze +COMMENT in front of +DESC.espie2-16/+35
Transparently handle both package types, until everyone has transitionned to new style. Reasons for the change: - comment and desc are never written independently - access to comment necessitates a file read anyways. - shaves one inode and (mostly) one block from each installed package. Since this is /var, and there is often a lot of stuff going on in a small partition, this helps. Done after griping from tedu@, okay'd pval@
2005-06-08if a cloned interface's destroy function fails, re-join the interface classhenning1-3/+6
group, spotted by and ok markus
2005-06-08netns bits diehenning2-8/+2
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>miod1-12/+1
can be (and is) included by assembly source.
2005-06-08kill NS and DECNET bitshenning1-7/+1
2005-06-08bye bye netns (and a few leftover DECNET bits while here)henning4-139/+8
2005-06-08huch, more netns shitzhenning1-7/+1
2005-06-08kill some leftover bits from netns and iso routinghenning3-17/+3
2005-06-08no more netns handling for the various tunnel devices and loopbackhenning4-40/+4
2005-06-08bye bye netnshenning1-4/+1
2005-06-08netns bites the dusthenning1-13/+1
2005-06-08useless netns includes; there was no NS stuff ever herehenning3-18/+3
2005-06-08Xerox NS leaves ushenning1-11/+1
2005-06-08-#option NS # XNShenning1-3/+1
-#option NSIP # XNS tunneling over IP
2005-06-08bye bye, Xerox NS protocolshenning6-515/+44
2005-06-08bye byehenning3-311/+3
2005-06-08revert enabling iommu on amd64 as it breaks at least one MP host.marc1-1/+5
OK deraadt@
2005-06-08stop talking about support for the obsolete network protocolshenning1-10/+1
2005-06-08stop talking about obsolete network protocols that are gone or about to gohenning1-9/+3
2005-06-08make nfsstats counters 64 bit.marius2-49/+49
ok pedro@
2005-06-08disable RX checksum offload until its fixed on little endian systemsbrad1-1/+3
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@djm3-7/+7
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainspvalchev3-7/+15
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt
2005-06-08in rtlabel_name2id, handle the case of an empty name: return 0henning1-1/+4
label id 0 means "no label". in pf_ioctl, where this is used to filter based on a label, this is an error condition. for the other 2 cases, messages on the routing socket, this allows for an sockaddr_rtlabel to be always present for messages on the routing socket, and when it is all zero it is exactly like if there was no sockaddr_rtlabel at all. ryan ok
2005-06-08syncderaadt19-209/+0
2005-06-08more inet6 stuff that got exposedderaadt1-1/+3
2005-06-08handle ramdisks, and kernels without inet6; henning okderaadt1-1/+7