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