Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-05 | libmilter libs belong in comp, not base. From mpech@, OK deraadt@ | Todd C. Miller | |
2004-07-05 | Add ahd man page. | Marco Peereboom | |
2004-07-05 | Add ahd man page. Pointers and irony from miod@, ok deraadt@ | Marco Peereboom | |
2004-07-05 | Allocate buffers in randomread and randomwrite via malloc instead | Todd C. Miller | |
of from the stack. Keeps us from running out of kernel stack during stack-heavy networking load. The bug manifests as a panic during bootup with an fpu-related assertion failure on i386. Fix from Christopher Pascoe; commit requested by deraadt@ | |||
2004-07-05 | Belkin F5D6020 version 1 is a prism card too | Todd C. Miller | |
2004-07-05 | delay, not error | Henning Brauer | |
2004-07-05 | when running as supplier and asked about a defualt route but we have no, | Henning Brauer | |
do not try to fake one when the query comes from a non-local network, i. e. ifp is NULL, which caused a segfault. PR3841, William J Hulley <jonny@abduction.org> | |||
2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further | Theo de Raadt | |
still. tested by matthieu | |||
2004-07-05 | use correct multiplier for us -> s conversion | Otto Moerbeek | |
2004-07-05 | too clever, perl regexps are greedy, ensure we get the correct name. | Marc Espie | |
2004-07-05 | clean & knf | Theo de Raadt | |
2004-07-05 | do not queue events when no daemon running. flush all events on last close. | Theo de Raadt | |
ok tedu | |||
2004-07-05 | Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t. | Todd C. Miller | |
Fixes a warning on 64bit platforms and is less error-prone. OK otto@ | |||
2004-07-05 | userquota and groupquota _optionally_ have a value. | Otto Moerbeek | |
ok pedro@ millert@ | |||
2004-07-05 | %lu and cast to unsigned long to print a size_t; ok ho | Peter Valchev | |
2004-07-05 | The rde no longer needs to check if the nexthop is the loopback address. | Claudio Jeker | |
This is now down in the parent. OK henning@ | |||
2004-07-05 | new blackhole/reject nexthops | Henning Brauer | |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer | |
blackhole/reject routes will be entered to the kernel for matching ones. this is intended to be used with the Cymru Bogon Route Server Project (http://www.cymru.com/BGP/bogon-rs.html) and similar services, claudio ok | |||
2004-07-05 | Still deduce a pkg-name even if there is no .tgz in the pkg-name specified | Marc Espie | |
on the command-line. Problem noticed by Brad Webb. | |||
2004-07-05 | less esoteric error message for missing @name, on a question from | Marc Espie | |
Brad Webb. | |||
2004-07-05 | Compile at -O1 on m68k, sig11 in LYMainLoop at -O2. | Miod Vallat | |
2004-07-05 | don't limit to one remote server any more | Henning Brauer | |
2004-07-05 | calculate the median offset from all servers we sync to and call | Henning Brauer | |
adjtime() when necessary to keep the local clock in sync yes, that means ntpd syncs the local clock now. | |||
2004-07-05 | sync various changes in old_identifycpu() into identifycpu() | David Krause | |
first step toward merging these two functions ok deraadt@ | |||
2004-07-05 | Completes the structs for the isochronous and split transaction | Theo de Raadt | |
isochronous transfer descriptor types. Also updates the doco link at the top of the file; from netbsd; via loki@animata.net | |||
2004-07-05 | Adds missing port routing rules field, fixes an incorrect offset for | Theo de Raadt | |
EHCI_QH_GET_CTL and adds a macro for setting the data toggle on a qtd token; from netbsd; via loki@animata.net | |||
2004-07-05 | This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR to | Theo de Raadt | |
EHCI_HCS_P_INDICATOR and EHCI_QG_MPLMASK to EHCI_QH_MPLMASK); from netbsd; via, loki@animata.net | |||
2004-07-05 | remove useless (always false) check; ok millert henning | Peter Valchev | |
2004-07-05 | fix warning: extra tokens at end of #undef; ok henning | Peter Valchev | |
2004-07-05 | fix a few KNF fallouts | Henning Brauer | |
2004-07-05 | Fix an issue where a shared library could be loaded at two different | Kjell Wooding | |
locations by resolving all dlopens back to a dev/inode. i.e. Don't load a library if the dev/inode it stats back to matches one already in our list. fix started (and ok'ed) drahn@. ok deraadt@. "doesn't break anything yet" pval@ art@ brad@ | |||
2004-07-05 | KNF | Henning Brauer | |
2004-07-04 | properly bitch when we cannot open the config file, basically resembling | Henning Brauer | |
a diff from Damir Horvat <damir@x-si.org> which didn't apply cleanly | |||
2004-07-04 | sync | Theo de Raadt | |
2004-07-04 | shrink, shrink, shrink | Theo de Raadt | |
2004-07-04 | - two typos, stallen -> stolen | Brad Smith | |
- cast base correctly for format string From NetBSD ok deraadt@ | |||
2004-07-04 | sis rev 0x91 seeprom support to get eaddr; from fgsch | Theo de Raadt | |
we supplied 10 soekris boxes to 10 openbsd developers, and these all have some variety or other of sis ethernet. not ONE of them commented about this diff when it was mailed out. how very sad. | |||
2004-07-04 | remove the half-baked and bogus pfi_dynamic_drivers() which tries to guess | Henning Brauer | |
which drivers are hotpluggable. since we removed the stupid check from pfctl a few days ago nothing relies on this any more. ok pb@ mcbride@ | |||
2004-07-04 | Disable optimize_reg_copy_3() on m68k platforms. | Miod Vallat | |
This is a workaround for lines 1055-1057 of tcp_input.c being miscompiled, though the problem looks like missing use/clobber qualifiers in the extendplussidi insn, rather than a specific optimize_reg_copy_3() issue. A proper fix may be devised in the future, in the meantime this allows m68k platforms to be back in track. | |||
2004-07-04 | two missing freeaddrinfo() -- leak; andrushock@korovino.net | Theo de Raadt | |
2004-07-04 | typo; andrushock@korovino.net | Theo de Raadt | |
2004-07-04 | fix a NetBSDism and a pasto left over from the import; ok millert@ | Christian Weisgerber | |
2004-07-04 | Remove requirement that the 'b' partition on the root disk be | Kenneth R Westerback | |
configured during install. If it is configured it will still be unconditionally used as swap, so don't let the user set a mount point for it. Minor white space, commment and verbiage adjustments. Suggested by many including Mickey, Henning, Todd, and Theo. ok deraadt@ | |||
2004-07-04 | put interval defines in ntpd.h and name them consistently | Henning Brauer | |
2004-07-04 | cats -> arm; miod ok | Theo de Raadt | |
2004-07-04 | simplify slightly | Henning Brauer | |
2004-07-04 | KNF | Henning Brauer | |
2004-07-04 | re fits on this floppy | Theo de Raadt | |
2004-07-04 | proc_stop needs sched_lock locked. From art, verified with NetBSD. | Niklas Hallqvist | |
2004-07-04 | Compute the local clock offset from the server's response. | Alexander Guy | |
ok henning@ |