Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod Vallat | |
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@ | |||
2004-08-19 | STT_FUNC can be an absolute too | Michael Shalayeff | |
2004-08-19 | - sort options and sync usage() | Jason McIntyre | |
- a few other tweaks ok mickey@ | |||
2004-08-19 | #ifdef TI_VERBOSE around "no free jumbo buffers" printf. | Ryan Thomas McBride | |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat | |
but it could cause the output to stop completely. While there, fix cnputc() prototype and clean up cngetc(). | |||
2004-08-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride | |
packets unless we're debugging. | |||
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride | |
unless we're debugging. | |||
2004-08-19 | document use of "isakmpd -Ka" with bgpd. | Hans-Joerg Hoexer | |
ok (and help) henning@ jmc@ jaredy@ | |||
2004-08-19 | better diagnostics | Henning Brauer | |
2004-08-19 | logic error: when there's changes affecting nexthop reachability, | Henning Brauer | |
always notify the RDE and not only if the nexthop was previously unreachable, i.e. its validity changed. found the hard way by Arvid Grtting <arvidg@netfonds.no>, claudio ok | |||
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat | |
too much with warning messages. | |||
2004-08-19 | Remove debug printf that crept in. | Miod Vallat | |
2004-08-19 | text errors found by Alexey E. Suslikov; | Jason McIntyre | |
2004-08-19 | some grammatical tweaks; | Jason McIntyre | |
2004-08-19 | there be usb dragons | Michael Shalayeff | |
2004-08-19 | Regen. | Miod Vallat | |
2004-08-19 | ``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago by | Miod Vallat | |
jmc@. | |||
2004-08-19 | updated packages list lastly | Peter Valchev | |
2004-08-19 | bruce lee | Michael Shalayeff | |
2004-08-19 | fly on defaults for MDDISKDEVS and MDCDDEVS | Michael Shalayeff | |
2004-08-19 | document -QZ options; pt out by david hill | Michael Shalayeff | |
2004-08-19 | more about more recent stuff; from Dmitry Bogdan | Michael Shalayeff | |
2004-08-19 | commented out ahd (compiles but does not work) | Michael Shalayeff | |
2004-08-18 | some consistency fixes; | Jason McIntyre | |
2004-08-18 | - .Xr utmp 5 | Jason McIntyre | |
- sort options and sync usage() | |||
2004-08-18 | - Xr w 1 | Jason McIntyre | |
- sort options and sync usage() | |||
2004-08-18 | Fix last commit, all 4 com ports use the same frequency. Prompted | Todd C. Miller | |
by a comment from henning@ | |||
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove | |
as recently fixed on i386. requested by, and ok, deraadt@ | |||
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar | |
reported by Robert Stone ( robert at arbor net ) via PR 3852 This is a different fix since gre(4) may carry non-ip packets. tested by Robert Stone and markus@ ok markus@ deraadt@ | |||
2004-08-18 | regen for NetMos 4S | Todd C. Miller | |
2004-08-18 | Add NetMos 4S (4 port serial) | Todd C. Miller | |
2004-08-18 | A potpourri of fixes and improvements: | Miod Vallat | |
- sync with recent NetBSD changes, gives better performance for PIO reads; - sprinkle a few DELAY when busy-waiting for the chip to change state, to unload the bus. ok deraadt@, tests millert@ and I. | |||
2004-08-18 | sync emacs name, xsa | Theo de Raadt | |
2004-08-18 | Add 'irq6/clock0' to evcount on luna88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-18 | s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names) | Dale Rahn | |
ok miod@ and deraadt@ | |||
2004-08-18 | skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar | Markus Friedl | |
2004-08-18 | update to more recent times: we don't have a 1024 limit anymore, grub | Marc Espie | |
boots OpenBSD, linux-2.0.36 is dead, and I no longer do linux installs. Try to give simpler instructions. Some input by Tim Kornau. | |||
2004-08-18 | update list here too | Peter Valchev | |
2004-08-18 | update list of packages | Peter Valchev | |
2004-08-18 | remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wb | Theo de Raadt | |
add: ahd This is a wortwhile exhange! | |||
2004-08-17 | keep all "ifconfig <cloneable> create" examples the same | Jared Yanovich | |
ok jmc | |||
2004-08-17 | capitalize Fast Ethernet and Gigabit Ethernet | Jared Yanovich | |
ok jmc | |||
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn | |
2004-08-17 | don't forget to set rv to zero on false match | Michael Shalayeff | |
2004-08-17 | Regen | Miod Vallat | |
2004-08-17 | Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite it | Miod Vallat | |
being handmade in std). spotted by jmc@, ok deraadt@ | |||
2004-08-17 | ahc has been said to work again | Michael Shalayeff | |
2004-08-17 | Improved interrupt counters for arm: no spaces in the names, | Dale Rahn | |
return correct value for interrupt routines, fix some string overflows. only count the interrupts we are interested in. ok miod@ | |||
2004-08-17 | missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit ↵ | Michael Shalayeff | |
<moritz@jodeit.org> | |||
2004-08-17 | printf repair | Theo de Raadt | |