Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-07 | wonky capitalisation; | Jason McIntyre | |
from bsd rutgers edu | |||
2005-10-07 | spacing | Reyk Floeter | |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter | |
2005-10-07 | give an example email address - this is important as we need to show | Jason 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-07 | IFCAP_VLAN_MTU | Brad Smith | |
2005-10-07 | revert this change. | Brad Smith | |
2005-10-07 | sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith | |
2005-10-07 | free bus_dma resources for all failures in attach. | Brad Smith | |
2005-10-07 | some 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-07 | KNF | Marco Pfatschbacher | |
2005-10-07 | Add 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-07 | Add Spanning Tree Protocol support. | Marco Pfatschbacher | |
Bump version to 3.1. OK brad@ | |||
2005-10-07 | fix fiji day | Michael Shalayeff | |
2005-10-07 | sync help message with reality: sort acceptes keyword "pri" | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2005-10-07 | match uata devices found on more modern (ie. G5) machines. parts | Theo de Raadt | |
from kettenis, ok drahn | |||
2005-10-07 | missing progname, clamat@telus.net | Theo de Raadt | |
2005-10-07 | Document the recent changes to the multicast routing in the kernel. | Esben Norby | |
from jmc@ ok jmc@ | |||
2005-10-07 | Don't display errno message when errno isn't set. | Pedro Martelletto | |
Okay deraadt@, moritz@, help and okay henning@ | |||
2005-10-07 | change DSA default back to 1024, as it's defined for 1024 bits only | Markus 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-07 | remove mknod documentation - although /bin/sh supports it, this page | Jason McIntyre | |
documents a posix shell (as far as possible); ok otto@ | |||
2005-10-07 | brief description of mknod built-in; | Jason McIntyre | |
add mknod to list of (regular ksh) built-ins; ok otto@ | |||
2005-10-07 | various fixes; little dancing ;( | Jason McIntyre | |
marco: new sentence, new line please! | |||
2005-10-07 | fixes rev 1.50. got a stack smashed. | Damien Bergamini | |
looks like i committed the wrong version. | |||
2005-10-07 | eliminate use of M_HASFCS | Martin Reindl | |
ok brad@ from NetBSD | |||
2005-10-07 | Report interface link state changes in sppp layer | Can Erkin Acar | |
Help and ok claudio@, ok brad@ | |||
2005-10-07 | Stop and restart the i2s clock when changing the snapper speed, otherwise | Dale Rahn | |
the new setting doesn't do anything. | |||
2005-10-07 | fix name | Brad Smith | |
2005-10-07 | regen | Brad Smith | |
2005-10-07 | fix some Intel Gig names. | Brad Smith | |
2005-10-07 | rename dload_list to grpsym_list which better represents its usage. | Kurt Miller | |
2005-10-07 | regen | Brad Smith | |
2005-10-07 | oops, meaant to put LR here and not SR. | Brad Smith | |
2005-10-07 | sync | Theo de Raadt | |
2005-10-07 | Sync with r1.18 of aic7xxx.seq. | Kenneth R Westerback | |
2005-10-07 | From gibbs via FreeBSD (r1.127): "Extend critical section protection | Kenneth 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-06 | Use correct timer when reinstating timeouts. Adapted from FreeBSD | Kenneth R Westerback | |
aic79xx_osm.c r1.22 fix by gibbs. | |||
2005-10-06 | remove dep_next "shadow object" dead code. | Kurt Miller | |
2005-10-06 | separate load group references from dep lib child/dload lists. move load | Kurt 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-06 | Add man for ipmi. jmc have a ball :-) | Marco Peereboom | |
2005-10-06 | o Use firmware extended scan command; this one doesn't crash when scanning | Damien Bergamini | |
the 5GHz band. o Enable 802.11a channels scanning for 2915ABG adapters. o Fix a typo (negociated->negotiated). | |||
2005-10-06 | remove comment about M_HASFCS | Brad Smith | |
2005-10-06 | Eliminate use of M_HASFCS. | Brad Smith | |
From thorpej NetBSD | |||
2005-10-06 | Add find-file-read-only keybinding (c-X c-R), as in emacs. | Kjell Wooding | |
closes PR4523. Enjoy, jason! | |||
2005-10-06 | match isp as a PCI device called "SUNW,isptwo". | Brad Smith | |
From mrg NetBSD ok miod@ | |||
2005-10-06 | warn when no keywords were found; | Joris Vink | |
2005-10-06 | improve examples and show how to use KEY_LENGTH. Slightly different fix than | Hans-Joerg Hoexer | |
proposed by sthen at spacehopper dot org, fixes pr 4522, thanks! ok and with jmc@ | |||
2005-10-06 | regen | Otto Moerbeek | |
2005-10-06 | Forgat this one, as noted by deraadt@ | Otto Moerbeek | |
2005-10-06 | typo | Pedro Martelletto | |
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro 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@. |