Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-08 | whitespace both in comment; from bernd | Henning Brauer | |
2004-10-08 | Fix small typos and adjust punctuation. | Hans-Joerg Hoexer | |
ok jmc | |||
2004-10-08 | Fix DDB/DEBUG ifdefs dance. | Alexander Yurchenko | |
Help and ok from miod, ok pefo@ | |||
2004-10-08 | Pasto in comment. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Compile netisr code only for network-capable kernels. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | pseudo-device crypto is unnecessary for installs. | Ryan Thomas McBride | |
kill kill kill kill miod@ | |||
2004-10-08 | trapdebug_enter() really takes 2 args, not 1. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | disksubr.c should depend on disk. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Use ${MKDEP} instead of mkdep. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | Don't increment beyond end of message. | Hakan Olsson | |
2004-10-08 | shrink and tidy; ok dtucker@ | Damien Miller | |
2004-10-08 | don't print media info | Brad Smith | |
2004-10-07 | Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces) | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | Add an Ethernet option bit for master mode (for 1000baseT, the link | Brad Smith | |
master provides the clock -- this is normally the switch, but if you are doing back-to-back NICs, you need to tell one side to be the master). ok mcbride@ | |||
2004-10-07 | add constants for 1000Base-X duplex negotiation. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | *phy -> *sc | Brad Smith | |
ok jason@ | |||
2004-10-07 | cardbusdevs -> pcidevs | Brad Smith | |
From NetBSD | |||
2004-10-07 | regen | Brad Smith | |
2004-10-07 | merge vendors/devices from cardbusdevs | Brad Smith | |
2004-10-07 | GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. | Todd C. Miller | |
2004-10-07 | Kill register and fix some whilespace goofs in a do {} while loop. | Todd C. Miller | |
2004-10-07 | accomodate for hppa64 as well | Michael Shalayeff | |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer | |
at the beginning of each BGP message is all 1s instead of looping and comparing one by one | |||
2004-10-07 | missing dohooks(), needed for (em0:network) style notation with v6, was not | Henning Brauer | |
updated properly in all cases. from cedric | |||
2004-10-07 | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net | Damien Miller | |
ok markus@ | |||
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller | |
2004-10-07 | When printing attributes do not cast unsigned value to signed. | Hans-Joerg Hoexer | |
ok & help otto ok deraadt henning markus | |||
2004-10-07 | introduce -p option and p command to only show a single process. | Otto Moerbeek | |
From Patrick Latifi. ok deraadt@ millert@ | |||
2004-10-07 | regen | Jonathan Gray | |
2004-10-07 | add the Radeon in my iBook, ok deraadt@ | Jonathan Gray | |
2004-10-06 | typo | Brad Smith | |
2004-10-06 | Enable round-robin arbitration between transmit and receive unit | Brad Smith | |
in the 21143, instead of giving priority to the receive unit. This gives a 10-15% performance improvement in the forwarding rate under heavy load. From FreeBSD ok mcbride@ nick@ deraadt@ | |||
2004-10-06 | Pass -finhibit-size-directive to the compiler, so that binutils 2.15 | Miod Vallat | |
do not create an .eh_frame section in object files. | |||
2004-10-06 | set the congestion window to two segments (instead of only one), this matches | Markus Friedl | |
the window size he have when entering the established state. ok deraadt@ | |||
2004-10-06 | Unbreak tcpdump on the carp interface; variable shadowing pointed out by | Ryan Thomas McBride | |
Patrick Latifi (diff based on his). | |||
2004-10-05 | Use priority instead of facility in vsyslog() | Marco Pfatschbacher | |
Pointed out by Peter Philipp. ok mcbride@ | |||
2004-10-05 | Change the default passtime to 25 minutes, | Bob Beck | |
MTA's with a quadratic retry schedule have a retry after 26 minutes, and then again after an hour, so this probably makes a lot more sense than the old 30 minute default. ok henning@ | |||
2004-10-05 | move expand down to ::ExeclikeAction | Marc Espie | |
2004-10-05 | unbreak expand | Marc Espie | |
2004-10-05 | explicitly call the right destate for Extradir | Marc Espie | |
2004-10-05 | more inheritance, reorder stuff slightly | Marc Espie | |
2004-10-05 | intermediate ::DirlikeObject class, so that all dir objects inherit from | Marc Espie | |
it, including ::DirRm. | |||
2004-10-05 | make a list of all conflicts. | Marc Espie | |
2004-10-05 | unbreak pure comments, handle @option at new level. | Marc Espie | |
2004-10-05 | Let DirBase inherit from FileObject | Marc Espie | |
2004-10-05 | kill unneeded includes | Michael Shalayeff | |
2004-10-05 | Add 6300ESB. | Alexander Yurchenko | |
2004-10-05 | Support for 6300ESB (timecounter, not SpeedStep of course). | Alexander Yurchenko | |
2004-10-05 | - switch to pci_matchbyid() | Alexander Yurchenko | |
- better printf | |||
2004-10-05 | Includes nit. | Alexander Yurchenko | |