Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@. | |||
2005-10-06 | I should have read the RFC more carefully. | Claudio Jeker | |
...if only one of the instances has its LS age field set to MaxAge The important part is "only one", so check if both LSA are at MaxAge and in that case return 0 -- the LSAs are identical. This fixes a super nasty doom loop between two ospfd sending each other LSA updates at an incredible speed. Tested and OK norby@ | |||
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding | |
Undo boundaries are now placed at newlines, and undo of search-replace works as expected. Fixes bad behaviour reported by matthieu Ok deraadt@, beck@ | |||
2005-10-06 | put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris ok | Michael Shalayeff | |
2005-10-06 | put cpp opts into CPPFLAGS and add a future MLINKS; joris@ ok | Michael Shalayeff | |
2005-10-06 | add those bits i had somewhere in one of my trees; | Xavier Santolaria | |
2005-10-06 | tweaks; | Xavier Santolaria | |
2005-10-06 | regen. | Federico G. Schwindt | |
2005-10-06 | readd pci1620, but correctly this time. deraadt@ ok. | Federico G. Schwindt | |
sorry about the dup. | |||
2005-10-06 | ident command, written by xsa@ but he is too busy with work right now; | Joris Vink | |
2005-10-06 | lots of pcmcia, cardbus, and wireless goodies come to town; work with tdeval | Theo de Raadt | |
2005-10-06 | note that /etc/mygate will cause conflict with pppoe(4) | Jason McIntyre | |
and advise against it; | |||
2005-10-06 | - keep text concerning the options in the option descriptions | Jason McIntyre | |
- use a list for excluded files - clean up BUGS which is very ugly - use -print0 rather than -print - couple minor bits ok deraadt@ | |||
2005-10-06 | tweak layout; | Jason McIntyre | |
from michael knudsen; | |||
2005-10-06 | sync rlog_usage() with reality. | Niall O'Higgins | |
2005-10-06 | support rlog command; | Joris Vink | |
2005-10-06 | support -n and -k flags; | Joris Vink | |
2005-10-06 | regen | Otto Moerbeek | |
2005-10-06 | Greatly speedup MAKEDEV by using arrays instead of very long strings | Otto Moerbeek | |
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@ | |||
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek | |
philosophy, but in this case it's worth it. ok deraadt@ | |||
2005-10-06 | change "pcistate failed to revert" test message to a debug printf. | Brad Smith | |
2005-10-06 | typo | Brad Smith | |
2005-10-06 | add Apple BCM5701 | Brad Smith | |
2005-10-06 | regen | Brad Smith | |
2005-10-06 | add another Intel 10Gb PCI id. | Brad Smith | |
2005-10-06 | add -r flag and sync usage; | Joris Vink | |
2005-10-06 | rcsclean now works; | Joris Vink | |
2005-10-06 | show fpath when checking out files; | Joris Vink | |
2005-10-06 | thanks to niallo's diff changes, we now can support rcsdiff; | Joris Vink | |
only basic stuff works, more coming; | |||
2005-10-06 | sync | Theo de Raadt | |
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins | |
and some #defines - include this header in rcs.c - link rcs against diff.c this allows us to use the existing diff work from opencvs within functions in the rcs.c API and thus in rcs programs. paves the way for diff support in usr.bin/rcs programs. ok joris@ | |||
2005-10-05 | sync | Theo de Raadt | |
2005-10-05 | delete crap that fgs commited WITHOUT TESTING | Theo de Raadt | |