Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-28 | +.Xr mount_ext2fs | Marc Espie | |
Yet another obscure filesystem that no-one ever uses... (found out by Sebastien Desreux <seb@liafa.jussieu.fr>) | |||
2001-03-28 | Status update. | Marc Espie | |
Document rebuild, CONFIGURE_ARGS, CONFIGURE_ENV, NO_BUILD, NO_DEPENDS, YACC. | |||
2001-03-28 | Amigas has ne-cards too, at zbus0. | Janne Johansson | |
2001-03-28 | Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD) | brian | |
2001-03-28 | must spec +1 in this one case... | Theo de Raadt | |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt | |
2001-03-28 | Add some DIAGNOSTIC checks that panic on some of the common mistakes. | Artur Grabowski | |
2001-03-28 | sigh, forgot another ifdef; use bus_space_xx for cross plataform support. | Federico G. Schwindt | |
2001-03-28 | KNF | Theo de Raadt | |
2001-03-28 | Use vaddr_t instead of vm_offset_t. | Federico G. Schwindt | |
2001-03-28 | uncomment and use code to determine whether we interrupted or not | Jason Wright | |
correct comment typo | |||
2001-03-28 | Replaced with bt8xx.h; byebye. | Federico G. Schwindt | |
2001-03-28 | remove old files. | Federico G. Schwindt | |
2001-03-28 | ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD. | Federico G. Schwindt | |
2001-03-28 | New set of files for bktr(4). | Federico G. Schwindt | |
2001-03-28 | Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson | Federico G. Schwindt | |
<andreas@crt.se> for testing. | |||
2001-03-28 | do not core on truncated query-less dns packets; fix pr1746 | Michael Shalayeff | |
2001-03-28 | Rework vlan_start() to make sure it -never- munges the packet internals (eg. | Jason Wright | |
shared mbuf clusters) Revert the deleted m_adj() call in vlan_input() back to inline mbuf manipulation, all of the checks really are there by API/convention. | |||
2001-03-27 | Rearrange title macros into the correct order. | Aaron Campbell | |
2001-03-27 | Get rid of bogus .UC macro, likely an artifact of old mdoc conversions. | Aaron Campbell | |
2001-03-27 | The .Os macro should not be used in the general text domain. | Aaron Campbell | |
2001-03-27 | Move the boot loader relocation address higher, for full-featured | Miod Vallat | |
(GENERIC) kernel to fit. ``experienced by'' & ok smurph@ | |||
2001-03-27 | Fix another memory leak, found by boehm-gc. While not required, | Hakan Olsson | |
also keep what I think is a cleanup of pf_key_v2_msg_free(). | |||
2001-03-27 | avoid a mapreg type mismatch warning when mapping card's io space | Michael Shalayeff | |
2001-03-27 | sync | Theo de Raadt | |
2001-03-27 | Plug one memory leak. Found with boehm-gc. | Hakan Olsson | |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos | |
okay markus@, deraadt@ | |||
2001-03-27 | some more quircks | Michael Shalayeff | |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson | |
Found with ElectricFence. | |||
2001-03-27 | (c)-2001 | Hakan Olsson | |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski | |
When we allocated a tdb we did a timeout_add before a timeout_set. This was a problem in itself, but it shouldn't hurt too much. What did hurt was that we did a timeout_set after the timeout_add, timeout_set marked the timeout as not being on the timeout list and if we did a timeout_del (or timeout_add) later (before the timeout fired) we ended up with a chunk of freed memory on the timeout queue or maybe even dangling pointers (or a circular list). This should probably cure the timeout queue corruption some people were seeing lately. | |||
2001-03-27 | some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5 | Markus Friedl | |
signatures in SSH protocol 2, ok djm@ | |||
2001-03-27 | use EVP_get_digestbynid, reorder some calls and fix missing free. | Markus Friedl | |
2001-03-27 | clean more dangling spaces | Artur Grabowski | |
2001-03-27 | regen | Peter Galbavy | |
2001-03-27 | Add an old 'ne' compatible card from Greycell and the matching data | Peter Galbavy | |
to if_ne_pcmcia.c. OK mickey@ | |||
2001-03-27 | __weak_alias, __warn_references, __indr_reference are unimplemented now; from d@ | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | just found another one | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | a few more if_wi-compatible devices | Michael Shalayeff | |
2001-03-27 | sync | Theo de Raadt | |
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat | |
configurations. | |||
2001-03-27 | a few typos in comments, and uhm, size mismatches | Michael Shalayeff | |
2001-03-26 | try to read private f-secure ssh v2 rsa keys. | Markus Friedl | |
2001-03-26 | KNF | Markus Friedl | |
2001-03-26 | Fix bug I introduced... if m_pullup fails, don't try to free the result. | Jason Wright | |
2001-03-26 | Replacement for original tsort. | Marc Espie | |
The old code suffers from a few defects: - it does not even implement the standard optimal topological sort algorithm. It's much slower. - its longest cycle computation is completely bogus. This is clean-slate code, that does implement the actual standard optimal topological sort, together with a correct graph traversal to find longest cycles. It does also feature a `stable tsort' mode, where it uses a heap to yield the least disturbed permutation of input nodes that satisfies the ordering constraints (in particular, try tsort -f). Thanks to the nature of the problem, the actual output won't exactly match the old one, but it does pass the regression suite (and it is a topological sorter). Ok millert@ | |||
2001-03-26 | fix scsi_done calling, locking, quartz_done | Michael Shalayeff | |
2001-03-26 | Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370 | Chris Cappuccio | |