Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-24 | Work in progress, early check-in requested by niklas@ | Andreas Gunnarsson | |
2004-06-24 | make safe for inclusion in C++ code; ok deraadt@ | Christian Weisgerber | |
2004-06-24 | Add genericstable to the list of databases we can create automatically. | Tom Cosgrove | |
"looks fine" millert@ | |||
2004-06-24 | Allocate 8 pages for process argv, not one. This should really be ARG_MAX | Todd C. Miller | |
but sysctl_proc_args() needs changes to support that. | |||
2004-06-24 | When given multiple processes to kill, keep going if we are unable to kill | Todd C. Miller | |
one (previously it would error out and not kill the remaining ones). OK deraadt@ | |||
2004-06-24 | Add comment explaining what "bootprompt" is for | Tom Cosgrove | |
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer | |
Fix handling of sigchild. Now it's possible to sigstop/sigcont isakmpd correclty. ok ho@ | |||
2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we | Tom 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-24 | free() correct object; andrushock@korovino.net | Theo de Raadt | |
2004-06-24 | Add ehci. ok drahn@ | Thomas Nordin | |
2004-06-24 | Missing file from 8.13.0 | Todd C. Miller | |
2004-06-24 | sync | Theo de Raadt | |
2004-06-24 | hsearch API/ABI u_int -> size_t -> crank majors; ok millert | Theo de Raadt | |
2004-06-24 | sync | Theo de Raadt | |
2004-06-24 | Also handle keys from x509-certificates embedded in keynote credentials. | Hans-Joerg Hoexer | |
with msf@ ok ho@ | |||
2004-06-24 | "error" could be left uninitialized | Jun-ichiro itojun Hagino | |
2004-06-24 | ultra minor KNF | Jun-ichiro itojun Hagino | |
2004-06-24 | missing Xr | Theo de Raadt | |
2004-06-24 | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. | Todd C. Miller | |
Now passes the regress tests. | |||
2004-06-24 | undo tree breakage, sorry | Peter Valchev | |
2004-06-24 | hsearch regress from NetBSD via ray at cyth dot net | Todd C. Miller | |
2004-06-24 | Update to sendmail.8.13.0 | Todd C. Miller | |
2004-06-24 | endian fix from chris pascoe | Jolan Luff | |
tested by nordin@ and david gwynne | |||
2004-06-23 | Print corrent prefix. Found and tested by alex at vbone.net. | Hakan Olsson | |
2004-06-23 | Do not send IPIs while cold. Should probably fix the pmap_kremove panics ↵ | Niklas Hallqvist | |
some have seen. | |||
2004-06-23 | oops, keep MP stuff inside MULTIPROCESSOR | Niklas Hallqvist | |
2004-06-23 | Renumber I/O APICs who clash with other APICs. Also clear the delivery | Niklas 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-23 | Fix counting in master/slave when passing environment variables; ok djm@ | Darren Tucker | |
2004-06-23 | Assorted 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-23 | make -w optional; ok miod@ | David Krause | |
2004-06-23 | kill that stupid AS path loop whining, that is normal | Henning Brauer | |
2004-06-23 | -tttt prints time between packets; ok deraadt | Markus Friedl | |
2004-06-23 | halve the rice; sick of throwing out a giant pot every year | Theo de Raadt | |
2004-06-23 | sync | Theo de Raadt | |
2004-06-23 | pretty print; ok ho@ | Markus Friedl | |
2004-06-23 | a few fixes to systrace | marius 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-23 | better dead detect window code; still crap | Theo de Raadt | |
2004-06-23 | Fix one-byte overflow in interrupt handling allocator. henning@, miod@ ok | Aaron Campbell | |
2004-06-23 | pfr_commit_ktable calls functions that can result in the current | Ryan Thomas McBride | |
ktable being destroyed, which makes it unsafe in a SLIST_FOREACH. Fix from Chris Pascoe | |||
2004-06-23 | Remove useless debug code. | Miod Vallat | |
2004-06-23 | Clarify D-Link support by listing specific card revisions that | Todd C. Miller | |
are prism-based (and thus are supported). Idea from Scott Francis. | |||
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom | |
2004-06-23 | Avoid 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-23 | Add atw(4), commented out for now. | Todd C. Miller | |
2004-06-23 | enable ahd by default (still some work for marco and krw, but it no | Theo de Raadt | |
longer locks at boot on mine) | |||
2004-06-23 | Missed this in the atw(4) commit. | Todd C. Miller | |
2004-06-23 | Make compiling with Boehm's gc possible again. | Hakan Olsson | |
2004-06-23 | tabs vs spaces | Aaron Campbell | |
2004-06-23 | Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man page | Hakan Olsson | |
says we do. Noted and tested by alex at vbone.net. Also avoid a potential SEGV here. hshoexer@ok | |||
2004-06-23 | Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not | Hans-Joerg Hoexer | |
touch flows. initial work by markus ok markus@ ho@ henning@ |