summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-07wonky capitalisation;Jason McIntyre
from bsd rutgers edu
2005-10-07spacingReyk Floeter
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-10-07give an example email address - this is important as we need to showJason McIntyre
angle brackets are necessary; better wording; from ray lai, who remembered to prod bob and i again when we forgot; ok beck@ in a slightly different incarnation;
2005-10-07IFCAP_VLAN_MTUBrad Smith
2005-10-07revert this change.Brad Smith
2005-10-07sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-10-07free bus_dma resources for all failures in attach.Brad Smith
2005-10-07some fixes for the lge driver, though still doesn't work..Brad Smith
- use MEXTADD() macro - remove spl from attach - use splnet - disestablish interrupt on failure and some other cleaning
2005-10-07KNFMarco Pfatschbacher
2005-10-07Add stp as supported protocol.Marco Pfatschbacher
While there remove reference to /etc/protocols for ether proto. Instead enumerate all supported ethernet protocols. OK jmc@ a while ago.
2005-10-07Add Spanning Tree Protocol support.Marco Pfatschbacher
Bump version to 3.1. OK brad@
2005-10-07fix fiji dayMichael Shalayeff
2005-10-07sync help message with reality: sort acceptes keyword "pri"Hans-Joerg Hoexer
ok deraadt@
2005-10-07match uata devices found on more modern (ie. G5) machines. partsTheo de Raadt
from kettenis, ok drahn
2005-10-07missing progname, clamat@telus.netTheo de Raadt
2005-10-07Document the recent changes to the multicast routing in the kernel.Esben Norby
from jmc@ ok jmc@
2005-10-07Don't display errno message when errno isn't set.Pedro Martelletto
Okay deraadt@, moritz@, help and okay henning@
2005-10-07change DSA default back to 1024, as it's defined for 1024 bits onlyMarkus Friedl
and this causes interop problems with other clients. moreover, in order to improve the security of DSA you need to change more components of DSA key generation (e.g. the internal SHA1 hash); ok deraadt
2005-10-07remove mknod documentation - although /bin/sh supports it, this pageJason McIntyre
documents a posix shell (as far as possible); ok otto@
2005-10-07brief description of mknod built-in;Jason McIntyre
add mknod to list of (regular ksh) built-ins; ok otto@
2005-10-07various fixes; little dancing ;(Jason McIntyre
marco: new sentence, new line please!
2005-10-07fixes rev 1.50. got a stack smashed.Damien Bergamini
looks like i committed the wrong version.
2005-10-07eliminate use of M_HASFCSMartin Reindl
ok brad@ from NetBSD
2005-10-07Report interface link state changes in sppp layerCan Erkin Acar
Help and ok claudio@, ok brad@
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
the new setting doesn't do anything.
2005-10-07fix nameBrad Smith
2005-10-07regenBrad Smith
2005-10-07fix some Intel Gig names.Brad Smith
2005-10-07rename dload_list to grpsym_list which better represents its usage.Kurt Miller
2005-10-07regenBrad Smith
2005-10-07oops, meaant to put LR here and not SR.Brad Smith
2005-10-07syncTheo de Raadt
2005-10-07Sync with r1.18 of aic7xxx.seq.Kenneth R Westerback
2005-10-07From gibbs via FreeBSD (r1.127): "Extend critical section protectionKenneth R Westerback
around portions of selection processing that cannot tolerate changes to the waiting for selection queue by the host or the host cancelling an active selection." Chuck in comment adjustment of r1.128 too, and note we are sync'd to r1.128.
2005-10-06Use correct timer when reinstating timeouts. Adapted from FreeBSDKenneth R Westerback
aic79xx_osm.c r1.22 fix by gibbs.
2005-10-06remove dep_next "shadow object" dead code.Kurt Miller
2005-10-06separate load group references from dep lib child/dload lists. move loadKurt Miller
group refs to own per object ref counter (grprefcount) and list (grpref_list). corrects more complex load group ref cases and side effects from initial implementation. design ideas and ok drahn@
2005-10-06Add man for ipmi. jmc have a ball :-)Marco Peereboom
2005-10-06o Use firmware extended scan command; this one doesn't crash when scanningDamien Bergamini
the 5GHz band. o Enable 802.11a channels scanning for 2915ABG adapters. o Fix a typo (negociated->negotiated).
2005-10-06remove comment about M_HASFCSBrad Smith
2005-10-06Eliminate use of M_HASFCS.Brad Smith
From thorpej NetBSD
2005-10-06Add find-file-read-only keybinding (c-X c-R), as in emacs.Kjell Wooding
closes PR4523. Enjoy, jason!
2005-10-06match isp as a PCI device called "SUNW,isptwo".Brad Smith
From mrg NetBSD ok miod@
2005-10-06warn when no keywords were found;Joris Vink
2005-10-06improve examples and show how to use KEY_LENGTH. Slightly different fix thanHans-Joerg Hoexer
proposed by sthen at spacehopper dot org, fixes pr 4522, thanks! ok and with jmc@
2005-10-06regenOtto Moerbeek
2005-10-06Forgat this one, as noted by deraadt@Otto Moerbeek
2005-10-06typoPedro Martelletto
2005-10-06Use part of the reserved space on the disk inode to scatter 16 more bitsPedro Martelletto
for the UID and GID, making them 32-bit. Based on what Linux does, with a slightly different implementation. Endianess issue in fsck noted by miod@, okay deraadt@.