Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | Repair my merging error, simplify DIOCCLRSTATUS code. ok dhartmei@ | Cedric Berger | |
2004-01-05 | Repair merge errors. Thanks Pyun YongHyeon, Sorry Henning :) | Cedric Berger | |
2004-01-05 | .Xr bgpctl | Henning Brauer | |
2004-01-05 | typos from Jared Yanovich; | Jason McIntyre | |
2004-01-05 | fix SYNOPSIS; | Jason McIntyre | |
SEE ALSO after FILES; add arg to .Xr; | |||
2004-01-05 | sort options and SYNOPSIS; | Jason McIntyre | |
sync usage(); | |||
2004-01-05 | clarify description of colon `action'; | Jason McIntyre | |
ok djm@ | |||
2004-01-05 | move an .Ed to the right place; | Jason McIntyre | |
from NetBSD (augustss@ rev. 1.15); also remove -compact from the list to make the page more readable; | |||
2004-01-05 | Do not have non-dynamic crt0 depend upon libc's strrchr() function on a.out. | Miod Vallat | |
2004-01-05 | Use correct type for old values. No binary change. | Otto Moerbeek | |
ok mickey@ miod@ | |||
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback | |
sdclose() unless they identified themselves as removable. ok deraadt@. | |||
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2004-01-05 | excessively detailed error messages are not unix | Theo de Raadt | |
2004-01-05 | sync | Theo de Raadt | |
2004-01-05 | abcomodate cross for the new nm+size | Michael Shalayeff | |
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff | |
2004-01-05 | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} | Kenneth R Westerback | |
block. Put irq on first ahc line after 'rev 0xYY', rather than a separate line. ok deraadt@. | |||
2004-01-05 | Get rid of volatile variables that were a vain attempt to prevent the | Todd C. Miller | |
compiler from optimizing away memset() calls. Instead, add a new function, zero_bytes(), to clear buffers with sensitive contents. Taken from the sudo cvs repo, man. | |||
2004-01-05 | unobfuscate systm.h: use va_list for vprintf. | Marc Espie | |
_BSD_VA_LIST_ explained by millert@, okay drahn@ | |||
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove | |
We now use EDD calls if the disk supports it, so we can boot partitions that start above the 8 GB CHS limit. Of itself, this change does not remove the current 8 GB limit for OpenBSD/i386. Much testing nick@; thanks. ok weingart@, deraadt@. | |||
2004-01-04 | when imsg_get has no imsg any more for us, do not set the done flag, | Henning Brauer | |
instead, break out of the inner loop so the outer loop gets us a new fix via imsg_read | |||
2004-01-04 | cope with poll error | Henning Brauer | |
2004-01-04 | In pmap_activate(), be sure to always flush the user tlb, even if we are | Miod Vallat | |
scheduling a kernel thread, as we depend upon this behaviour now. | |||
2004-01-04 | show da timers | Henning Brauer | |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn | |
unnecessary for these files, delete. ok espie@ | |||
2004-01-04 | Previous monotomic clock fix had major issues, this improves the matter. | Dale Rahn | |
ok otto@ | |||
2004-01-04 | split the dispatch_imsg function into twom one per pipe. | Henning Brauer | |
with the amount of different msgs the RDE is handling the checks wether a msg was received on the "wrong" pipe make things less clear. also remove some outdated comments | |||
2004-01-04 | show message statistics in the "show neighbor" view | Henning Brauer | |
2004-01-04 | err, on receival of keepalives increase the keepalive counter, not the update | Henning Brauer | |
counter... | |||
2004-01-04 | oops... string.h ended up being included twice; pointed out by espie | Peter Valchev | |
2004-01-04 | keep seperate message counters for open/update/keepalive/notification | Henning Brauer | |
2004-01-04 | kill multi-line string; ok miod | Peter Valchev | |
2004-01-04 | new command "reload" | Henning Brauer | |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer | |
-upong receival in the SE forward to parent -make sending messages from SE to parent work for that (was not required before) -parent reacts to that just like a SIGHUP, reread config file | |||
2004-01-04 | catch up | Henning Brauer | |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer | |
2004-01-04 | re-org some parts; grudging ok from jmc | Theo de Raadt | |
2004-01-04 | knf and lint | Theo de Raadt | |
2004-01-04 | spacing | Theo de Raadt | |
2004-01-04 | add infrastructure for command line parsing | Henning Brauer | |
to test that i had to add a "show neighbor" view... | |||
2004-01-04 | OpenBSD/powerpc is a __unix__ system. | Dale Rahn | |
2004-01-04 | c++rt0 is a relic. It shall go away. | Dale Rahn | |
2004-01-04 | c++rt0.o is a relic of long ago. tested on ELF drahn a.out miod, ok miod@ | Dale Rahn | |
2004-01-04 | in the SE, keep the remote router-id in network byte order, just like | Henning Brauer | |
every other IP address in the RDE, transform in into host byte order upon receival | |||
2004-01-04 | better macro name (IF_LOCKED -> BOUND_IFACE). from markus. | Cedric Berger | |
2004-01-04 | don't ignore "!" on "binat on !foo". ok mcbride@ | Cedric Berger | |
2004-01-04 | sync | Theo de Raadt | |
2004-01-04 | typo | Jolan Luff | |
2004-01-04 | +syslogc | Damien Miller | |
2004-01-04 | syslogc - client to read memory buffered logs from syslogd; | Damien Miller | |
manpage nits jmc@, fixes jose@; ok deraadt@ |