summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-10-05move opencount increment and dups check to _dl_link_dlopen. fixes cleanupKurt Miller
of partially dlopened (but failed) cleanup.
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
ok deraadt@
2005-10-05Support the CardBus part of TI's PCI7XX1 controllers.Thierry Deval
ok deraadt@, miod@
2005-10-05regen.Federico G. Schwindt
2005-10-05some entries from javier d'ovidio laptop.Federico G. Schwindt
2005-10-05regenThierry Deval
2005-10-05End sentences with a dotMiod Vallat
2005-10-05Add Texas Instruments' PCI7XX1 CardBus multipurpose controllersThierry Deval
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@
2005-10-05syncTheo de Raadt
2005-10-05shortenTheo de Raadt
2005-10-05regenBrad Smith
2005-10-05add PCI ids for new Intel Gig PCI Express chips.Brad Smith
2005-10-05Don't mention kerberos here - it has been disabled for some time.Bjorn Sandell
fine jmc@
2005-10-05Remove kerberos4 servicesBjorn Sandell
ok deraadt@
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05Add multicast routing to GENERIC.Esben Norby
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
2005-10-05open the RCS file with O_TRUNC as well whenJoris Vink
writing new contents to it;
2005-10-05Add multicast routing to GENERIC.Esben Norby
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
2005-10-05the Wistron CM9 Mini PCI is supported (Chris Cappuccio: "works fine asReyk Floeter
802.11b, in fact, very, very well" [thanks]). also re-add the senao NL-5354MP Mini PCI and distinguish between PCI and Mini PCI.
2005-10-05the correct mask sign in table declarations is '&' (not '/').Reyk Floeter
2005-10-05sync usage and add V flag;Joris Vink
2005-10-05- stop gcc's yapping;Joris Vink
- better output when locking and unlocking revisions;
2005-10-05free rl_name as well when freeing the lock list;Joris Vink
2005-10-05syncTheo de Raadt