summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@.
2005-10-06I 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-06Make 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-06put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris okMichael Shalayeff
2005-10-06put cpp opts into CPPFLAGS and add a future MLINKS; joris@ okMichael Shalayeff
2005-10-06add those bits i had somewhere in one of my trees;Xavier Santolaria
2005-10-06tweaks;Xavier Santolaria
2005-10-06regen.Federico G. Schwindt
2005-10-06readd pci1620, but correctly this time. deraadt@ ok.Federico G. Schwindt
sorry about the dup.
2005-10-06ident command, written by xsa@ but he is too busy with work right now;Joris Vink
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-06note 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 descriptionsJason 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-06tweak layout;Jason McIntyre
from michael knudsen;
2005-10-06sync rlog_usage() with reality.Niall O'Higgins
2005-10-06support rlog command;Joris Vink
2005-10-06support -n and -k flags;Joris Vink
2005-10-06regenOtto Moerbeek
2005-10-06Greatly speedup MAKEDEV by using arrays instead of very long stringsOtto Moerbeek
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@
2005-10-06Introducing mknod as a built-in. It might be against the unixOtto Moerbeek
philosophy, but in this case it's worth it. ok deraadt@
2005-10-06change "pcistate failed to revert" test message to a debug printf.Brad Smith
2005-10-06typoBrad Smith
2005-10-06add Apple BCM5701Brad Smith
2005-10-06regenBrad Smith
2005-10-06add another Intel 10Gb PCI id.Brad Smith
2005-10-06add -r flag and sync usage;Joris Vink
2005-10-06rcsclean now works;Joris Vink
2005-10-06show fpath when checking out files;Joris Vink
2005-10-06thanks to niallo's diff changes, we now can support rcsdiff;Joris Vink
only basic stuff works, more coming;
2005-10-06syncTheo de Raadt
2005-10-05- add a diff.h header file, corresponding to public functions in diff.cNiall 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-05syncTheo de Raadt
2005-10-05delete crap that fgs commited WITHOUT TESTINGTheo de Raadt