summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-24Work in progress, early check-in requested by niklas@Andreas Gunnarsson
2004-06-24make safe for inclusion in C++ code; ok deraadt@Christian Weisgerber
2004-06-24Add genericstable to the list of databases we can create automatically.Tom Cosgrove
"looks fine" millert@
2004-06-24Allocate 8 pages for process argv, not one. This should really be ARG_MAXTodd C. Miller
but sysctl_proc_args() needs changes to support that.
2004-06-24When given multiple processes to kill, keep going if we are unable to killTodd C. Miller
one (previously it would error out and not kill the remaining ones). OK deraadt@
2004-06-24Add comment explaining what "bootprompt" is forTom Cosgrove
2004-06-24Remove some unused code.Hans-Joerg Hoexer
Fix handling of sigchild. Now it's possible to sigstop/sigcont isakmpd correclty. ok ho@
2004-06-24If a line in boot.conf is too long for our buffer, stop before weTom Cosgrove
overrun the buffer, print an error message, then stop processing boot.conf. Also change name of variable "eof" to "rc", since it's not just for eof. ok weingart@
2004-06-24free() correct object; andrushock@korovino.netTheo de Raadt
2004-06-24Add ehci. ok drahn@Thomas Nordin
2004-06-24Missing file from 8.13.0Todd C. Miller
2004-06-24syncTheo de Raadt
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2004-06-24syncTheo de Raadt
2004-06-24Also handle keys from x509-certificates embedded in keynote credentials.Hans-Joerg Hoexer
with msf@ ok ho@
2004-06-24"error" could be left uninitializedJun-ichiro itojun Hagino
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-06-24missing XrTheo de Raadt
2004-06-24Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.Todd C. Miller
Now passes the regress tests.
2004-06-24undo tree breakage, sorryPeter Valchev
2004-06-24hsearch regress from NetBSD via ray at cyth dot netTodd C. Miller
2004-06-24Update to sendmail.8.13.0Todd C. Miller
2004-06-24endian fix from chris pascoeJolan Luff
tested by nordin@ and david gwynne
2004-06-23Print corrent prefix. Found and tested by alex at vbone.net.Hakan Olsson
2004-06-23Do not send IPIs while cold. Should probably fix the pmap_kremove panics ↵Niklas Hallqvist
some have seen.
2004-06-23oops, keep MP stuff inside MULTIPROCESSORNiklas Hallqvist
2004-06-23Renumber I/O APICs who clash with other APICs. Also clear the deliveryNiklas Hallqvist
mode before setting it to fixed, since the MP BIOS may have left something in that field. This fixed a Quad Xeon we have been loaned over the c2k4.
2004-06-23Fix counting in master/slave when passing environment variables; ok djm@Darren Tucker
2004-06-23Assorted night cleanups:Miod Vallat
- only compile debug and ddb-specific code if option DEBUG or option DDB. - shorten code path in 88100 case. - do not enable interrupts before the C handler is called, for the 88110 NMI trap.
2004-06-23make -w optional; ok miod@David Krause
2004-06-23kill that stupid AS path loop whining, that is normalHenning Brauer
2004-06-23-tttt prints time between packets; ok deraadtMarkus Friedl
2004-06-23halve the rice; sick of throwing out a giant pot every yearTheo de Raadt
2004-06-23syncTheo de Raadt
2004-06-23pretty print; ok ho@Markus Friedl
2004-06-23a few fixes to systracemarius eriksen
- add an exec message so that whenever a set-uid/gid process exec's a new image which we may control, the exec does not go by unnoticed. - take special care to check for P_SUGIDEXEC as well as P_SUGID, corresponding to the same changes that were made in the ptrace code a while ago ok niels@, sturm@; thanks to naddy for testing
2004-06-23better dead detect window code; still crapTheo de Raadt
2004-06-23Fix one-byte overflow in interrupt handling allocator. henning@, miod@ okAaron Campbell
2004-06-23pfr_commit_ktable calls functions that can result in the currentRyan Thomas McBride
ktable being destroyed, which makes it unsafe in a SLIST_FOREACH. Fix from Chris Pascoe
2004-06-23Remove useless debug code.Miod Vallat
2004-06-23Clarify D-Link support by listing specific card revisions thatTodd C. Miller
are prism-based (and thus are supported). Idea from Scott Francis.
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-23Avoid stat before open. Do open and fstat instead.Hans-Joerg Hoexer
Remove check_file_secrecy() as it is obsoleted be check_file_secrecy_fd(). ok ho@
2004-06-23Add atw(4), commented out for now.Todd C. Miller
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
longer locks at boot on mine)
2004-06-23Missed this in the atw(4) commit.Todd C. Miller
2004-06-23Make compiling with Boehm's gc possible again.Hakan Olsson
2004-06-23tabs vs spacesAaron Campbell
2004-06-23Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man pageHakan Olsson
says we do. Noted and tested by alex at vbone.net. Also avoid a potential SEGV here. hshoexer@ok
2004-06-23Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to notHans-Joerg Hoexer
touch flows. initial work by markus ok markus@ ho@ henning@