summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-22correct badvaddr()Steve Murphree
2001-12-22correct pmap_map. mc88110 modifications.Steve Murphree
2001-12-22Init the creds in nfs_open too.Artur Grabowski
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-22add headerTheo de Raadt
2001-12-22mc88110 support in ddb. Bring in bit definitions.Steve Murphree
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-22Support for SMC 8036TX 10/100 cardbus NICs; diffs provided byFederico G. Schwindt
2001-12-22fix kenter/kremove, some spl policeMichael Shalayeff
2001-12-21Let this compile for kernels where no pcc device is configured (i.e. kernelsMiod Vallat
2001-12-21Forwarding loops no longer a problem.Angelos D. Keromytis
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-21Finish mdoc convert (while i'm here):Mike Pechkin
2001-12-21increase the timeout 10x, it seems some cards cannot keep up w/ our paceMichael Shalayeff
2001-12-21remove ifdef for USE_PIPES since fdin != fdout; ok djm@Markus Friedl
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-21Try all standard key files (id_rsa, id_dsa, identity) when invoked withDamien Miller
2001-12-21Avoid interruptable passphrase read; ok markus@Damien Miller
2001-12-21Remove default (rsa1) key type; ok markus@Damien Miller
2001-12-21MC88410 External Cache Controller inline for MVME197DP/SPSteve Murphree
2001-12-20Cause crontab to send SIGUSR1 when a user's crontab file has changed.Todd C. Miller
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-20Make user/system times increase monotonically. ok deraadt@ and millert@Thomas Nordin
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-20fix to match documented behaviour. RAND_file_name must return a pointer toBob Beck
2001-12-20for mimi-pci cards registers are word in a dword, missed that in bringing ove...Michael Shalayeff
2001-12-20rule: first commit, then compileMichael Shalayeff
2001-12-20do not print cis for non-plx cards, because there is noneMichael Shalayeff
2001-12-20setup x11 listen socket for just one connect if the client requests so.Markus Friedl
2001-12-20From FreeBSD:Federico G. Schwindt
2001-12-20sync with freebsd.Federico G. Schwindt
2001-12-20MVME197 gets it's own external interrupt routine.Steve Murphree
2001-12-20MC88110 Processor Status Register definitions.Steve Murphree
2001-12-20MC88110 header modifications.Steve Murphree
2001-12-20machine dependant pointer changes.Steve Murphree
2001-12-20add powerhook support to handle APM resumes correctly, fixes PR 1814joshua stein
2001-12-20Netgear FA411 support.Federico G. Schwindt
2001-12-20regen.Federico G. Schwindt
2001-12-20put our tag back; bad mickey.Federico G. Schwindt
2001-12-20Netgear FA411.Federico G. Schwindt
2001-12-19syncTheo de Raadt
2001-12-19When writing tar and ustar archives, zero out the header before weTodd C. Miller
2001-12-19More strlcpy() backout. Various tar programs require ustar headerTodd C. Miller
2001-12-19Back out a strncpy -> strlcpy conversion. When writing old styleTodd C. Miller
2001-12-19sync KNF with src/usr.bin/sshMarkus Friedl
2001-12-19change the buffer/packet interface to use void* vs. char*; ok markus@Kevin Steves
2001-12-19regenMichael Shalayeff
2001-12-19promise 20268r and 20269 pci ids; from Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-12-19fix race between SIGCHLD and select with an additional pipe. writingMarkus Friedl
2001-12-19handle utsname.nodename case for FamilyLocal X authorization; ok markus@Kevin Steves